#32589F

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

Shades of Mariner #32589F

Tints of Mariner #32589F

Color information

#32589F (or 0x32589F) is unknown color: approx Mariner. HEX triplet: 32, 58 and 9F. RGB value is (50,88,159). Sum of RGB (Red+Green+Blue) = 50+88+159=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 159 (62.5% from 255 or 53.54% from 297); Max value from RGB is 159 - color contains mainly: blue. Hex color #32589F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32589F is #CDA760. Grayscale: #545454. Windows color (decimal): -13477729 or 10442802. OLE color: 10442802.

HSL color Cylindrical-coordinate representation of color #32589F: hue angle of 219.08º 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 #32589F is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5088159-
CMYK0.690.4500.38
HSL219.08º52.15%40.98%-
HSV(B)219.08º68.55%62.35%-
XYZ11.0610.1634.18-
YUV84.73169.91103.23-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.84%
GREEN value IS 88 (34.77% from 255) = 29.63%
BLUE value IS 159 (62.5% from 255) = 53.54%
R=16.84%
G=29.63%
B=53.54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal50881590.690.4500.38219.0852.1540.98
Hex32589F452D026db3429
Octal62130237105550463336451
Binary1100101011000100111111000101101101010011011011011110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32589F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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