Shades of Mariner #335EAA
Tints of Mariner #335EAA
RGB
CMYK
RGB Variations
Color information
#335EAA (or 0x335EAA) is known color: Mariner. HEX triplet: 33, 5E and AA. RGB value is (51,94,170). Sum of RGB (Red+Green+Blue) = 51+94+170=315 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.19% from 315); Green value is 94 (37.11% from 255 or 29.84% from 315); Blue value is 170 (66.80% from 255 or 53.97% from 315); Max value from RGB is 170 - color contains mainly: blue. Hex color #335EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335EAA is #CCA155. Grayscale: #595959. Windows color (decimal): -13410646 or 11165235. OLE color: 11165235.
HSL color Cylindrical-coordinate representation of color #335EAA: hue angle of 218.32º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #335EAA is Cyan = 0.7, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 94 | 170 | - |
| CMYK | 0.7 | 0.45 | 0 | 0.33 |
| HSL | 218.32º | 0.54% | 0.43% | - |
| HSV(B) | 218.32º | 0.7% | 0.67% | - |
| XYZ | 12.62 | 11.61 | 39.61 | - |
| YUV | 89.81 | 173.25 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 94 | 170 | 0.7 | 0.45 | 0 | 0.33 | 218.32 | 0.54 | 0.43 |
| Hex | 33 | 5E | AA | 46 | 2D | 0 | 21 | DA | 36 | 2B |
| Octal | 63 | 136 | 252 | 106 | 55 | 0 | 41 | 332 | 66 | 53 |
| Binary | 110011 | 1011110 | 10101010 | 1000110 | 101101 | 0 | 100001 | 11011010 | 110110 | 101011 |
Color Harmonies of #335EAA
Complementary color
Monochromatic Colors of #335EAA
Black with #335EAA
Text Example
Text Example
White with #335EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335EAA; }
p { color: rgb(51,94,170); }
H1.HeaderClassName
{
color: #335EAA;
}
.AnyTagClassName
{
color: #335EAA;
}
</style>
background-color css
<style>
a { background-color: #335EAA; }
a { background-color: rgb(51,94,170); }
div.DivClassName
{
background-color: #335EAA;
}
.BgClassName
{
background-color: #335EAA;
}
</style>
border-color css
<style>
span { border-color: #335EAA; }
span { border-color: rgb(51,94,170); }
td.TdClassName
{
border-color: #335EAA;
}
.TagClassName
{
border-color: #335EAA;
}
</style>