Shades of Mariner #3463AB
Tints of Mariner #3463AB
RGB
CMYK
RGB Variations
Color information
#3463AB (or 0x3463AB) is known color: Mariner. HEX triplet: 34, 63 and AB. RGB value is (52,99,171). Sum of RGB (Red+Green+Blue) = 52+99+171=322 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.15% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #3463AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3463AB is #CB9C54. Grayscale: #5C5C5C. Windows color (decimal): -13343829 or 11232052. OLE color: 11232052.
HSL color Cylindrical-coordinate representation of color #3463AB: hue angle of 216.3º 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 #3463AB is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 99 | 171 | - |
| CMYK | 0.70 | 0.42 | 0 | 0.33 |
| HSL | 216.3º | 0.53% | 0.44% | - |
| HSV(B) | 216.3º | 0.7% | 0.67% | - |
| XYZ | 13.23 | 12.59 | 40.26 | - |
| YUV | 93.16 | 171.93 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 99 | 171 | 0.70 | 0.42 | 0 | 0.33 | 216.3 | 0.53 | 0.44 |
| Hex | 34 | 63 | AB | 46 | 2A | 0 | 21 | D8 | 35 | 2C |
| Octal | 64 | 143 | 253 | 106 | 52 | 0 | 41 | 330 | 65 | 54 |
| Binary | 110100 | 1100011 | 10101011 | 1000110 | 101010 | 0 | 100001 | 11011000 | 110101 | 101100 |
Color Harmonies of #3463AB
Complementary color
Monochromatic Colors of #3463AB
Black with #3463AB
Text Example
Text Example
White with #3463AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3463AB; }
p { color: rgb(52,99,171); }
H1.HeaderClassName
{
color: #3463AB;
}
.AnyTagClassName
{
color: #3463AB;
}
</style>
background-color css
<style>
a { background-color: #3463AB; }
a { background-color: rgb(52,99,171); }
div.DivClassName
{
background-color: #3463AB;
}
.BgClassName
{
background-color: #3463AB;
}
</style>
border-color css
<style>
span { border-color: #3463AB; }
span { border-color: rgb(52,99,171); }
td.TdClassName
{
border-color: #3463AB;
}
.TagClassName
{
border-color: #3463AB;
}
</style>