Shades of Mariner #3458A0
Tints of Mariner #3458A0
RGB
CMYK
RGB Variations
Color information
#3458A0 (or 0x3458A0) is known color: Mariner. HEX triplet: 34, 58 and A0. RGB value is (52,88,160). Sum of RGB (Red+Green+Blue) = 52+88+160=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 160 (62.89% from 255 or 53.33% from 300); Max value from RGB is 160 - color contains mainly: blue. Hex color #3458A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3458A0 is #CBA75F. Grayscale: #555555. Windows color (decimal): -13346656 or 10508340. OLE color: 10508340.
HSL color Cylindrical-coordinate representation of color #3458A0: hue angle of 220º 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 #3458A0 is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 52 | 88 | 160 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.37 |
| HSL | 220º | 0.51% | 0.42% | - |
| HSV(B) | 220º | 0.68% | 0.63% | - |
| XYZ | 11.25 | 10.25 | 34.64 | - |
| YUV | 85.44 | 170.07 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 88 | 160 | 0.68 | 0.45 | 0 | 0.37 | 220 | 0.51 | 0.42 |
| Hex | 34 | 58 | A0 | 44 | 2D | 0 | 25 | DC | 33 | 2A |
| Octal | 64 | 130 | 240 | 104 | 55 | 0 | 45 | 334 | 63 | 52 |
| Binary | 110100 | 1011000 | 10100000 | 1000100 | 101101 | 0 | 100101 | 11011100 | 110011 | 101010 |
Color Harmonies of #3458A0
Complementary color
Monochromatic Colors of #3458A0
Black with #3458A0
Text Example
Text Example
White with #3458A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3458A0; }
p { color: rgb(52,88,160); }
H1.HeaderClassName
{
color: #3458A0;
}
.AnyTagClassName
{
color: #3458A0;
}
</style>
background-color css
<style>
a { background-color: #3458A0; }
a { background-color: rgb(52,88,160); }
div.DivClassName
{
background-color: #3458A0;
}
.BgClassName
{
background-color: #3458A0;
}
</style>
border-color css
<style>
span { border-color: #3458A0; }
span { border-color: rgb(52,88,160); }
td.TdClassName
{
border-color: #3458A0;
}
.TagClassName
{
border-color: #3458A0;
}
</style>