Shades of Mariner #345AAB
Tints of Mariner #345AAB
RGB
CMYK
RGB Variations
Color information
#345AAB (or 0x345AAB) is known color: Mariner. HEX triplet: 34, 5A and AB. RGB value is (52,90,171). Sum of RGB (Red+Green+Blue) = 52+90+171=313 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.61% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #345AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345AAB is #CBA554. Grayscale: #575757. Windows color (decimal): -13346133 or 11229748. OLE color: 11229748.
HSL color Cylindrical-coordinate representation of color #345AAB: hue angle of 220.84º 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 #345AAB is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 90 | 171 | - |
| CMYK | 0.70 | 0.47 | 0 | 0.33 |
| HSL | 220.84º | 0.53% | 0.44% | - |
| HSV(B) | 220.84º | 0.7% | 0.67% | - |
| XYZ | 12.42 | 10.98 | 39.99 | - |
| YUV | 87.87 | 174.91 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 90 | 171 | 0.70 | 0.47 | 0 | 0.33 | 220.84 | 0.53 | 0.44 |
| Hex | 34 | 5A | AB | 46 | 2F | 0 | 21 | DD | 35 | 2C |
| Octal | 64 | 132 | 253 | 106 | 57 | 0 | 41 | 335 | 65 | 54 |
| Binary | 110100 | 1011010 | 10101011 | 1000110 | 101111 | 0 | 100001 | 11011101 | 110101 | 101100 |
Color Harmonies of #345AAB
Complementary color
Monochromatic Colors of #345AAB
Black with #345AAB
Text Example
Text Example
White with #345AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345AAB; }
p { color: rgb(52,90,171); }
H1.HeaderClassName
{
color: #345AAB;
}
.AnyTagClassName
{
color: #345AAB;
}
</style>
background-color css
<style>
a { background-color: #345AAB; }
a { background-color: rgb(52,90,171); }
div.DivClassName
{
background-color: #345AAB;
}
.BgClassName
{
background-color: #345AAB;
}
</style>
border-color css
<style>
span { border-color: #345AAB; }
span { border-color: rgb(52,90,171); }
td.TdClassName
{
border-color: #345AAB;
}
.TagClassName
{
border-color: #345AAB;
}
</style>