Shades of Mariner #345EAF
Tints of Mariner #345EAF
RGB
CMYK
RGB Variations
Color information
#345EAF (or 0x345EAF) is known color: Mariner. HEX triplet: 34, 5E and AF. RGB value is (52,94,175). Sum of RGB (Red+Green+Blue) = 52+94+175=321 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.20% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 175 (68.75% from 255 or 54.52% from 321); Max value from RGB is 175 - color contains mainly: blue. Hex color #345EAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345EAF is #CBA150. Grayscale: #5A5A5A. Windows color (decimal): -13345105 or 11492916. OLE color: 11492916.
HSL color Cylindrical-coordinate representation of color #345EAF: hue angle of 219.51º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #345EAF is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 94 | 175 | - |
| CMYK | 0.70 | 0.46 | 0 | 0.31 |
| HSL | 219.51º | 0.54% | 0.45% | - |
| HSV(B) | 219.51º | 0.7% | 0.69% | - |
| XYZ | 13.16 | 11.83 | 42.15 | - |
| YUV | 90.68 | 175.59 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 94 | 175 | 0.70 | 0.46 | 0 | 0.31 | 219.51 | 0.54 | 0.45 |
| Hex | 34 | 5E | AF | 46 | 2E | 0 | 1F | DC | 36 | 2D |
| Octal | 64 | 136 | 257 | 106 | 56 | 0 | 37 | 334 | 66 | 55 |
| Binary | 110100 | 1011110 | 10101111 | 1000110 | 101110 | 0 | 11111 | 11011100 | 110110 | 101101 |
Color Harmonies of #345EAF
Complementary color
Monochromatic Colors of #345EAF
Black with #345EAF
Text Example
Text Example
White with #345EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345EAF; }
p { color: rgb(52,94,175); }
H1.HeaderClassName
{
color: #345EAF;
}
.AnyTagClassName
{
color: #345EAF;
}
</style>
background-color css
<style>
a { background-color: #345EAF; }
a { background-color: rgb(52,94,175); }
div.DivClassName
{
background-color: #345EAF;
}
.BgClassName
{
background-color: #345EAF;
}
</style>
border-color css
<style>
span { border-color: #345EAF; }
span { border-color: rgb(52,94,175); }
td.TdClassName
{
border-color: #345EAF;
}
.TagClassName
{
border-color: #345EAF;
}
</style>