Shades of Mariner #33609C
Tints of Mariner #33609C
RGB
CMYK
RGB Variations
Color information
#33609C (or 0x33609C) is known color: Mariner. HEX triplet: 33, 60 and 9C. RGB value is (51,96,156). Sum of RGB (Red+Green+Blue) = 51+96+156=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 156 (61.33% from 255 or 51.49% from 303); Max value from RGB is 156 - color contains mainly: blue. Hex color #33609C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33609C is #CC9F63. Grayscale: #595959. Windows color (decimal): -13410148 or 10248243. OLE color: 10248243.
HSL color Cylindrical-coordinate representation of color #33609C: hue angle of 214.29º 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 #33609C is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 96 | 156 | - |
| CMYK | 0.67 | 0.38 | 0 | 0.39 |
| HSL | 214.29º | 0.51% | 0.41% | - |
| HSV(B) | 214.29º | 0.67% | 0.61% | - |
| XYZ | 11.55 | 11.47 | 33.06 | - |
| YUV | 89.39 | 165.59 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 96 | 156 | 0.67 | 0.38 | 0 | 0.39 | 214.29 | 0.51 | 0.41 |
| Hex | 33 | 60 | 9C | 43 | 26 | 0 | 27 | D6 | 33 | 29 |
| Octal | 63 | 140 | 234 | 103 | 46 | 0 | 47 | 326 | 63 | 51 |
| Binary | 110011 | 1100000 | 10011100 | 1000011 | 100110 | 0 | 100111 | 11010110 | 110011 | 101001 |
Color Harmonies of #33609C
Complementary color
Monochromatic Colors of #33609C
Black with #33609C
Text Example
Text Example
White with #33609C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33609C; }
p { color: rgb(51,96,156); }
H1.HeaderClassName
{
color: #33609C;
}
.AnyTagClassName
{
color: #33609C;
}
</style>
background-color css
<style>
a { background-color: #33609C; }
a { background-color: rgb(51,96,156); }
div.DivClassName
{
background-color: #33609C;
}
.BgClassName
{
background-color: #33609C;
}
</style>
border-color css
<style>
span { border-color: #33609C; }
span { border-color: rgb(51,96,156); }
td.TdClassName
{
border-color: #33609C;
}
.TagClassName
{
border-color: #33609C;
}
</style>