#396096

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

Shades of Mariner #396096

Tints of Mariner #396096

Color information

#396096 (or 0x396096) is unknown color: approx Mariner. HEX triplet: 39, 60 and 96. RGB value is (57,96,150). Sum of RGB (Red+Green+Blue) = 57+96+150=303 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.81% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 150 (58.98% from 255 or 49.50% from 303); Max value from RGB is 150 - color contains mainly: blue. Hex color #396096 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396096 is #C69F69. Grayscale: #5A5A5A. Windows color (decimal): -13016938 or 9855033. OLE color: 9855033.

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

Color convert

RGB5796150-
CMYK0.620.3600.41
HSL214.84º44.93%40.59%-
HSV(B)214.84º62%58.82%-
XYZ11.3811.4430.46-
YUV90.5161.58104.11-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.81%
GREEN value IS 96 (37.89% from 255) = 31.68%
BLUE value IS 150 (58.98% from 255) = 49.50%
R=18.81%
G=31.68%
B=49.50%

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
Decimal57961500.620.3600.41214.8444.9340.59
Hex3960963E24029d72d29
Octal7114022676440513275551
Binary111001110000010010110111110100100010100111010111101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396096; }

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

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

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

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

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

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

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

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