#396099

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

Shades of Mariner #396099

Tints of Mariner #396099

Color information

#396099 (or 0x396099) is unknown color: approx Mariner. HEX triplet: 39, 60 and 99. RGB value is (57,96,153). Sum of RGB (Red+Green+Blue) = 57+96+153=306 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.63% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 153 (60.16% from 255 or 50% from 306); Max value from RGB is 153 - color contains mainly: blue. Hex color #396099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396099 is #C69F66. Grayscale: #5A5A5A. Windows color (decimal): -13016935 or 10051641. OLE color: 10051641.

HSL color Cylindrical-coordinate representation of color #396099: hue angle of 215.62º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #396099 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5796153-
CMYK0.630.3700.4
HSL215.62º45.71%41.18%-
HSV(B)215.62º62.75%60%-
XYZ11.6211.5431.75-
YUV90.84163.08103.87-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.63%
GREEN value IS 96 (37.89% from 255) = 31.37%
BLUE value IS 153 (60.16% from 255) = 50%
R=18.63%
G=31.37%
B=50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal57961530.630.3700.4215.6245.7141.18
Hex3960993F25028d82e29
Octal7114023177450503305651
Binary111001110000010011001111111100101010100011011000101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396099; }

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

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

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

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

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

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

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

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