Shades of Mariner #345DAB
Tints of Mariner #345DAB
RGB
CMYK
RGB Variations
Color information
#345DAB (or 0x345DAB) is known color: Mariner. HEX triplet: 34, 5D and AB. RGB value is (52,93,171). Sum of RGB (Red+Green+Blue) = 52+93+171=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #345DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345DAB is #CBA254. Grayscale: #595959. Windows color (decimal): -13345365 or 11230516. OLE color: 11230516.
HSL color Cylindrical-coordinate representation of color #345DAB: hue angle of 219.33º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #345DAB is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 93 | 171 | - |
| CMYK | 0.70 | 0.46 | 0 | 0.33 |
| HSL | 219.33º | 0.53% | 0.44% | - |
| HSV(B) | 219.33º | 0.7% | 0.67% | - |
| XYZ | 12.68 | 11.5 | 40.08 | - |
| YUV | 89.63 | 173.92 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 93 | 171 | 0.70 | 0.46 | 0 | 0.33 | 219.33 | 0.53 | 0.44 |
| Hex | 34 | 5D | AB | 46 | 2E | 0 | 21 | DB | 35 | 2C |
| Octal | 64 | 135 | 253 | 106 | 56 | 0 | 41 | 333 | 65 | 54 |
| Binary | 110100 | 1011101 | 10101011 | 1000110 | 101110 | 0 | 100001 | 11011011 | 110101 | 101100 |
Color Harmonies of #345DAB
Complementary color
Monochromatic Colors of #345DAB
Black with #345DAB
Text Example
Text Example
White with #345DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345DAB; }
p { color: rgb(52,93,171); }
H1.HeaderClassName
{
color: #345DAB;
}
.AnyTagClassName
{
color: #345DAB;
}
</style>
background-color css
<style>
a { background-color: #345DAB; }
a { background-color: rgb(52,93,171); }
div.DivClassName
{
background-color: #345DAB;
}
.BgClassName
{
background-color: #345DAB;
}
</style>
border-color css
<style>
span { border-color: #345DAB; }
span { border-color: rgb(52,93,171); }
td.TdClassName
{
border-color: #345DAB;
}
.TagClassName
{
border-color: #345DAB;
}
</style>