Shades of Mariner #335AAA
Tints of Mariner #335AAA
RGB
CMYK
RGB Variations
Color information
#335AAA (or 0x335AAA) is known color: Mariner. HEX triplet: 33, 5A and AA. RGB value is (51,90,170). Sum of RGB (Red+Green+Blue) = 51+90+170=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 90 (35.55% from 255 or 28.94% from 311); Blue value is 170 (66.80% from 255 or 54.66% from 311); Max value from RGB is 170 - color contains mainly: blue. Hex color #335AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335AAA is #CCA555. Grayscale: #575757. Windows color (decimal): -13411670 or 11164211. OLE color: 11164211.
HSL color Cylindrical-coordinate representation of color #335AAA: hue angle of 220.34º 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 #335AAA is Cyan = 0.7, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 90 | 170 | - |
| CMYK | 0.7 | 0.47 | 0 | 0.33 |
| HSL | 220.34º | 0.54% | 0.43% | - |
| HSV(B) | 220.34º | 0.7% | 0.67% | - |
| XYZ | 12.28 | 10.92 | 39.49 | - |
| YUV | 87.46 | 174.58 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 90 | 170 | 0.7 | 0.47 | 0 | 0.33 | 220.34 | 0.54 | 0.43 |
| Hex | 33 | 5A | AA | 46 | 2F | 0 | 21 | DC | 36 | 2B |
| Octal | 63 | 132 | 252 | 106 | 57 | 0 | 41 | 334 | 66 | 53 |
| Binary | 110011 | 1011010 | 10101010 | 1000110 | 101111 | 0 | 100001 | 11011100 | 110110 | 101011 |
Color Harmonies of #335AAA
Complementary color
Monochromatic Colors of #335AAA
Black with #335AAA
Text Example
Text Example
White with #335AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335AAA; }
p { color: rgb(51,90,170); }
H1.HeaderClassName
{
color: #335AAA;
}
.AnyTagClassName
{
color: #335AAA;
}
</style>
background-color css
<style>
a { background-color: #335AAA; }
a { background-color: rgb(51,90,170); }
div.DivClassName
{
background-color: #335AAA;
}
.BgClassName
{
background-color: #335AAA;
}
</style>
border-color css
<style>
span { border-color: #335AAA; }
span { border-color: rgb(51,90,170); }
td.TdClassName
{
border-color: #335AAA;
}
.TagClassName
{
border-color: #335AAA;
}
</style>