Shades of Mariner #335AAC
Tints of Mariner #335AAC
RGB
CMYK
RGB Variations
Color information
#335AAC (or 0x335AAC) is known color: Mariner. HEX triplet: 33, 5A and AC. RGB value is (51,90,172). Sum of RGB (Red+Green+Blue) = 51+90+172=313 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.29% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 172 (67.58% from 255 or 54.95% from 313); Max value from RGB is 172 - color contains mainly: blue. Hex color #335AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335AAC is #CCA553. Grayscale: #575757. Windows color (decimal): -13411668 or 11295283. OLE color: 11295283.
HSL color Cylindrical-coordinate representation of color #335AAC: hue angle of 220.66º 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 #335AAC is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 90 | 172 | - |
| CMYK | 0.70 | 0.48 | 0 | 0.33 |
| HSL | 220.66º | 0.54% | 0.44% | - |
| HSV(B) | 220.66º | 0.7% | 0.67% | - |
| XYZ | 12.47 | 10.99 | 40.49 | - |
| YUV | 87.69 | 175.58 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 90 | 172 | 0.70 | 0.48 | 0 | 0.33 | 220.66 | 0.54 | 0.44 |
| Hex | 33 | 5A | AC | 46 | 30 | 0 | 21 | DD | 36 | 2C |
| Octal | 63 | 132 | 254 | 106 | 60 | 0 | 41 | 335 | 66 | 54 |
| Binary | 110011 | 1011010 | 10101100 | 1000110 | 110000 | 0 | 100001 | 11011101 | 110110 | 101100 |
Color Harmonies of #335AAC
Complementary color
Monochromatic Colors of #335AAC
Black with #335AAC
Text Example
Text Example
White with #335AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335AAC; }
p { color: rgb(51,90,172); }
H1.HeaderClassName
{
color: #335AAC;
}
.AnyTagClassName
{
color: #335AAC;
}
</style>
background-color css
<style>
a { background-color: #335AAC; }
a { background-color: rgb(51,90,172); }
div.DivClassName
{
background-color: #335AAC;
}
.BgClassName
{
background-color: #335AAC;
}
</style>
border-color css
<style>
span { border-color: #335AAC; }
span { border-color: rgb(51,90,172); }
td.TdClassName
{
border-color: #335AAC;
}
.TagClassName
{
border-color: #335AAC;
}
</style>