Shades of Mariner #335AAB
Tints of Mariner #335AAB
RGB
CMYK
RGB Variations
Color information
#335AAB (or 0x335AAB) is known color: Mariner. HEX triplet: 33, 5A and AB. RGB value is (51,90,171). Sum of RGB (Red+Green+Blue) = 51+90+171=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #335AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335AAB is #CCA554. Grayscale: #575757. Windows color (decimal): -13411669 or 11229747. OLE color: 11229747.
HSL color Cylindrical-coordinate representation of color #335AAB: hue angle of 220.5º 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 #335AAB is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 90 | 171 | - |
| CMYK | 0.70 | 0.47 | 0 | 0.33 |
| HSL | 220.5º | 0.54% | 0.44% | - |
| HSV(B) | 220.5º | 0.7% | 0.67% | - |
| XYZ | 12.37 | 10.96 | 39.99 | - |
| YUV | 87.57 | 175.08 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 90 | 171 | 0.70 | 0.47 | 0 | 0.33 | 220.5 | 0.54 | 0.44 |
| Hex | 33 | 5A | AB | 46 | 2F | 0 | 21 | DC | 36 | 2C |
| Octal | 63 | 132 | 253 | 106 | 57 | 0 | 41 | 334 | 66 | 54 |
| Binary | 110011 | 1011010 | 10101011 | 1000110 | 101111 | 0 | 100001 | 11011100 | 110110 | 101100 |
Color Harmonies of #335AAB
Complementary color
Monochromatic Colors of #335AAB
Black with #335AAB
Text Example
Text Example
White with #335AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335AAB; }
p { color: rgb(51,90,171); }
H1.HeaderClassName
{
color: #335AAB;
}
.AnyTagClassName
{
color: #335AAB;
}
</style>
background-color css
<style>
a { background-color: #335AAB; }
a { background-color: rgb(51,90,171); }
div.DivClassName
{
background-color: #335AAB;
}
.BgClassName
{
background-color: #335AAB;
}
</style>
border-color css
<style>
span { border-color: #335AAB; }
span { border-color: rgb(51,90,171); }
td.TdClassName
{
border-color: #335AAB;
}
.TagClassName
{
border-color: #335AAB;
}
</style>