#396597

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

Shades of Mariner #396597

Tints of Mariner #396597

Color information

#396597 (or 0x396597) is unknown color: approx Mariner. HEX triplet: 39, 65 and 97. RGB value is (57,101,151). Sum of RGB (Red+Green+Blue) = 57+101+151=309 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.45% from 309); Green value is 101 (39.84% from 255 or 32.69% from 309); Blue value is 151 (59.38% from 255 or 48.87% from 309); Max value from RGB is 151 - color contains mainly: blue. Hex color #396597 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396597 is #C69A68. Grayscale: #5D5D5D. Windows color (decimal): -13015657 or 9921849. OLE color: 9921849.

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

Color convert

RGB57101151-
CMYK0.620.3300.41
HSL211.91º45.19%40.78%-
HSV(B)211.91º62.25%59.22%-
XYZ11.9312.4131.05-
YUV93.54160.42101.93-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.45%
GREEN value IS 101 (39.84% from 255) = 32.69%
BLUE value IS 151 (59.38% from 255) = 48.87%
R=18.45%
G=32.69%
B=48.87%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal571011510.620.3300.41211.9145.1940.78
Hex3965973E21029d42d29
Octal7114522776410513245551
Binary111001110010110010111111110100001010100111010100101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396597; }

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

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

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

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

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

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

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

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