#32539F

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

Shades of Mariner #32539F

Tints of Mariner #32539F

Color information

#32539F (or 0x32539F) is unknown color: approx Mariner. HEX triplet: 32, 53 and 9F. RGB value is (50,83,159). Sum of RGB (Red+Green+Blue) = 50+83+159=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 159 (62.5% from 255 or 54.45% from 292); Max value from RGB is 159 - color contains mainly: blue. Hex color #32539F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32539F is #CDAC60. Grayscale: #515151. Windows color (decimal): -13479009 or 10441522. OLE color: 10441522.

HSL color Cylindrical-coordinate representation of color #32539F: hue angle of 221.83º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32539F is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5083159-
CMYK0.690.4800.38
HSL221.83º52.15%40.98%-
HSV(B)221.83º68.55%62.35%-
XYZ10.679.3734.05-
YUV81.8171.57105.32-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.12%
GREEN value IS 83 (32.81% from 255) = 28.42%
BLUE value IS 159 (62.5% from 255) = 54.45%
R=17.12%
G=28.42%
B=54.45%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal50831590.690.4800.38221.8352.1540.98
Hex32539F4530026de3429
Octal62123237105600463366451
Binary1100101010011100111111000101110000010011011011110110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32539F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32539F; }

 p { color: rgb(50,83,159); }

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

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

 a { background-color: rgb(50,83,159); }

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

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

 span { border-color: rgb(50,83,159); }

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