#32559E

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

Shades of Mariner #32559E

Tints of Mariner #32559E

Color information

#32559E (or 0x32559E) is unknown color: approx Mariner. HEX triplet: 32, 55 and 9E. RGB value is (50,85,158). Sum of RGB (Red+Green+Blue) = 50+85+158=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 158 (62.11% from 255 or 53.92% from 293); Max value from RGB is 158 - color contains mainly: blue. Hex color #32559E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32559E is #CDAA61. Grayscale: #525252. Windows color (decimal): -13478498 or 10376498. OLE color: 10376498.

HSL color Cylindrical-coordinate representation of color #32559E: hue angle of 220.56º 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 #32559E is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5085158-
CMYK0.680.4600.38
HSL220.56º51.92%40.78%-
HSV(B)220.56º68.35%61.96%-
XYZ10.749.6433.64-
YUV82.86170.4104.56-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.06%
GREEN value IS 85 (33.59% from 255) = 29.01%
BLUE value IS 158 (62.11% from 255) = 53.92%
R=17.06%
G=29.01%
B=53.92%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal50851580.680.4600.38220.5651.9240.78
Hex32559E442E026dd3429
Octal62125236104560463356451
Binary1100101010101100111101000100101110010011011011101110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32559E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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