#385996

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

Shades of Mariner #385996

Tints of Mariner #385996

Color information

#385996 (or 0x385996) is unknown color: approx Mariner. HEX triplet: 38, 59 and 96. RGB value is (56,89,150). Sum of RGB (Red+Green+Blue) = 56+89+150=295 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.98% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 150 (58.98% from 255 or 50.85% from 295); Max value from RGB is 150 - color contains mainly: blue. Hex color #385996 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385996 is #C7A669. Grayscale: #555555. Windows color (decimal): -13084266 or 9853240. OLE color: 9853240.

HSL color Cylindrical-coordinate representation of color #385996: hue angle of 218.94º 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 #385996 is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5689150-
CMYK0.630.4100.41
HSL218.94º45.63%40.39%-
HSV(B)218.94º62.67%58.82%-
XYZ10.7110.1930.26-
YUV86.09164.07106.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.98%
GREEN value IS 89 (35.16% from 255) = 30.17%
BLUE value IS 150 (58.98% from 255) = 50.85%
R=18.98%
G=30.17%
B=50.85%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal56891500.630.4100.41218.9445.6340.39
Hex3859963F29029db2e28
Octal7013122677510513335650
Binary111000101100110010110111111101001010100111011011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385996; }

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

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

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

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

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

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

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

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