Shades of Mariner #33609E
Tints of Mariner #33609E
RGB
CMYK
RGB Variations
Color information
#33609E (or 0x33609E) is known color: Mariner. HEX triplet: 33, 60 and 9E. RGB value is (51,96,158). Sum of RGB (Red+Green+Blue) = 51+96+158=305 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.72% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 158 (62.11% from 255 or 51.80% from 305); Max value from RGB is 158 - color contains mainly: blue. Hex color #33609E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33609E is #CC9F61. Grayscale: #595959. Windows color (decimal): -13410146 or 10379315. OLE color: 10379315.
HSL color Cylindrical-coordinate representation of color #33609E: hue angle of 214.77º 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 #33609E is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 96 | 158 | - |
| CMYK | 0.68 | 0.39 | 0 | 0.38 |
| HSL | 214.77º | 0.51% | 0.41% | - |
| HSV(B) | 214.77º | 0.68% | 0.62% | - |
| XYZ | 11.72 | 11.54 | 33.96 | - |
| YUV | 89.61 | 166.59 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 96 | 158 | 0.68 | 0.39 | 0 | 0.38 | 214.77 | 0.51 | 0.41 |
| Hex | 33 | 60 | 9E | 44 | 27 | 0 | 26 | D7 | 33 | 29 |
| Octal | 63 | 140 | 236 | 104 | 47 | 0 | 46 | 327 | 63 | 51 |
| Binary | 110011 | 1100000 | 10011110 | 1000100 | 100111 | 0 | 100110 | 11010111 | 110011 | 101001 |
Color Harmonies of #33609E
Complementary color
Monochromatic Colors of #33609E
Black with #33609E
Text Example
Text Example
White with #33609E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33609E; }
p { color: rgb(51,96,158); }
H1.HeaderClassName
{
color: #33609E;
}
.AnyTagClassName
{
color: #33609E;
}
</style>
background-color css
<style>
a { background-color: #33609E; }
a { background-color: rgb(51,96,158); }
div.DivClassName
{
background-color: #33609E;
}
.BgClassName
{
background-color: #33609E;
}
</style>
border-color css
<style>
span { border-color: #33609E; }
span { border-color: rgb(51,96,158); }
td.TdClassName
{
border-color: #33609E;
}
.TagClassName
{
border-color: #33609E;
}
</style>