Shades of Mariner #345AAA
Tints of Mariner #345AAA
RGB
CMYK
RGB Variations
Color information
#345AAA (or 0x345AAA) is known color: Mariner. HEX triplet: 34, 5A and AA. RGB value is (52,90,170). Sum of RGB (Red+Green+Blue) = 52+90+170=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 170 (66.80% from 255 or 54.49% from 312); Max value from RGB is 170 - color contains mainly: blue. Hex color #345AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345AAA is #CBA555. Grayscale: #575757. Windows color (decimal): -13346134 or 11164212. OLE color: 11164212.
HSL color Cylindrical-coordinate representation of color #345AAA: hue angle of 220.68º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #345AAA is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 90 | 170 | - |
| CMYK | 0.69 | 0.47 | 0 | 0.33 |
| HSL | 220.68º | 0.53% | 0.44% | - |
| HSV(B) | 220.68º | 0.69% | 0.67% | - |
| XYZ | 12.33 | 10.94 | 39.49 | - |
| YUV | 87.76 | 174.41 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 90 | 170 | 0.69 | 0.47 | 0 | 0.33 | 220.68 | 0.53 | 0.44 |
| Hex | 34 | 5A | AA | 45 | 2F | 0 | 21 | DD | 35 | 2C |
| Octal | 64 | 132 | 252 | 105 | 57 | 0 | 41 | 335 | 65 | 54 |
| Binary | 110100 | 1011010 | 10101010 | 1000101 | 101111 | 0 | 100001 | 11011101 | 110101 | 101100 |
Color Harmonies of #345AAA
Complementary color
Monochromatic Colors of #345AAA
Black with #345AAA
Text Example
Text Example
White with #345AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345AAA; }
p { color: rgb(52,90,170); }
H1.HeaderClassName
{
color: #345AAA;
}
.AnyTagClassName
{
color: #345AAA;
}
</style>
background-color css
<style>
a { background-color: #345AAA; }
a { background-color: rgb(52,90,170); }
div.DivClassName
{
background-color: #345AAA;
}
.BgClassName
{
background-color: #345AAA;
}
</style>
border-color css
<style>
span { border-color: #345AAA; }
span { border-color: rgb(52,90,170); }
td.TdClassName
{
border-color: #345AAA;
}
.TagClassName
{
border-color: #345AAA;
}
</style>