Shades of Mariner #345EAA
Tints of Mariner #345EAA
RGB
CMYK
RGB Variations
Color information
#345EAA (or 0x345EAA) is known color: Mariner. HEX triplet: 34, 5E and AA. RGB value is (52,94,170). Sum of RGB (Red+Green+Blue) = 52+94+170=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 170 (66.80% from 255 or 53.80% from 316); Max value from RGB is 170 - color contains mainly: blue. Hex color #345EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345EAA is #CBA155. Grayscale: #595959. Windows color (decimal): -13345110 or 11165236. OLE color: 11165236.
HSL color Cylindrical-coordinate representation of color #345EAA: hue angle of 218.64º 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 #345EAA is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 94 | 170 | - |
| CMYK | 0.69 | 0.45 | 0 | 0.33 |
| HSL | 218.64º | 0.53% | 0.44% | - |
| HSV(B) | 218.64º | 0.69% | 0.67% | - |
| XYZ | 12.67 | 11.64 | 39.61 | - |
| YUV | 90.11 | 173.09 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 94 | 170 | 0.69 | 0.45 | 0 | 0.33 | 218.64 | 0.53 | 0.44 |
| Hex | 34 | 5E | AA | 45 | 2D | 0 | 21 | DB | 35 | 2C |
| Octal | 64 | 136 | 252 | 105 | 55 | 0 | 41 | 333 | 65 | 54 |
| Binary | 110100 | 1011110 | 10101010 | 1000101 | 101101 | 0 | 100001 | 11011011 | 110101 | 101100 |
Color Harmonies of #345EAA
Complementary color
Monochromatic Colors of #345EAA
Black with #345EAA
Text Example
Text Example
White with #345EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345EAA; }
p { color: rgb(52,94,170); }
H1.HeaderClassName
{
color: #345EAA;
}
.AnyTagClassName
{
color: #345EAA;
}
</style>
background-color css
<style>
a { background-color: #345EAA; }
a { background-color: rgb(52,94,170); }
div.DivClassName
{
background-color: #345EAA;
}
.BgClassName
{
background-color: #345EAA;
}
</style>
border-color css
<style>
span { border-color: #345EAA; }
span { border-color: rgb(52,94,170); }
td.TdClassName
{
border-color: #345EAA;
}
.TagClassName
{
border-color: #345EAA;
}
</style>