Shades of Mariner #33589F
Tints of Mariner #33589F
RGB
CMYK
RGB Variations
Color information
#33589F (or 0x33589F) is known color: Mariner. HEX triplet: 33, 58 and 9F. RGB value is (51,88,159). Sum of RGB (Red+Green+Blue) = 51+88+159=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 159 (62.5% from 255 or 53.36% from 298); Max value from RGB is 159 - color contains mainly: blue. Hex color #33589F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33589F is #CCA760. Grayscale: #545454. Windows color (decimal): -13412193 or 10442803. OLE color: 10442803.
HSL color Cylindrical-coordinate representation of color #33589F: hue angle of 219.44º degrees, saturation: 0.51, 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 #33589F is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 88 | 159 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.38 |
| HSL | 219.44º | 0.51% | 0.41% | - |
| HSV(B) | 219.44º | 0.68% | 0.62% | - |
| XYZ | 11.11 | 10.19 | 34.18 | - |
| YUV | 85.03 | 169.74 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 88 | 159 | 0.68 | 0.45 | 0 | 0.38 | 219.44 | 0.51 | 0.41 |
| Hex | 33 | 58 | 9F | 44 | 2D | 0 | 26 | DB | 33 | 29 |
| Octal | 63 | 130 | 237 | 104 | 55 | 0 | 46 | 333 | 63 | 51 |
| Binary | 110011 | 1011000 | 10011111 | 1000100 | 101101 | 0 | 100110 | 11011011 | 110011 | 101001 |
Color Harmonies of #33589F
Complementary color
Monochromatic Colors of #33589F
Black with #33589F
Text Example
Text Example
White with #33589F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33589F; }
p { color: rgb(51,88,159); }
H1.HeaderClassName
{
color: #33589F;
}
.AnyTagClassName
{
color: #33589F;
}
</style>
background-color css
<style>
a { background-color: #33589F; }
a { background-color: rgb(51,88,159); }
div.DivClassName
{
background-color: #33589F;
}
.BgClassName
{
background-color: #33589F;
}
</style>
border-color css
<style>
span { border-color: #33589F; }
span { border-color: rgb(51,88,159); }
td.TdClassName
{
border-color: #33589F;
}
.TagClassName
{
border-color: #33589F;
}
</style>