Shades of Mariner #3562AC
Tints of Mariner #3562AC
RGB
CMYK
RGB Variations
Color information
#3562AC (or 0x3562AC) is known color: Mariner. HEX triplet: 35, 62 and AC. RGB value is (53,98,172). Sum of RGB (Red+Green+Blue) = 53+98+172=323 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.41% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #3562AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3562AC is #CA9D53. Grayscale: #5C5C5C. Windows color (decimal): -13278548 or 11297333. OLE color: 11297333.
HSL color Cylindrical-coordinate representation of color #3562AC: hue angle of 217.31º 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 #3562AC is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 98 | 172 | - |
| CMYK | 0.69 | 0.43 | 0 | 0.33 |
| HSL | 217.31º | 0.53% | 0.44% | - |
| HSV(B) | 217.31º | 0.69% | 0.67% | - |
| XYZ | 13.28 | 12.47 | 40.74 | - |
| YUV | 92.98 | 172.59 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 98 | 172 | 0.69 | 0.43 | 0 | 0.33 | 217.31 | 0.53 | 0.44 |
| Hex | 35 | 62 | AC | 45 | 2B | 0 | 21 | D9 | 35 | 2C |
| Octal | 65 | 142 | 254 | 105 | 53 | 0 | 41 | 331 | 65 | 54 |
| Binary | 110101 | 1100010 | 10101100 | 1000101 | 101011 | 0 | 100001 | 11011001 | 110101 | 101100 |
Color Harmonies of #3562AC
Complementary color
Monochromatic Colors of #3562AC
Black with #3562AC
Text Example
Text Example
White with #3562AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3562AC; }
p { color: rgb(53,98,172); }
H1.HeaderClassName
{
color: #3562AC;
}
.AnyTagClassName
{
color: #3562AC;
}
</style>
background-color css
<style>
a { background-color: #3562AC; }
a { background-color: rgb(53,98,172); }
div.DivClassName
{
background-color: #3562AC;
}
.BgClassName
{
background-color: #3562AC;
}
</style>
border-color css
<style>
span { border-color: #3562AC; }
span { border-color: rgb(53,98,172); }
td.TdClassName
{
border-color: #3562AC;
}
.TagClassName
{
border-color: #3562AC;
}
</style>