#396199

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

Shades of Mariner #396199

Tints of Mariner #396199

Color information

#396199 (or 0x396199) is unknown color: approx Mariner. HEX triplet: 39, 61 and 99. RGB value is (57,97,153). Sum of RGB (Red+Green+Blue) = 57+97+153=307 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.57% from 307); Green value is 97 (38.28% from 255 or 31.60% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #396199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396199 is #C69E66. Grayscale: #5B5B5B. Windows color (decimal): -13016679 or 10051897. OLE color: 10051897.

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

Color convert

RGB5797153-
CMYK0.630.3700.4
HSL215º45.71%41.18%-
HSV(B)215º62.75%60%-
XYZ11.7111.7231.78-
YUV91.42162.75103.45-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.57%
GREEN value IS 97 (38.28% from 255) = 31.60%
BLUE value IS 153 (60.16% from 255) = 49.84%
R=18.57%
G=31.60%
B=49.84%

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
Decimal57971530.630.3700.421545.7141.18
Hex3961993F25028d72e29
Octal7114123177450503275651
Binary111001110000110011001111111100101010100011010111101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396199; }

 p { color: rgb(57,97,153); }

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

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

 a { background-color: rgb(57,97,153); }

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

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

 span { border-color: rgb(57,97,153); }

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