Shades of Mariner #3464AB
Tints of Mariner #3464AB
RGB
CMYK
RGB Variations
Color information
#3464AB (or 0x3464AB) is known color: Mariner. HEX triplet: 34, 64 and AB. RGB value is (52,100,171). Sum of RGB (Red+Green+Blue) = 52+100+171=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #3464AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3464AB is #CB9B54. Grayscale: #5D5D5D. Windows color (decimal): -13343573 or 11232308. OLE color: 11232308.
HSL color Cylindrical-coordinate representation of color #3464AB: hue angle of 215.8º 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 #3464AB is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 100 | 171 | - |
| CMYK | 0.70 | 0.42 | 0 | 0.33 |
| HSL | 215.8º | 0.53% | 0.44% | - |
| HSV(B) | 215.8º | 0.7% | 0.67% | - |
| XYZ | 13.32 | 12.78 | 40.29 | - |
| YUV | 93.74 | 171.6 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 100 | 171 | 0.70 | 0.42 | 0 | 0.33 | 215.8 | 0.53 | 0.44 |
| Hex | 34 | 64 | AB | 46 | 2A | 0 | 21 | D8 | 35 | 2C |
| Octal | 64 | 144 | 253 | 106 | 52 | 0 | 41 | 330 | 65 | 54 |
| Binary | 110100 | 1100100 | 10101011 | 1000110 | 101010 | 0 | 100001 | 11011000 | 110101 | 101100 |
Color Harmonies of #3464AB
Complementary color
Monochromatic Colors of #3464AB
Black with #3464AB
Text Example
Text Example
White with #3464AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3464AB; }
p { color: rgb(52,100,171); }
H1.HeaderClassName
{
color: #3464AB;
}
.AnyTagClassName
{
color: #3464AB;
}
</style>
background-color css
<style>
a { background-color: #3464AB; }
a { background-color: rgb(52,100,171); }
div.DivClassName
{
background-color: #3464AB;
}
.BgClassName
{
background-color: #3464AB;
}
</style>
border-color css
<style>
span { border-color: #3464AB; }
span { border-color: rgb(52,100,171); }
td.TdClassName
{
border-color: #3464AB;
}
.TagClassName
{
border-color: #3464AB;
}
</style>