Shades of Mariner #3457A0
Tints of Mariner #3457A0
RGB
CMYK
RGB Variations
Color information
#3457A0 (or 0x3457A0) is known color: Mariner. HEX triplet: 34, 57 and A0. RGB value is (52,87,160). Sum of RGB (Red+Green+Blue) = 52+87+160=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 160 (62.89% from 255 or 53.51% from 299); Max value from RGB is 160 - color contains mainly: blue. Hex color #3457A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3457A0 is #CBA85F. Grayscale: #545454. Windows color (decimal): -13346912 or 10508084. OLE color: 10508084.
HSL color Cylindrical-coordinate representation of color #3457A0: hue angle of 220.56º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3457A0 is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 52 | 87 | 160 | - |
| CMYK | 0.68 | 0.46 | 0 | 0.37 |
| HSL | 220.56º | 0.51% | 0.42% | - |
| HSV(B) | 220.56º | 0.68% | 0.63% | - |
| XYZ | 11.17 | 10.08 | 34.62 | - |
| YUV | 84.86 | 170.4 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 87 | 160 | 0.68 | 0.46 | 0 | 0.37 | 220.56 | 0.51 | 0.42 |
| Hex | 34 | 57 | A0 | 44 | 2E | 0 | 25 | DD | 33 | 2A |
| Octal | 64 | 127 | 240 | 104 | 56 | 0 | 45 | 335 | 63 | 52 |
| Binary | 110100 | 1010111 | 10100000 | 1000100 | 101110 | 0 | 100101 | 11011101 | 110011 | 101010 |
Color Harmonies of #3457A0
Complementary color
Monochromatic Colors of #3457A0
Black with #3457A0
Text Example
Text Example
White with #3457A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3457A0; }
p { color: rgb(52,87,160); }
H1.HeaderClassName
{
color: #3457A0;
}
.AnyTagClassName
{
color: #3457A0;
}
</style>
background-color css
<style>
a { background-color: #3457A0; }
a { background-color: rgb(52,87,160); }
div.DivClassName
{
background-color: #3457A0;
}
.BgClassName
{
background-color: #3457A0;
}
</style>
border-color css
<style>
span { border-color: #3457A0; }
span { border-color: rgb(52,87,160); }
td.TdClassName
{
border-color: #3457A0;
}
.TagClassName
{
border-color: #3457A0;
}
</style>