Shades of Mariner #3460AD
Tints of Mariner #3460AD
RGB
CMYK
RGB Variations
Color information
#3460AD (or 0x3460AD) is known color: Mariner. HEX triplet: 34, 60 and AD. RGB value is (52,96,173). Sum of RGB (Red+Green+Blue) = 52+96+173=321 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.20% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 173 (67.97% from 255 or 53.89% from 321); Max value from RGB is 173 - color contains mainly: blue. Hex color #3460AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3460AD is #CB9F52. Grayscale: #5B5B5B. Windows color (decimal): -13344595 or 11362356. OLE color: 11362356.
HSL color Cylindrical-coordinate representation of color #3460AD: hue angle of 218.18º 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 #3460AD is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 96 | 173 | - |
| CMYK | 0.70 | 0.45 | 0 | 0.32 |
| HSL | 218.18º | 0.54% | 0.44% | - |
| HSV(B) | 218.18º | 0.7% | 0.68% | - |
| XYZ | 13.14 | 12.11 | 41.18 | - |
| YUV | 91.62 | 173.92 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 96 | 173 | 0.70 | 0.45 | 0 | 0.32 | 218.18 | 0.54 | 0.44 |
| Hex | 34 | 60 | AD | 46 | 2D | 0 | 20 | DA | 36 | 2C |
| Octal | 64 | 140 | 255 | 106 | 55 | 0 | 40 | 332 | 66 | 54 |
| Binary | 110100 | 1100000 | 10101101 | 1000110 | 101101 | 0 | 100000 | 11011010 | 110110 | 101100 |
Color Harmonies of #3460AD
Complementary color
Monochromatic Colors of #3460AD
Black with #3460AD
Text Example
Text Example
White with #3460AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3460AD; }
p { color: rgb(52,96,173); }
H1.HeaderClassName
{
color: #3460AD;
}
.AnyTagClassName
{
color: #3460AD;
}
</style>
background-color css
<style>
a { background-color: #3460AD; }
a { background-color: rgb(52,96,173); }
div.DivClassName
{
background-color: #3460AD;
}
.BgClassName
{
background-color: #3460AD;
}
</style>
border-color css
<style>
span { border-color: #3460AD; }
span { border-color: rgb(52,96,173); }
td.TdClassName
{
border-color: #3460AD;
}
.TagClassName
{
border-color: #3460AD;
}
</style>