Shades of Mariner #3463AA
Tints of Mariner #3463AA
RGB
CMYK
RGB Variations
Color information
#3463AA (or 0x3463AA) is known color: Mariner. HEX triplet: 34, 63 and AA. RGB value is (52,99,170). Sum of RGB (Red+Green+Blue) = 52+99+170=321 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.20% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #3463AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3463AA is #CB9C55. Grayscale: #5C5C5C. Windows color (decimal): -13343830 or 11166516. OLE color: 11166516.
HSL color Cylindrical-coordinate representation of color #3463AA: hue angle of 216.1º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3463AA is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 99 | 170 | - |
| CMYK | 0.69 | 0.42 | 0 | 0.33 |
| HSL | 216.1º | 0.53% | 0.44% | - |
| HSV(B) | 216.1º | 0.69% | 0.67% | - |
| XYZ | 13.13 | 12.56 | 39.76 | - |
| YUV | 93.04 | 171.43 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 99 | 170 | 0.69 | 0.42 | 0 | 0.33 | 216.1 | 0.53 | 0.44 |
| Hex | 34 | 63 | AA | 45 | 2A | 0 | 21 | D8 | 35 | 2C |
| Octal | 64 | 143 | 252 | 105 | 52 | 0 | 41 | 330 | 65 | 54 |
| Binary | 110100 | 1100011 | 10101010 | 1000101 | 101010 | 0 | 100001 | 11011000 | 110101 | 101100 |
Color Harmonies of #3463AA
Complementary color
Monochromatic Colors of #3463AA
Black with #3463AA
Text Example
Text Example
White with #3463AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3463AA; }
p { color: rgb(52,99,170); }
H1.HeaderClassName
{
color: #3463AA;
}
.AnyTagClassName
{
color: #3463AA;
}
</style>
background-color css
<style>
a { background-color: #3463AA; }
a { background-color: rgb(52,99,170); }
div.DivClassName
{
background-color: #3463AA;
}
.BgClassName
{
background-color: #3463AA;
}
</style>
border-color css
<style>
span { border-color: #3463AA; }
span { border-color: rgb(52,99,170); }
td.TdClassName
{
border-color: #3463AA;
}
.TagClassName
{
border-color: #3463AA;
}
</style>