Shades of Mariner #3564AF
Tints of Mariner #3564AF
RGB
CMYK
RGB Variations
Color information
#3564AF (or 0x3564AF) is known color: Mariner. HEX triplet: 35, 64 and AF. RGB value is (53,100,175). Sum of RGB (Red+Green+Blue) = 53+100+175=328 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.16% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 175 (68.75% from 255 or 53.35% from 328); Max value from RGB is 175 - color contains mainly: blue. Hex color #3564AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3564AF is #CA9B50. Grayscale: #5E5E5E. Windows color (decimal): -13278033 or 11494453. OLE color: 11494453.
HSL color Cylindrical-coordinate representation of color #3564AF: hue angle of 216.89º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3564AF is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 53 | 100 | 175 | - |
| CMYK | 0.70 | 0.43 | 0 | 0.31 |
| HSL | 216.89º | 0.54% | 0.45% | - |
| HSV(B) | 216.89º | 0.7% | 0.69% | - |
| XYZ | 13.76 | 12.97 | 42.33 | - |
| YUV | 94.5 | 173.43 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 100 | 175 | 0.70 | 0.43 | 0 | 0.31 | 216.89 | 0.54 | 0.45 |
| Hex | 35 | 64 | AF | 46 | 2B | 0 | 1F | D9 | 36 | 2D |
| Octal | 65 | 144 | 257 | 106 | 53 | 0 | 37 | 331 | 66 | 55 |
| Binary | 110101 | 1100100 | 10101111 | 1000110 | 101011 | 0 | 11111 | 11011001 | 110110 | 101101 |
Color Harmonies of #3564AF
Complementary color
Monochromatic Colors of #3564AF
Black with #3564AF
Text Example
Text Example
White with #3564AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3564AF; }
p { color: rgb(53,100,175); }
H1.HeaderClassName
{
color: #3564AF;
}
.AnyTagClassName
{
color: #3564AF;
}
</style>
background-color css
<style>
a { background-color: #3564AF; }
a { background-color: rgb(53,100,175); }
div.DivClassName
{
background-color: #3564AF;
}
.BgClassName
{
background-color: #3564AF;
}
</style>
border-color css
<style>
span { border-color: #3564AF; }
span { border-color: rgb(53,100,175); }
td.TdClassName
{
border-color: #3564AF;
}
.TagClassName
{
border-color: #3564AF;
}
</style>