Shades of Mariner #345FAF
Tints of Mariner #345FAF
RGB
CMYK
RGB Variations
Color information
#345FAF (or 0x345FAF) is known color: Mariner. HEX triplet: 34, 5F and AF. RGB value is (52,95,175). Sum of RGB (Red+Green+Blue) = 52+95+175=322 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.15% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 175 (68.75% from 255 or 54.35% from 322); Max value from RGB is 175 - color contains mainly: blue. Hex color #345FAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345FAF is #CBA050. Grayscale: #5A5A5A. Windows color (decimal): -13344849 or 11493172. OLE color: 11493172.
HSL color Cylindrical-coordinate representation of color #345FAF: hue angle of 219.02º 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 #345FAF is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 95 | 175 | - |
| CMYK | 0.70 | 0.46 | 0 | 0.31 |
| HSL | 219.02º | 0.54% | 0.45% | - |
| HSV(B) | 219.02º | 0.7% | 0.69% | - |
| XYZ | 13.25 | 12.01 | 42.18 | - |
| YUV | 91.26 | 175.25 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 95 | 175 | 0.70 | 0.46 | 0 | 0.31 | 219.02 | 0.54 | 0.45 |
| Hex | 34 | 5F | AF | 46 | 2E | 0 | 1F | DB | 36 | 2D |
| Octal | 64 | 137 | 257 | 106 | 56 | 0 | 37 | 333 | 66 | 55 |
| Binary | 110100 | 1011111 | 10101111 | 1000110 | 101110 | 0 | 11111 | 11011011 | 110110 | 101101 |
Color Harmonies of #345FAF
Complementary color
Monochromatic Colors of #345FAF
Black with #345FAF
Text Example
Text Example
White with #345FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345FAF; }
p { color: rgb(52,95,175); }
H1.HeaderClassName
{
color: #345FAF;
}
.AnyTagClassName
{
color: #345FAF;
}
</style>
background-color css
<style>
a { background-color: #345FAF; }
a { background-color: rgb(52,95,175); }
div.DivClassName
{
background-color: #345FAF;
}
.BgClassName
{
background-color: #345FAF;
}
</style>
border-color css
<style>
span { border-color: #345FAF; }
span { border-color: rgb(52,95,175); }
td.TdClassName
{
border-color: #345FAF;
}
.TagClassName
{
border-color: #345FAF;
}
</style>