Shades of Mariner #345DAD
Tints of Mariner #345DAD
RGB
CMYK
RGB Variations
Color information
#345DAD (or 0x345DAD) is known color: Mariner. HEX triplet: 34, 5D and AD. RGB value is (52,93,173). Sum of RGB (Red+Green+Blue) = 52+93+173=318 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.35% from 318); Green value is 93 (36.72% from 255 or 29.25% from 318); Blue value is 173 (67.97% from 255 or 54.40% from 318); Max value from RGB is 173 - color contains mainly: blue. Hex color #345DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345DAD is #CBA252. Grayscale: #595959. Windows color (decimal): -13345363 or 11361588. OLE color: 11361588.
HSL color Cylindrical-coordinate representation of color #345DAD: hue angle of 219.67º 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 #345DAD is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 93 | 173 | - |
| CMYK | 0.70 | 0.46 | 0 | 0.32 |
| HSL | 219.67º | 0.54% | 0.44% | - |
| HSV(B) | 219.67º | 0.7% | 0.68% | - |
| XYZ | 12.87 | 11.58 | 41.09 | - |
| YUV | 89.86 | 174.92 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 93 | 173 | 0.70 | 0.46 | 0 | 0.32 | 219.67 | 0.54 | 0.44 |
| Hex | 34 | 5D | AD | 46 | 2E | 0 | 20 | DC | 36 | 2C |
| Octal | 64 | 135 | 255 | 106 | 56 | 0 | 40 | 334 | 66 | 54 |
| Binary | 110100 | 1011101 | 10101101 | 1000110 | 101110 | 0 | 100000 | 11011100 | 110110 | 101100 |
Color Harmonies of #345DAD
Complementary color
Monochromatic Colors of #345DAD
Black with #345DAD
Text Example
Text Example
White with #345DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345DAD; }
p { color: rgb(52,93,173); }
H1.HeaderClassName
{
color: #345DAD;
}
.AnyTagClassName
{
color: #345DAD;
}
</style>
background-color css
<style>
a { background-color: #345DAD; }
a { background-color: rgb(52,93,173); }
div.DivClassName
{
background-color: #345DAD;
}
.BgClassName
{
background-color: #345DAD;
}
</style>
border-color css
<style>
span { border-color: #345DAD; }
span { border-color: rgb(52,93,173); }
td.TdClassName
{
border-color: #345DAD;
}
.TagClassName
{
border-color: #345DAD;
}
</style>