Shades of Mariner #345A99
Tints of Mariner #345A99
RGB
CMYK
RGB Variations
Color information
#345A99 (or 0x345A99) is known color: Mariner. HEX triplet: 34, 5A and 99. RGB value is (52,90,153). Sum of RGB (Red+Green+Blue) = 52+90+153=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 153 (60.16% from 255 or 51.86% from 295); Max value from RGB is 153 - color contains mainly: blue. Hex color #345A99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345A99 is #CBA566. Grayscale: #555555. Windows color (decimal): -13346151 or 10050100. OLE color: 10050100.
HSL color Cylindrical-coordinate representation of color #345A99: hue angle of 217.43º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #345A99 is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 52 | 90 | 153 | - |
| CMYK | 0.66 | 0.41 | 0 | 0.4 |
| HSL | 217.43º | 0.49% | 0.4% | - |
| HSV(B) | 217.43º | 0.66% | 0.6% | - |
| XYZ | 10.82 | 10.34 | 31.56 | - |
| YUV | 85.82 | 165.91 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 90 | 153 | 0.66 | 0.41 | 0 | 0.4 | 217.43 | 0.49 | 0.4 |
| Hex | 34 | 5A | 99 | 42 | 29 | 0 | 28 | D9 | 31 | 28 |
| Octal | 64 | 132 | 231 | 102 | 51 | 0 | 50 | 331 | 61 | 50 |
| Binary | 110100 | 1011010 | 10011001 | 1000010 | 101001 | 0 | 101000 | 11011001 | 110001 | 101000 |
Color Harmonies of #345A99
Complementary color
Monochromatic Colors of #345A99
Black with #345A99
Text Example
Text Example
White with #345A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345A99; }
p { color: rgb(52,90,153); }
H1.HeaderClassName
{
color: #345A99;
}
.AnyTagClassName
{
color: #345A99;
}
</style>
background-color css
<style>
a { background-color: #345A99; }
a { background-color: rgb(52,90,153); }
div.DivClassName
{
background-color: #345A99;
}
.BgClassName
{
background-color: #345A99;
}
</style>
border-color css
<style>
span { border-color: #345A99; }
span { border-color: rgb(52,90,153); }
td.TdClassName
{
border-color: #345A99;
}
.TagClassName
{
border-color: #345A99;
}
</style>