Shades of Mariner #33609A
Tints of Mariner #33609A
RGB
CMYK
RGB Variations
Color information
#33609A (or 0x33609A) is known color: Mariner. HEX triplet: 33, 60 and 9A. RGB value is (51,96,154). Sum of RGB (Red+Green+Blue) = 51+96+154=301 (39% of max value = 765). Red value is 51 (20.31% from 255 or 16.94% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 154 (60.55% from 255 or 51.16% from 301); Max value from RGB is 154 - color contains mainly: blue. Hex color #33609A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33609A is #CC9F65. Grayscale: #585858. Windows color (decimal): -13410150 or 10117171. OLE color: 10117171.
HSL color Cylindrical-coordinate representation of color #33609A: hue angle of 213.79º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33609A is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 51 | 96 | 154 | - |
| CMYK | 0.67 | 0.38 | 0 | 0.40 |
| HSL | 213.79º | 0.5% | 0.4% | - |
| HSV(B) | 213.79º | 0.67% | 0.6% | - |
| XYZ | 11.38 | 11.4 | 32.17 | - |
| YUV | 89.16 | 164.59 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 96 | 154 | 0.67 | 0.38 | 0 | 0.40 | 213.79 | 0.5 | 0.4 |
| Hex | 33 | 60 | 9A | 43 | 26 | 0 | 28 | D6 | 32 | 28 |
| Octal | 63 | 140 | 232 | 103 | 46 | 0 | 50 | 326 | 62 | 50 |
| Binary | 110011 | 1100000 | 10011010 | 1000011 | 100110 | 0 | 101000 | 11010110 | 110010 | 101000 |
Color Harmonies of #33609A
Complementary color
Monochromatic Colors of #33609A
Black with #33609A
Text Example
Text Example
White with #33609A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33609A; }
p { color: rgb(51,96,154); }
H1.HeaderClassName
{
color: #33609A;
}
.AnyTagClassName
{
color: #33609A;
}
</style>
background-color css
<style>
a { background-color: #33609A; }
a { background-color: rgb(51,96,154); }
div.DivClassName
{
background-color: #33609A;
}
.BgClassName
{
background-color: #33609A;
}
</style>
border-color css
<style>
span { border-color: #33609A; }
span { border-color: rgb(51,96,154); }
td.TdClassName
{
border-color: #33609A;
}
.TagClassName
{
border-color: #33609A;
}
</style>