Shades of Mariner #335AA3
Tints of Mariner #335AA3
RGB
CMYK
RGB Variations
Color information
#335AA3 (or 0x335AA3) is known color: Mariner. HEX triplet: 33, 5A and A3. RGB value is (51,90,163). Sum of RGB (Red+Green+Blue) = 51+90+163=304 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.78% from 304); Green value is 90 (35.55% from 255 or 29.61% from 304); Blue value is 163 (64.06% from 255 or 53.62% from 304); Max value from RGB is 163 - color contains mainly: blue. Hex color #335AA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335AA3 is #CCA55C. Grayscale: #565656. Windows color (decimal): -13411677 or 10705459. OLE color: 10705459.
HSL color Cylindrical-coordinate representation of color #335AA3: hue angle of 219.11º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #335AA3 is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 51 | 90 | 163 | - |
| CMYK | 0.69 | 0.45 | 0 | 0.36 |
| HSL | 219.11º | 0.52% | 0.42% | - |
| HSV(B) | 219.11º | 0.69% | 0.64% | - |
| XYZ | 11.63 | 10.66 | 36.09 | - |
| YUV | 86.66 | 171.08 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 90 | 163 | 0.69 | 0.45 | 0 | 0.36 | 219.11 | 0.52 | 0.42 |
| Hex | 33 | 5A | A3 | 45 | 2D | 0 | 24 | DB | 34 | 2A |
| Octal | 63 | 132 | 243 | 105 | 55 | 0 | 44 | 333 | 64 | 52 |
| Binary | 110011 | 1011010 | 10100011 | 1000101 | 101101 | 0 | 100100 | 11011011 | 110100 | 101010 |
Color Harmonies of #335AA3
Complementary color
Monochromatic Colors of #335AA3
Black with #335AA3
Text Example
Text Example
White with #335AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335AA3; }
p { color: rgb(51,90,163); }
H1.HeaderClassName
{
color: #335AA3;
}
.AnyTagClassName
{
color: #335AA3;
}
</style>
background-color css
<style>
a { background-color: #335AA3; }
a { background-color: rgb(51,90,163); }
div.DivClassName
{
background-color: #335AA3;
}
.BgClassName
{
background-color: #335AA3;
}
</style>
border-color css
<style>
span { border-color: #335AA3; }
span { border-color: rgb(51,90,163); }
td.TdClassName
{
border-color: #335AA3;
}
.TagClassName
{
border-color: #335AA3;
}
</style>