Shades of Mariner #33559E
Tints of Mariner #33559E
RGB
CMYK
RGB Variations
Color information
#33559E (or 0x33559E) is known color: Mariner. HEX triplet: 33, 55 and 9E. RGB value is (51,85,158). Sum of RGB (Red+Green+Blue) = 51+85+158=294 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.35% from 294); Green value is 85 (33.59% from 255 or 28.91% 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 #33559E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33559E is #CCAA61. Grayscale: #525252. Windows color (decimal): -13412962 or 10376499. OLE color: 10376499.
HSL color Cylindrical-coordinate representation of color #33559E: hue angle of 220.93º 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 #33559E is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 85 | 158 | - |
| CMYK | 0.68 | 0.46 | 0 | 0.38 |
| HSL | 220.93º | 0.51% | 0.41% | - |
| HSV(B) | 220.93º | 0.68% | 0.62% | - |
| XYZ | 10.79 | 9.67 | 33.65 | - |
| YUV | 83.16 | 170.24 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 85 | 158 | 0.68 | 0.46 | 0 | 0.38 | 220.93 | 0.51 | 0.41 |
| Hex | 33 | 55 | 9E | 44 | 2E | 0 | 26 | DD | 33 | 29 |
| Octal | 63 | 125 | 236 | 104 | 56 | 0 | 46 | 335 | 63 | 51 |
| Binary | 110011 | 1010101 | 10011110 | 1000100 | 101110 | 0 | 100110 | 11011101 | 110011 | 101001 |
Color Harmonies of #33559E
Complementary color
Monochromatic Colors of #33559E
Black with #33559E
Text Example
Text Example
White with #33559E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33559E; }
p { color: rgb(51,85,158); }
H1.HeaderClassName
{
color: #33559E;
}
.AnyTagClassName
{
color: #33559E;
}
</style>
background-color css
<style>
a { background-color: #33559E; }
a { background-color: rgb(51,85,158); }
div.DivClassName
{
background-color: #33559E;
}
.BgClassName
{
background-color: #33559E;
}
</style>
border-color css
<style>
span { border-color: #33559E; }
span { border-color: rgb(51,85,158); }
td.TdClassName
{
border-color: #33559E;
}
.TagClassName
{
border-color: #33559E;
}
</style>