Shades of Mariner #335AA5
Tints of Mariner #335AA5
RGB
CMYK
RGB Variations
Color information
#335AA5 (or 0x335AA5) is known color: Mariner. HEX triplet: 33, 5A and A5. RGB value is (51,90,165). Sum of RGB (Red+Green+Blue) = 51+90+165=306 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.67% from 306); Green value is 90 (35.55% from 255 or 29.41% from 306); Blue value is 165 (64.84% from 255 or 53.92% from 306); Max value from RGB is 165 - color contains mainly: blue. Hex color #335AA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335AA5 is #CCA55A. Grayscale: #565656. Windows color (decimal): -13411675 or 10836531. OLE color: 10836531.
HSL color Cylindrical-coordinate representation of color #335AA5: hue angle of 219.47º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #335AA5 is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 51 | 90 | 165 | - |
| CMYK | 0.69 | 0.45 | 0 | 0.35 |
| HSL | 219.47º | 0.53% | 0.42% | - |
| HSV(B) | 219.47º | 0.69% | 0.65% | - |
| XYZ | 11.81 | 10.73 | 37.05 | - |
| YUV | 86.89 | 172.08 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 90 | 165 | 0.69 | 0.45 | 0 | 0.35 | 219.47 | 0.53 | 0.42 |
| Hex | 33 | 5A | A5 | 45 | 2D | 0 | 23 | DB | 35 | 2A |
| Octal | 63 | 132 | 245 | 105 | 55 | 0 | 43 | 333 | 65 | 52 |
| Binary | 110011 | 1011010 | 10100101 | 1000101 | 101101 | 0 | 100011 | 11011011 | 110101 | 101010 |
Color Harmonies of #335AA5
Complementary color
Monochromatic Colors of #335AA5
Black with #335AA5
Text Example
Text Example
White with #335AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335AA5; }
p { color: rgb(51,90,165); }
H1.HeaderClassName
{
color: #335AA5;
}
.AnyTagClassName
{
color: #335AA5;
}
</style>
background-color css
<style>
a { background-color: #335AA5; }
a { background-color: rgb(51,90,165); }
div.DivClassName
{
background-color: #335AA5;
}
.BgClassName
{
background-color: #335AA5;
}
</style>
border-color css
<style>
span { border-color: #335AA5; }
span { border-color: rgb(51,90,165); }
td.TdClassName
{
border-color: #335AA5;
}
.TagClassName
{
border-color: #335AA5;
}
</style>