Shades of Mariner #335AA4
Tints of Mariner #335AA4
RGB
CMYK
RGB Variations
Color information
#335AA4 (or 0x335AA4) is known color: Mariner. HEX triplet: 33, 5A and A4. RGB value is (51,90,164). Sum of RGB (Red+Green+Blue) = 51+90+164=305 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.72% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 164 (64.45% from 255 or 53.77% from 305); Max value from RGB is 164 - color contains mainly: blue. Hex color #335AA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335AA4 is #CCA55B. Grayscale: #565656. Windows color (decimal): -13411676 or 10770995. OLE color: 10770995.
HSL color Cylindrical-coordinate representation of color #335AA4: hue angle of 219.29º degrees, saturation: 0.53, 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 #335AA4 is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 51 | 90 | 164 | - |
| CMYK | 0.69 | 0.45 | 0 | 0.36 |
| HSL | 219.29º | 0.53% | 0.42% | - |
| HSV(B) | 219.29º | 0.69% | 0.64% | - |
| XYZ | 11.72 | 10.7 | 36.57 | - |
| YUV | 86.78 | 171.58 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 90 | 164 | 0.69 | 0.45 | 0 | 0.36 | 219.29 | 0.53 | 0.42 |
| Hex | 33 | 5A | A4 | 45 | 2D | 0 | 24 | DB | 35 | 2A |
| Octal | 63 | 132 | 244 | 105 | 55 | 0 | 44 | 333 | 65 | 52 |
| Binary | 110011 | 1011010 | 10100100 | 1000101 | 101101 | 0 | 100100 | 11011011 | 110101 | 101010 |
Color Harmonies of #335AA4
Complementary color
Monochromatic Colors of #335AA4
Black with #335AA4
Text Example
Text Example
White with #335AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335AA4; }
p { color: rgb(51,90,164); }
H1.HeaderClassName
{
color: #335AA4;
}
.AnyTagClassName
{
color: #335AA4;
}
</style>
background-color css
<style>
a { background-color: #335AA4; }
a { background-color: rgb(51,90,164); }
div.DivClassName
{
background-color: #335AA4;
}
.BgClassName
{
background-color: #335AA4;
}
</style>
border-color css
<style>
span { border-color: #335AA4; }
span { border-color: rgb(51,90,164); }
td.TdClassName
{
border-color: #335AA4;
}
.TagClassName
{
border-color: #335AA4;
}
</style>