Shades of Mariner #3459AB
Tints of Mariner #3459AB
RGB
CMYK
RGB Variations
Color information
#3459AB (or 0x3459AB) is known color: Mariner. HEX triplet: 34, 59 and AB. RGB value is (52,89,171). Sum of RGB (Red+Green+Blue) = 52+89+171=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #3459AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3459AB is #CBA654. Grayscale: #565656. Windows color (decimal): -13346389 or 11229492. OLE color: 11229492.
HSL color Cylindrical-coordinate representation of color #3459AB: hue angle of 221.34º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3459AB is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 89 | 171 | - |
| CMYK | 0.70 | 0.48 | 0 | 0.33 |
| HSL | 221.34º | 0.53% | 0.44% | - |
| HSV(B) | 221.34º | 0.7% | 0.67% | - |
| XYZ | 12.34 | 10.82 | 39.97 | - |
| YUV | 87.29 | 175.24 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 89 | 171 | 0.70 | 0.48 | 0 | 0.33 | 221.34 | 0.53 | 0.44 |
| Hex | 34 | 59 | AB | 46 | 30 | 0 | 21 | DD | 35 | 2C |
| Octal | 64 | 131 | 253 | 106 | 60 | 0 | 41 | 335 | 65 | 54 |
| Binary | 110100 | 1011001 | 10101011 | 1000110 | 110000 | 0 | 100001 | 11011101 | 110101 | 101100 |
Color Harmonies of #3459AB
Complementary color
Monochromatic Colors of #3459AB
Black with #3459AB
Text Example
Text Example
White with #3459AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3459AB; }
p { color: rgb(52,89,171); }
H1.HeaderClassName
{
color: #3459AB;
}
.AnyTagClassName
{
color: #3459AB;
}
</style>
background-color css
<style>
a { background-color: #3459AB; }
a { background-color: rgb(52,89,171); }
div.DivClassName
{
background-color: #3459AB;
}
.BgClassName
{
background-color: #3459AB;
}
</style>
border-color css
<style>
span { border-color: #3459AB; }
span { border-color: rgb(52,89,171); }
td.TdClassName
{
border-color: #3459AB;
}
.TagClassName
{
border-color: #3459AB;
}
</style>