Shades of Mariner #3456A3
Tints of Mariner #3456A3
RGB
CMYK
RGB Variations
Color information
#3456A3 (or 0x3456A3) is known color: Mariner. HEX triplet: 34, 56 and A3. RGB value is (52,86,163). Sum of RGB (Red+Green+Blue) = 52+86+163=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 163 (64.06% from 255 or 54.15% from 301); Max value from RGB is 163 - color contains mainly: blue. Hex color #3456A3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3456A3 is #CBA95C. Grayscale: #545454. Windows color (decimal): -13347165 or 10704436. OLE color: 10704436.
HSL color Cylindrical-coordinate representation of color #3456A3: hue angle of 221.62º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3456A3 is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 52 | 86 | 163 | - |
| CMYK | 0.68 | 0.47 | 0 | 0.36 |
| HSL | 221.62º | 0.52% | 0.42% | - |
| HSV(B) | 221.62º | 0.68% | 0.64% | - |
| XYZ | 11.35 | 10.03 | 35.99 | - |
| YUV | 84.61 | 172.24 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 86 | 163 | 0.68 | 0.47 | 0 | 0.36 | 221.62 | 0.52 | 0.42 |
| Hex | 34 | 56 | A3 | 44 | 2F | 0 | 24 | DE | 34 | 2A |
| Octal | 64 | 126 | 243 | 104 | 57 | 0 | 44 | 336 | 64 | 52 |
| Binary | 110100 | 1010110 | 10100011 | 1000100 | 101111 | 0 | 100100 | 11011110 | 110100 | 101010 |
Color Harmonies of #3456A3
Complementary color
Monochromatic Colors of #3456A3
Black with #3456A3
Text Example
Text Example
White with #3456A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3456A3; }
p { color: rgb(52,86,163); }
H1.HeaderClassName
{
color: #3456A3;
}
.AnyTagClassName
{
color: #3456A3;
}
</style>
background-color css
<style>
a { background-color: #3456A3; }
a { background-color: rgb(52,86,163); }
div.DivClassName
{
background-color: #3456A3;
}
.BgClassName
{
background-color: #3456A3;
}
</style>
border-color css
<style>
span { border-color: #3456A3; }
span { border-color: rgb(52,86,163); }
td.TdClassName
{
border-color: #3456A3;
}
.TagClassName
{
border-color: #3456A3;
}
</style>