Shades of Mariner #32569F
Tints of Mariner #32569F
RGB
CMYK
RGB Variations
Color information
#32569F (or 0x32569F) is known color: Mariner. HEX triplet: 32, 56 and 9F. RGB value is (50,86,159). Sum of RGB (Red+Green+Blue) = 50+86+159=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 159 (62.5% from 255 or 53.90% from 295); Max value from RGB is 159 - color contains mainly: blue. Hex color #32569F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32569F is #CDA960. Grayscale: #535353. Windows color (decimal): -13478241 or 10442290. OLE color: 10442290.
HSL color Cylindrical-coordinate representation of color #32569F: hue angle of 220.18º 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 #32569F is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 86 | 159 | - |
| CMYK | 0.69 | 0.46 | 0 | 0.38 |
| HSL | 220.18º | 0.52% | 0.41% | - |
| HSV(B) | 220.18º | 0.69% | 0.62% | - |
| XYZ | 10.9 | 9.84 | 34.13 | - |
| YUV | 83.56 | 170.57 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 86 | 159 | 0.69 | 0.46 | 0 | 0.38 | 220.18 | 0.52 | 0.41 |
| Hex | 32 | 56 | 9F | 45 | 2E | 0 | 26 | DC | 34 | 29 |
| Octal | 62 | 126 | 237 | 105 | 56 | 0 | 46 | 334 | 64 | 51 |
| Binary | 110010 | 1010110 | 10011111 | 1000101 | 101110 | 0 | 100110 | 11011100 | 110100 | 101001 |
Color Harmonies of #32569F
Complementary color
Monochromatic Colors of #32569F
Black with #32569F
Text Example
Text Example
White with #32569F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32569F; }
p { color: rgb(50,86,159); }
H1.HeaderClassName
{
color: #32569F;
}
.AnyTagClassName
{
color: #32569F;
}
</style>
background-color css
<style>
a { background-color: #32569F; }
a { background-color: rgb(50,86,159); }
div.DivClassName
{
background-color: #32569F;
}
.BgClassName
{
background-color: #32569F;
}
</style>
border-color css
<style>
span { border-color: #32569F; }
span { border-color: rgb(50,86,159); }
td.TdClassName
{
border-color: #32569F;
}
.TagClassName
{
border-color: #32569F;
}
</style>