Shades of Mariner #3463AC
Tints of Mariner #3463AC
RGB
CMYK
RGB Variations
Color information
#3463AC (or 0x3463AC) is known color: Mariner. HEX triplet: 34, 63 and AC. RGB value is (52,99,172). Sum of RGB (Red+Green+Blue) = 52+99+172=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #3463AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3463AC is #CB9C53. Grayscale: #5C5C5C. Windows color (decimal): -13343828 or 11297588. OLE color: 11297588.
HSL color Cylindrical-coordinate representation of color #3463AC: hue angle of 216.5º degrees, saturation: 0.54, 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 #3463AC is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 99 | 172 | - |
| CMYK | 0.70 | 0.42 | 0 | 0.33 |
| HSL | 216.5º | 0.54% | 0.44% | - |
| HSV(B) | 216.5º | 0.7% | 0.67% | - |
| XYZ | 13.32 | 12.63 | 40.77 | - |
| YUV | 93.27 | 172.43 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 99 | 172 | 0.70 | 0.42 | 0 | 0.33 | 216.5 | 0.54 | 0.44 |
| Hex | 34 | 63 | AC | 46 | 2A | 0 | 21 | D8 | 36 | 2C |
| Octal | 64 | 143 | 254 | 106 | 52 | 0 | 41 | 330 | 66 | 54 |
| Binary | 110100 | 1100011 | 10101100 | 1000110 | 101010 | 0 | 100001 | 11011000 | 110110 | 101100 |
Color Harmonies of #3463AC
Complementary color
Monochromatic Colors of #3463AC
Black with #3463AC
Text Example
Text Example
White with #3463AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3463AC; }
p { color: rgb(52,99,172); }
H1.HeaderClassName
{
color: #3463AC;
}
.AnyTagClassName
{
color: #3463AC;
}
</style>
background-color css
<style>
a { background-color: #3463AC; }
a { background-color: rgb(52,99,172); }
div.DivClassName
{
background-color: #3463AC;
}
.BgClassName
{
background-color: #3463AC;
}
</style>
border-color css
<style>
span { border-color: #3463AC; }
span { border-color: rgb(52,99,172); }
td.TdClassName
{
border-color: #3463AC;
}
.TagClassName
{
border-color: #3463AC;
}
</style>