#386099

Color #386099 Mariner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mariner #386099

Tints of Mariner #386099

Color information

#386099 (or 0x386099) is unknown color: approx Mariner. HEX triplet: 38, 60 and 99. RGB value is (56,96,153). Sum of RGB (Red+Green+Blue) = 56+96+153=305 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.36% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #386099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386099 is #C79F66. Grayscale: #5A5A5A. Windows color (decimal): -13082471 or 10051640. OLE color: 10051640.

HSL color Cylindrical-coordinate representation of color #386099: hue angle of 215.26º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #386099 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5696153-
CMYK0.630.3700.4
HSL215.26º46.41%40.98%-
HSV(B)215.26º63.4%60%-
XYZ11.5611.5131.75-
YUV90.54163.25103.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 18.36%
GREEN value IS 96 (37.89% from 255) = 31.48%
BLUE value IS 153 (60.16% from 255) = 50.16%
R=18.36%
G=31.48%
B=50.16%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal56961530.630.3700.4215.2646.4140.98
Hex3860993F25028d72e29
Octal7014023177450503275651
Binary111000110000010011001111111100101010100011010111101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386099; }

 p { color: rgb(56,96,153); }

 H1.HeaderClassName
 {
   color: #386099;
 }
 .AnyTagClassName
 {
   color: #386099;
 }
</style>
background-color css

<style>
 a { background-color: #386099; }

 a { background-color: rgb(56,96,153); }

 div.DivClassName
 {
   background-color: #386099;
 }
 .BgClassName
 {
   background-color: #386099;
 }
</style>
border-color css

<style>
 span { border-color: #386099; }

 span { border-color: rgb(56,96,153); }

 td.TdClassName
 {
   border-color: #386099;
 }
 .TagClassName
 {
   border-color: #386099;
 }
</style>