Shades of Mariner #3564AB
Tints of Mariner #3564AB
RGB
CMYK
RGB Variations
Color information
#3564AB (or 0x3564AB) is known color: Mariner. HEX triplet: 35, 64 and AB. RGB value is (53,100,171). Sum of RGB (Red+Green+Blue) = 53+100+171=324 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.36% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #3564AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3564AB is #CA9B54. Grayscale: #5D5D5D. Windows color (decimal): -13278037 or 11232309. OLE color: 11232309.
HSL color Cylindrical-coordinate representation of color #3564AB: hue angle of 216.1º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3564AB is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 100 | 171 | - |
| CMYK | 0.69 | 0.42 | 0 | 0.33 |
| HSL | 216.1º | 0.53% | 0.44% | - |
| HSV(B) | 216.1º | 0.69% | 0.67% | - |
| XYZ | 13.38 | 12.81 | 40.3 | - |
| YUV | 94.04 | 171.43 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 100 | 171 | 0.69 | 0.42 | 0 | 0.33 | 216.1 | 0.53 | 0.44 |
| Hex | 35 | 64 | AB | 45 | 2A | 0 | 21 | D8 | 35 | 2C |
| Octal | 65 | 144 | 253 | 105 | 52 | 0 | 41 | 330 | 65 | 54 |
| Binary | 110101 | 1100100 | 10101011 | 1000101 | 101010 | 0 | 100001 | 11011000 | 110101 | 101100 |
Color Harmonies of #3564AB
Complementary color
Monochromatic Colors of #3564AB
Black with #3564AB
Text Example
Text Example
White with #3564AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3564AB; }
p { color: rgb(53,100,171); }
H1.HeaderClassName
{
color: #3564AB;
}
.AnyTagClassName
{
color: #3564AB;
}
</style>
background-color css
<style>
a { background-color: #3564AB; }
a { background-color: rgb(53,100,171); }
div.DivClassName
{
background-color: #3564AB;
}
.BgClassName
{
background-color: #3564AB;
}
</style>
border-color css
<style>
span { border-color: #3564AB; }
span { border-color: rgb(53,100,171); }
td.TdClassName
{
border-color: #3564AB;
}
.TagClassName
{
border-color: #3564AB;
}
</style>