Shades of Mariner #335EA0
Tints of Mariner #335EA0
RGB
CMYK
RGB Variations
Color information
#335EA0 (or 0x335EA0) is known color: Mariner. HEX triplet: 33, 5E and A0. RGB value is (51,94,160). Sum of RGB (Red+Green+Blue) = 51+94+160=305 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.72% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 160 (62.89% from 255 or 52.46% from 305); Max value from RGB is 160 - color contains mainly: blue. Hex color #335EA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335EA0 is #CCA15F. Grayscale: #585858. Windows color (decimal): -13410656 or 10509875. OLE color: 10509875.
HSL color Cylindrical-coordinate representation of color #335EA0: hue angle of 216.33º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #335EA0 is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 51 | 94 | 160 | - |
| CMYK | 0.68 | 0.41 | 0 | 0.37 |
| HSL | 216.33º | 0.52% | 0.41% | - |
| HSV(B) | 216.33º | 0.68% | 0.63% | - |
| XYZ | 11.71 | 11.25 | 34.81 | - |
| YUV | 88.67 | 168.25 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 94 | 160 | 0.68 | 0.41 | 0 | 0.37 | 216.33 | 0.52 | 0.41 |
| Hex | 33 | 5E | A0 | 44 | 29 | 0 | 25 | D8 | 34 | 29 |
| Octal | 63 | 136 | 240 | 104 | 51 | 0 | 45 | 330 | 64 | 51 |
| Binary | 110011 | 1011110 | 10100000 | 1000100 | 101001 | 0 | 100101 | 11011000 | 110100 | 101001 |
Color Harmonies of #335EA0
Complementary color
Monochromatic Colors of #335EA0
Black with #335EA0
Text Example
Text Example
White with #335EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335EA0; }
p { color: rgb(51,94,160); }
H1.HeaderClassName
{
color: #335EA0;
}
.AnyTagClassName
{
color: #335EA0;
}
</style>
background-color css
<style>
a { background-color: #335EA0; }
a { background-color: rgb(51,94,160); }
div.DivClassName
{
background-color: #335EA0;
}
.BgClassName
{
background-color: #335EA0;
}
</style>
border-color css
<style>
span { border-color: #335EA0; }
span { border-color: rgb(51,94,160); }
td.TdClassName
{
border-color: #335EA0;
}
.TagClassName
{
border-color: #335EA0;
}
</style>