Shades of Mariner #33599A
Tints of Mariner #33599A
RGB
CMYK
RGB Variations
Color information
#33599A (or 0x33599A) is known color: Mariner. HEX triplet: 33, 59 and 9A. RGB value is (51,89,154). Sum of RGB (Red+Green+Blue) = 51+89+154=294 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.35% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 154 (60.55% from 255 or 52.38% from 294); Max value from RGB is 154 - color contains mainly: blue. Hex color #33599A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33599A is #CCA665. Grayscale: #545454. Windows color (decimal): -13411942 or 10115379. OLE color: 10115379.
HSL color Cylindrical-coordinate representation of color #33599A: hue angle of 217.86º 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 #33599A is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 51 | 89 | 154 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.40 |
| HSL | 217.86º | 0.5% | 0.4% | - |
| HSV(B) | 217.86º | 0.67% | 0.6% | - |
| XYZ | 10.77 | 10.18 | 31.97 | - |
| YUV | 85.05 | 166.91 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 89 | 154 | 0.67 | 0.42 | 0 | 0.40 | 217.86 | 0.5 | 0.4 |
| Hex | 33 | 59 | 9A | 43 | 2A | 0 | 28 | DA | 32 | 28 |
| Octal | 63 | 131 | 232 | 103 | 52 | 0 | 50 | 332 | 62 | 50 |
| Binary | 110011 | 1011001 | 10011010 | 1000011 | 101010 | 0 | 101000 | 11011010 | 110010 | 101000 |
Color Harmonies of #33599A
Complementary color
Monochromatic Colors of #33599A
Black with #33599A
Text Example
Text Example
White with #33599A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33599A; }
p { color: rgb(51,89,154); }
H1.HeaderClassName
{
color: #33599A;
}
.AnyTagClassName
{
color: #33599A;
}
</style>
background-color css
<style>
a { background-color: #33599A; }
a { background-color: rgb(51,89,154); }
div.DivClassName
{
background-color: #33599A;
}
.BgClassName
{
background-color: #33599A;
}
</style>
border-color css
<style>
span { border-color: #33599A; }
span { border-color: rgb(51,89,154); }
td.TdClassName
{
border-color: #33599A;
}
.TagClassName
{
border-color: #33599A;
}
</style>