Shades of Mariner #345EAD
Tints of Mariner #345EAD
RGB
CMYK
RGB Variations
Color information
#345EAD (or 0x345EAD) is known color: Mariner. HEX triplet: 34, 5E and AD. RGB value is (52,94,173). Sum of RGB (Red+Green+Blue) = 52+94+173=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 173 (67.97% from 255 or 54.23% from 319); Max value from RGB is 173 - color contains mainly: blue. Hex color #345EAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345EAD is #CBA152. Grayscale: #5A5A5A. Windows color (decimal): -13345107 or 11361844. OLE color: 11361844.
HSL color Cylindrical-coordinate representation of color #345EAD: hue angle of 219.17º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #345EAD is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 94 | 173 | - |
| CMYK | 0.70 | 0.46 | 0 | 0.32 |
| HSL | 219.17º | 0.54% | 0.44% | - |
| HSV(B) | 219.17º | 0.7% | 0.68% | - |
| XYZ | 12.96 | 11.75 | 41.12 | - |
| YUV | 90.45 | 174.59 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 94 | 173 | 0.70 | 0.46 | 0 | 0.32 | 219.17 | 0.54 | 0.44 |
| Hex | 34 | 5E | AD | 46 | 2E | 0 | 20 | DB | 36 | 2C |
| Octal | 64 | 136 | 255 | 106 | 56 | 0 | 40 | 333 | 66 | 54 |
| Binary | 110100 | 1011110 | 10101101 | 1000110 | 101110 | 0 | 100000 | 11011011 | 110110 | 101100 |
Color Harmonies of #345EAD
Complementary color
Monochromatic Colors of #345EAD
Black with #345EAD
Text Example
Text Example
White with #345EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345EAD; }
p { color: rgb(52,94,173); }
H1.HeaderClassName
{
color: #345EAD;
}
.AnyTagClassName
{
color: #345EAD;
}
</style>
background-color css
<style>
a { background-color: #345EAD; }
a { background-color: rgb(52,94,173); }
div.DivClassName
{
background-color: #345EAD;
}
.BgClassName
{
background-color: #345EAD;
}
</style>
border-color css
<style>
span { border-color: #345EAD; }
span { border-color: rgb(52,94,173); }
td.TdClassName
{
border-color: #345EAD;
}
.TagClassName
{
border-color: #345EAD;
}
</style>