Shades of Mariner #32569E
Tints of Mariner #32569E
RGB
CMYK
RGB Variations
Color information
#32569E (or 0x32569E) is known color: Mariner. HEX triplet: 32, 56 and 9E. RGB value is (50,86,158). Sum of RGB (Red+Green+Blue) = 50+86+158=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 158 (62.11% from 255 or 53.74% from 294); Max value from RGB is 158 - color contains mainly: blue. Hex color #32569E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32569E is #CDA961. Grayscale: #535353. Windows color (decimal): -13478242 or 10376754. OLE color: 10376754.
HSL color Cylindrical-coordinate representation of color #32569E: hue angle of 220º 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 #32569E is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 86 | 158 | - |
| CMYK | 0.68 | 0.46 | 0 | 0.38 |
| HSL | 220º | 0.52% | 0.41% | - |
| HSV(B) | 220º | 0.68% | 0.62% | - |
| XYZ | 10.81 | 9.8 | 33.67 | - |
| YUV | 83.44 | 170.07 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 86 | 158 | 0.68 | 0.46 | 0 | 0.38 | 220 | 0.52 | 0.41 |
| Hex | 32 | 56 | 9E | 44 | 2E | 0 | 26 | DC | 34 | 29 |
| Octal | 62 | 126 | 236 | 104 | 56 | 0 | 46 | 334 | 64 | 51 |
| Binary | 110010 | 1010110 | 10011110 | 1000100 | 101110 | 0 | 100110 | 11011100 | 110100 | 101001 |
Color Harmonies of #32569E
Complementary color
Monochromatic Colors of #32569E
Black with #32569E
Text Example
Text Example
White with #32569E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32569E; }
p { color: rgb(50,86,158); }
H1.HeaderClassName
{
color: #32569E;
}
.AnyTagClassName
{
color: #32569E;
}
</style>
background-color css
<style>
a { background-color: #32569E; }
a { background-color: rgb(50,86,158); }
div.DivClassName
{
background-color: #32569E;
}
.BgClassName
{
background-color: #32569E;
}
</style>
border-color css
<style>
span { border-color: #32569E; }
span { border-color: rgb(50,86,158); }
td.TdClassName
{
border-color: #32569E;
}
.TagClassName
{
border-color: #32569E;
}
</style>