Shades of Mariner #345FAB
Tints of Mariner #345FAB
RGB
CMYK
RGB Variations
Color information
#345FAB (or 0x345FAB) is known color: Mariner. HEX triplet: 34, 5F and AB. RGB value is (52,95,171). Sum of RGB (Red+Green+Blue) = 52+95+171=318 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.35% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 171 (67.19% from 255 or 53.77% from 318); Max value from RGB is 171 - color contains mainly: blue. Hex color #345FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345FAB is #CBA054. Grayscale: #5A5A5A. Windows color (decimal): -13344853 or 11231028. OLE color: 11231028.
HSL color Cylindrical-coordinate representation of color #345FAB: hue angle of 218.32º 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 #345FAB is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 95 | 171 | - |
| CMYK | 0.70 | 0.44 | 0 | 0.33 |
| HSL | 218.32º | 0.53% | 0.44% | - |
| HSV(B) | 218.32º | 0.7% | 0.67% | - |
| XYZ | 12.86 | 11.85 | 40.14 | - |
| YUV | 90.81 | 173.25 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 95 | 171 | 0.70 | 0.44 | 0 | 0.33 | 218.32 | 0.53 | 0.44 |
| Hex | 34 | 5F | AB | 46 | 2C | 0 | 21 | DA | 35 | 2C |
| Octal | 64 | 137 | 253 | 106 | 54 | 0 | 41 | 332 | 65 | 54 |
| Binary | 110100 | 1011111 | 10101011 | 1000110 | 101100 | 0 | 100001 | 11011010 | 110101 | 101100 |
Color Harmonies of #345FAB
Complementary color
Monochromatic Colors of #345FAB
Black with #345FAB
Text Example
Text Example
White with #345FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345FAB; }
p { color: rgb(52,95,171); }
H1.HeaderClassName
{
color: #345FAB;
}
.AnyTagClassName
{
color: #345FAB;
}
</style>
background-color css
<style>
a { background-color: #345FAB; }
a { background-color: rgb(52,95,171); }
div.DivClassName
{
background-color: #345FAB;
}
.BgClassName
{
background-color: #345FAB;
}
</style>
border-color css
<style>
span { border-color: #345FAB; }
span { border-color: rgb(52,95,171); }
td.TdClassName
{
border-color: #345FAB;
}
.TagClassName
{
border-color: #345FAB;
}
</style>