Shades of Mariner #32589E
Tints of Mariner #32589E
RGB
CMYK
RGB Variations
Color information
#32589E (or 0x32589E) is known color: Mariner. HEX triplet: 32, 58 and 9E. RGB value is (50,88,158). Sum of RGB (Red+Green+Blue) = 50+88+158=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 88 (34.77% from 255 or 29.73% from 296); Blue value is 158 (62.11% from 255 or 53.38% from 296); Max value from RGB is 158 - color contains mainly: blue. Hex color #32589E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32589E is #CDA761. Grayscale: #545454. Windows color (decimal): -13477730 or 10377266. OLE color: 10377266.
HSL color Cylindrical-coordinate representation of color #32589E: hue angle of 218.89º 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 #32589E is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 88 | 158 | - |
| CMYK | 0.68 | 0.44 | 0 | 0.38 |
| HSL | 218.89º | 0.52% | 0.41% | - |
| HSV(B) | 218.89º | 0.68% | 0.62% | - |
| XYZ | 10.98 | 10.13 | 33.72 | - |
| YUV | 84.62 | 169.41 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 88 | 158 | 0.68 | 0.44 | 0 | 0.38 | 218.89 | 0.52 | 0.41 |
| Hex | 32 | 58 | 9E | 44 | 2C | 0 | 26 | DB | 34 | 29 |
| Octal | 62 | 130 | 236 | 104 | 54 | 0 | 46 | 333 | 64 | 51 |
| Binary | 110010 | 1011000 | 10011110 | 1000100 | 101100 | 0 | 100110 | 11011011 | 110100 | 101001 |
Color Harmonies of #32589E
Complementary color
Monochromatic Colors of #32589E
Black with #32589E
Text Example
Text Example
White with #32589E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32589E; }
p { color: rgb(50,88,158); }
H1.HeaderClassName
{
color: #32589E;
}
.AnyTagClassName
{
color: #32589E;
}
</style>
background-color css
<style>
a { background-color: #32589E; }
a { background-color: rgb(50,88,158); }
div.DivClassName
{
background-color: #32589E;
}
.BgClassName
{
background-color: #32589E;
}
</style>
border-color css
<style>
span { border-color: #32589E; }
span { border-color: rgb(50,88,158); }
td.TdClassName
{
border-color: #32589E;
}
.TagClassName
{
border-color: #32589E;
}
</style>