#396197

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

Shades of Mariner #396197

Tints of Mariner #396197

Color information

#396197 (or 0x396197) is unknown color: approx Mariner. HEX triplet: 39, 61 and 97. RGB value is (57,97,151). Sum of RGB (Red+Green+Blue) = 57+97+151=305 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.69% from 305); Green value is 97 (38.28% from 255 or 31.80% from 305); Blue value is 151 (59.38% from 255 or 49.51% from 305); Max value from RGB is 151 - color contains mainly: blue. Hex color #396197 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396197 is #C69E68. Grayscale: #5A5A5A. Windows color (decimal): -13016681 or 9920825. OLE color: 9920825.

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

Color convert

RGB5797151-
CMYK0.620.3600.41
HSL214.47º45.19%40.78%-
HSV(B)214.47º62.25%59.22%-
XYZ11.5511.6530.92-
YUV91.2161.75103.61-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.69%
GREEN value IS 97 (38.28% from 255) = 31.80%
BLUE value IS 151 (59.38% from 255) = 49.51%
R=18.69%
G=31.80%
B=49.51%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal57971510.620.3600.41214.4745.1940.78
Hex3961973E24029d62d29
Octal7114122776440513265551
Binary111001110000110010111111110100100010100111010110101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396197; }

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

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

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

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

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

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

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

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