Shades of Mariner #335BAB
Tints of Mariner #335BAB
RGB
CMYK
RGB Variations
Color information
#335BAB (or 0x335BAB) is known color: Mariner. HEX triplet: 33, 5B and AB. RGB value is (51,91,171). Sum of RGB (Red+Green+Blue) = 51+91+171=313 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.29% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #335BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335BAB is #CCA454. Grayscale: #575757. Windows color (decimal): -13411413 or 11230003. OLE color: 11230003.
HSL color Cylindrical-coordinate representation of color #335BAB: hue angle of 220º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #335BAB is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 91 | 171 | - |
| CMYK | 0.70 | 0.47 | 0 | 0.33 |
| HSL | 220º | 0.54% | 0.44% | - |
| HSV(B) | 220º | 0.7% | 0.67% | - |
| XYZ | 12.46 | 11.13 | 40.02 | - |
| YUV | 88.16 | 174.75 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 91 | 171 | 0.70 | 0.47 | 0 | 0.33 | 220 | 0.54 | 0.44 |
| Hex | 33 | 5B | AB | 46 | 2F | 0 | 21 | DC | 36 | 2C |
| Octal | 63 | 133 | 253 | 106 | 57 | 0 | 41 | 334 | 66 | 54 |
| Binary | 110011 | 1011011 | 10101011 | 1000110 | 101111 | 0 | 100001 | 11011100 | 110110 | 101100 |
Color Harmonies of #335BAB
Complementary color
Monochromatic Colors of #335BAB
Black with #335BAB
Text Example
Text Example
White with #335BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335BAB; }
p { color: rgb(51,91,171); }
H1.HeaderClassName
{
color: #335BAB;
}
.AnyTagClassName
{
color: #335BAB;
}
</style>
background-color css
<style>
a { background-color: #335BAB; }
a { background-color: rgb(51,91,171); }
div.DivClassName
{
background-color: #335BAB;
}
.BgClassName
{
background-color: #335BAB;
}
</style>
border-color css
<style>
span { border-color: #335BAB; }
span { border-color: rgb(51,91,171); }
td.TdClassName
{
border-color: #335BAB;
}
.TagClassName
{
border-color: #335BAB;
}
</style>