Shades of Mariner #32599E
Tints of Mariner #32599E
RGB
CMYK
RGB Variations
Color information
#32599E (or 0x32599E) is known color: Mariner. HEX triplet: 32, 59 and 9E. RGB value is (50,89,158). Sum of RGB (Red+Green+Blue) = 50+89+158=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 89 (35.16% from 255 or 29.97% from 297); Blue value is 158 (62.11% from 255 or 53.20% from 297); Max value from RGB is 158 - color contains mainly: blue. Hex color #32599E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32599E is #CDA661. Grayscale: #545454. Windows color (decimal): -13477474 or 10377522. OLE color: 10377522.
HSL color Cylindrical-coordinate representation of color #32599E: hue angle of 218.33º 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 #32599E is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 89 | 158 | - |
| CMYK | 0.68 | 0.44 | 0 | 0.38 |
| HSL | 218.33º | 0.52% | 0.41% | - |
| HSV(B) | 218.33º | 0.68% | 0.62% | - |
| XYZ | 11.06 | 10.29 | 33.75 | - |
| YUV | 85.21 | 169.08 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 89 | 158 | 0.68 | 0.44 | 0 | 0.38 | 218.33 | 0.52 | 0.41 |
| Hex | 32 | 59 | 9E | 44 | 2C | 0 | 26 | DA | 34 | 29 |
| Octal | 62 | 131 | 236 | 104 | 54 | 0 | 46 | 332 | 64 | 51 |
| Binary | 110010 | 1011001 | 10011110 | 1000100 | 101100 | 0 | 100110 | 11011010 | 110100 | 101001 |
Color Harmonies of #32599E
Complementary color
Monochromatic Colors of #32599E
Black with #32599E
Text Example
Text Example
White with #32599E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32599E; }
p { color: rgb(50,89,158); }
H1.HeaderClassName
{
color: #32599E;
}
.AnyTagClassName
{
color: #32599E;
}
</style>
background-color css
<style>
a { background-color: #32599E; }
a { background-color: rgb(50,89,158); }
div.DivClassName
{
background-color: #32599E;
}
.BgClassName
{
background-color: #32599E;
}
</style>
border-color css
<style>
span { border-color: #32599E; }
span { border-color: rgb(50,89,158); }
td.TdClassName
{
border-color: #32599E;
}
.TagClassName
{
border-color: #32599E;
}
</style>