Shades of Mariner #345BAB
Tints of Mariner #345BAB
RGB
CMYK
RGB Variations
Color information
#345BAB (or 0x345BAB) is known color: Mariner. HEX triplet: 34, 5B and AB. RGB value is (52,91,171). Sum of RGB (Red+Green+Blue) = 52+91+171=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 171 (67.19% from 255 or 54.46% from 314); Max value from RGB is 171 - color contains mainly: blue. Hex color #345BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345BAB is #CBA454. Grayscale: #585858. Windows color (decimal): -13345877 or 11230004. OLE color: 11230004.
HSL color Cylindrical-coordinate representation of color #345BAB: hue angle of 220.34º 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 #345BAB is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 91 | 171 | - |
| CMYK | 0.70 | 0.47 | 0 | 0.33 |
| HSL | 220.34º | 0.53% | 0.44% | - |
| HSV(B) | 220.34º | 0.7% | 0.67% | - |
| XYZ | 12.51 | 11.15 | 40.02 | - |
| YUV | 88.46 | 174.58 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 91 | 171 | 0.70 | 0.47 | 0 | 0.33 | 220.34 | 0.53 | 0.44 |
| Hex | 34 | 5B | AB | 46 | 2F | 0 | 21 | DC | 35 | 2C |
| Octal | 64 | 133 | 253 | 106 | 57 | 0 | 41 | 334 | 65 | 54 |
| Binary | 110100 | 1011011 | 10101011 | 1000110 | 101111 | 0 | 100001 | 11011100 | 110101 | 101100 |
Color Harmonies of #345BAB
Complementary color
Monochromatic Colors of #345BAB
Black with #345BAB
Text Example
Text Example
White with #345BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345BAB; }
p { color: rgb(52,91,171); }
H1.HeaderClassName
{
color: #345BAB;
}
.AnyTagClassName
{
color: #345BAB;
}
</style>
background-color css
<style>
a { background-color: #345BAB; }
a { background-color: rgb(52,91,171); }
div.DivClassName
{
background-color: #345BAB;
}
.BgClassName
{
background-color: #345BAB;
}
</style>
border-color css
<style>
span { border-color: #345BAB; }
span { border-color: rgb(52,91,171); }
td.TdClassName
{
border-color: #345BAB;
}
.TagClassName
{
border-color: #345BAB;
}
</style>