#396494

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

Shades of Mariner #396494

Tints of Mariner #396494

Color information

#396494 (or 0x396494) is unknown color: approx Mariner. HEX triplet: 39, 64 and 94. RGB value is (57,100,148). Sum of RGB (Red+Green+Blue) = 57+100+148=305 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.69% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 148 (58.20% from 255 or 48.52% from 305); Max value from RGB is 148 - color contains mainly: blue. Hex color #396494 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396494 is #C69B6B. Grayscale: #5C5C5C. Windows color (decimal): -13015916 or 9724985. OLE color: 9724985.

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

Color convert

RGB57100148-
CMYK0.610.3200.42
HSL211.65º44.39%40.2%-
HSV(B)211.65º61.49%58.04%-
XYZ11.5912.1229.75-
YUV92.62159.25102.6-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.69%
GREEN value IS 100 (39.45% from 255) = 32.79%
BLUE value IS 148 (58.20% from 255) = 48.52%
R=18.69%
G=32.79%
B=48.52%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal571001480.610.3200.42211.6544.3940.2
Hex3964943D2002Ad42c28
Octal7114422475400523245450
Binary111001110010010010100111101100000010101011010100101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396494; }

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

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

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

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

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

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

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

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