#396495

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

Shades of Mariner #396495

Tints of Mariner #396495

Color information

#396495 (or 0x396495) is unknown color: approx Mariner. HEX triplet: 39, 64 and 95. RGB value is (57,100,149). Sum of RGB (Red+Green+Blue) = 57+100+149=306 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.63% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 149 (58.59% from 255 or 48.69% from 306); Max value from RGB is 149 - color contains mainly: blue. Hex color #396495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396495 is #C69B6A. Grayscale: #5C5C5C. Windows color (decimal): -13015915 or 9790521. OLE color: 9790521.

HSL color Cylindrical-coordinate representation of color #396495: hue angle of 211.96º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #396495 is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB57100149-
CMYK0.620.3300.42
HSL211.96º44.66%40.39%-
HSV(B)211.96º61.74%58.43%-
XYZ11.6712.1530.16-
YUV92.73159.75102.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.63%
GREEN value IS 100 (39.45% from 255) = 32.68%
BLUE value IS 149 (58.59% from 255) = 48.69%
R=18.63%
G=32.68%
B=48.69%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal571001490.620.3300.42211.9644.6640.39
Hex3964953E2102Ad42d28
Octal7114422576410523245550
Binary111001110010010010101111110100001010101011010100101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396495; }

 p { color: rgb(57,100,149); }

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

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

 a { background-color: rgb(57,100,149); }

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

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

 span { border-color: rgb(57,100,149); }

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