#32539E

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

Shades of Mariner #32539E

Tints of Mariner #32539E

Color information

#32539E (or 0x32539E) is unknown color: approx Mariner. HEX triplet: 32, 53 and 9E. RGB value is (50,83,158). Sum of RGB (Red+Green+Blue) = 50+83+158=291 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.18% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 158 (62.11% from 255 or 54.30% from 291); Max value from RGB is 158 - color contains mainly: blue. Hex color #32539E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32539E is #CDAC61. Grayscale: #515151. Windows color (decimal): -13479010 or 10375986. OLE color: 10375986.

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

Color convert

RGB5083158-
CMYK0.680.4700.38
HSL221.67º51.92%40.78%-
HSV(B)221.67º68.35%61.96%-
XYZ10.589.3333.59-
YUV81.68171.07105.4-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.18%
GREEN value IS 83 (32.81% from 255) = 28.52%
BLUE value IS 158 (62.11% from 255) = 54.30%
R=17.18%
G=28.52%
B=54.30%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal50831580.680.4700.38221.6751.9240.78
Hex32539E442F026de3429
Octal62123236104570463366451
Binary1100101010011100111101000100101111010011011011110110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32539E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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