Shades of Mariner #3559AC
Tints of Mariner #3559AC
RGB
CMYK
RGB Variations
Color information
#3559AC (or 0x3559AC) is known color: Mariner. HEX triplet: 35, 59 and AC. RGB value is (53,89,172). Sum of RGB (Red+Green+Blue) = 53+89+172=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 172 (67.58% from 255 or 54.78% from 314); Max value from RGB is 172 - color contains mainly: blue. Hex color #3559AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3559AC is #CAA653. Grayscale: #575757. Windows color (decimal): -13280852 or 11295029. OLE color: 11295029.
HSL color Cylindrical-coordinate representation of color #3559AC: hue angle of 221.85º 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 #3559AC is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 89 | 172 | - |
| CMYK | 0.69 | 0.48 | 0 | 0.33 |
| HSL | 221.85º | 0.53% | 0.44% | - |
| HSV(B) | 221.85º | 0.69% | 0.67% | - |
| XYZ | 12.49 | 10.88 | 40.47 | - |
| YUV | 87.7 | 175.57 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 89 | 172 | 0.69 | 0.48 | 0 | 0.33 | 221.85 | 0.53 | 0.44 |
| Hex | 35 | 59 | AC | 45 | 30 | 0 | 21 | DE | 35 | 2C |
| Octal | 65 | 131 | 254 | 105 | 60 | 0 | 41 | 336 | 65 | 54 |
| Binary | 110101 | 1011001 | 10101100 | 1000101 | 110000 | 0 | 100001 | 11011110 | 110101 | 101100 |
Color Harmonies of #3559AC
Complementary color
Monochromatic Colors of #3559AC
Black with #3559AC
Text Example
Text Example
White with #3559AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3559AC; }
p { color: rgb(53,89,172); }
H1.HeaderClassName
{
color: #3559AC;
}
.AnyTagClassName
{
color: #3559AC;
}
</style>
background-color css
<style>
a { background-color: #3559AC; }
a { background-color: rgb(53,89,172); }
div.DivClassName
{
background-color: #3559AC;
}
.BgClassName
{
background-color: #3559AC;
}
</style>
border-color css
<style>
span { border-color: #3559AC; }
span { border-color: rgb(53,89,172); }
td.TdClassName
{
border-color: #3559AC;
}
.TagClassName
{
border-color: #3559AC;
}
</style>