Shades of Mariner #33559C
Tints of Mariner #33559C
RGB
CMYK
RGB Variations
Color information
#33559C (or 0x33559C) is known color: Mariner. HEX triplet: 33, 55 and 9C. RGB value is (51,85,156). Sum of RGB (Red+Green+Blue) = 51+85+156=292 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.47% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 156 (61.33% from 255 or 53.42% from 292); Max value from RGB is 156 - color contains mainly: blue. Hex color #33559C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33559C is #CCAA63. Grayscale: #525252. Windows color (decimal): -13412964 or 10245427. OLE color: 10245427.
HSL color Cylindrical-coordinate representation of color #33559C: hue angle of 220.57º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33559C is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 85 | 156 | - |
| CMYK | 0.67 | 0.46 | 0 | 0.39 |
| HSL | 220.57º | 0.51% | 0.41% | - |
| HSV(B) | 220.57º | 0.67% | 0.61% | - |
| XYZ | 10.61 | 9.6 | 32.75 | - |
| YUV | 82.93 | 169.24 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 85 | 156 | 0.67 | 0.46 | 0 | 0.39 | 220.57 | 0.51 | 0.41 |
| Hex | 33 | 55 | 9C | 43 | 2E | 0 | 27 | DD | 33 | 29 |
| Octal | 63 | 125 | 234 | 103 | 56 | 0 | 47 | 335 | 63 | 51 |
| Binary | 110011 | 1010101 | 10011100 | 1000011 | 101110 | 0 | 100111 | 11011101 | 110011 | 101001 |
Color Harmonies of #33559C
Complementary color
Monochromatic Colors of #33559C
Black with #33559C
Text Example
Text Example
White with #33559C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33559C; }
p { color: rgb(51,85,156); }
H1.HeaderClassName
{
color: #33559C;
}
.AnyTagClassName
{
color: #33559C;
}
</style>
background-color css
<style>
a { background-color: #33559C; }
a { background-color: rgb(51,85,156); }
div.DivClassName
{
background-color: #33559C;
}
.BgClassName
{
background-color: #33559C;
}
</style>
border-color css
<style>
span { border-color: #33559C; }
span { border-color: rgb(51,85,156); }
td.TdClassName
{
border-color: #33559C;
}
.TagClassName
{
border-color: #33559C;
}
</style>