#386096

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

Shades of Mariner #386096

Tints of Mariner #386096

Color information

#386096 (or 0x386096) is unknown color: approx Mariner. HEX triplet: 38, 60 and 96. RGB value is (56,96,150). Sum of RGB (Red+Green+Blue) = 56+96+150=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 150 (58.98% from 255 or 49.67% from 302); Max value from RGB is 150 - color contains mainly: blue. Hex color #386096 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386096 is #C79F69. Grayscale: #595959. Windows color (decimal): -13082474 or 9855032. OLE color: 9855032.

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

Color convert

RGB5696150-
CMYK0.630.3600.41
HSL214.47º45.63%40.39%-
HSV(B)214.47º62.67%58.82%-
XYZ11.3211.4130.46-
YUV90.2161.75103.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.54%
GREEN value IS 96 (37.89% from 255) = 31.79%
BLUE value IS 150 (58.98% from 255) = 49.67%
R=18.54%
G=31.79%
B=49.67%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal56961500.630.3600.41214.4745.6340.39
Hex3860963F24029d62e28
Octal7014022677440513265650
Binary111000110000010010110111111100100010100111010110101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386096; }

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

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

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

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

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

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

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

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