Shades of Mariner #3462AD
Tints of Mariner #3462AD
RGB
CMYK
RGB Variations
Color information
#3462AD (or 0x3462AD) is known color: Mariner. HEX triplet: 34, 62 and AD. RGB value is (52,98,173). Sum of RGB (Red+Green+Blue) = 52+98+173=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 173 (67.97% from 255 or 53.56% from 323); Max value from RGB is 173 - color contains mainly: blue. Hex color #3462AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3462AD is #CB9D52. Grayscale: #5C5C5C. Windows color (decimal): -13344083 or 11362868. OLE color: 11362868.
HSL color Cylindrical-coordinate representation of color #3462AD: hue angle of 217.19º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3462AD is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 98 | 173 | - |
| CMYK | 0.70 | 0.43 | 0 | 0.32 |
| HSL | 217.19º | 0.54% | 0.44% | - |
| HSV(B) | 217.19º | 0.7% | 0.68% | - |
| XYZ | 13.33 | 12.48 | 41.24 | - |
| YUV | 92.8 | 173.26 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 98 | 173 | 0.70 | 0.43 | 0 | 0.32 | 217.19 | 0.54 | 0.44 |
| Hex | 34 | 62 | AD | 46 | 2B | 0 | 20 | D9 | 36 | 2C |
| Octal | 64 | 142 | 255 | 106 | 53 | 0 | 40 | 331 | 66 | 54 |
| Binary | 110100 | 1100010 | 10101101 | 1000110 | 101011 | 0 | 100000 | 11011001 | 110110 | 101100 |
Color Harmonies of #3462AD
Complementary color
Monochromatic Colors of #3462AD
Black with #3462AD
Text Example
Text Example
White with #3462AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3462AD; }
p { color: rgb(52,98,173); }
H1.HeaderClassName
{
color: #3462AD;
}
.AnyTagClassName
{
color: #3462AD;
}
</style>
background-color css
<style>
a { background-color: #3462AD; }
a { background-color: rgb(52,98,173); }
div.DivClassName
{
background-color: #3462AD;
}
.BgClassName
{
background-color: #3462AD;
}
</style>
border-color css
<style>
span { border-color: #3462AD; }
span { border-color: rgb(52,98,173); }
td.TdClassName
{
border-color: #3462AD;
}
.TagClassName
{
border-color: #3462AD;
}
</style>