#396097

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

Shades of Mariner #396097

Tints of Mariner #396097

Color information

#396097 (or 0x396097) is unknown color: approx Mariner. HEX triplet: 39, 60 and 97. RGB value is (57,96,151). Sum of RGB (Red+Green+Blue) = 57+96+151=304 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.75% from 304); Green value is 96 (37.89% from 255 or 31.58% from 304); Blue value is 151 (59.38% from 255 or 49.67% from 304); Max value from RGB is 151 - color contains mainly: blue. Hex color #396097 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396097 is #C69F68. Grayscale: #5A5A5A. Windows color (decimal): -13016937 or 9920569. OLE color: 9920569.

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

Color convert

RGB5796151-
CMYK0.620.3600.41
HSL215.11º45.19%40.78%-
HSV(B)215.11º62.25%59.22%-
XYZ11.4611.4730.89-
YUV90.61162.08104.03-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.75%
GREEN value IS 96 (37.89% from 255) = 31.58%
BLUE value IS 151 (59.38% from 255) = 49.67%
R=18.75%
G=31.58%
B=49.67%

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
Decimal57961510.620.3600.41215.1145.1940.78
Hex3960973E24029d72d29
Octal7114022776440513275551
Binary111001110000010010111111110100100010100111010111101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396097; }

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

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

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

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

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

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

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

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