Shades of Lochmara #3473AA
Tints of Lochmara #3473AA
RGB
CMYK
RGB Variations
Color information
#3473AA (or 0x3473AA) is known color: Lochmara. HEX triplet: 34, 73 and AA. RGB value is (52,115,170). Sum of RGB (Red+Green+Blue) = 52+115+170=337 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.43% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 170 (66.80% from 255 or 50.45% from 337); Max value from RGB is 170 - color contains mainly: blue. Hex color #3473AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3473AA is #CB8C55. Grayscale: #666666. Windows color (decimal): -13339734 or 11170612. OLE color: 11170612.
HSL color Cylindrical-coordinate representation of color #3473AA: hue angle of 207.97º 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 #3473AA is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 115 | 170 | - |
| CMYK | 0.69 | 0.32 | 0 | 0.33 |
| HSL | 207.97º | 0.53% | 0.44% | - |
| HSV(B) | 207.97º | 0.69% | 0.67% | - |
| XYZ | 14.8 | 15.89 | 40.32 | - |
| YUV | 102.43 | 166.13 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 115 | 170 | 0.69 | 0.32 | 0 | 0.33 | 207.97 | 0.53 | 0.44 |
| Hex | 34 | 73 | AA | 45 | 20 | 0 | 21 | D0 | 35 | 2C |
| Octal | 64 | 163 | 252 | 105 | 40 | 0 | 41 | 320 | 65 | 54 |
| Binary | 110100 | 1110011 | 10101010 | 1000101 | 100000 | 0 | 100001 | 11010000 | 110101 | 101100 |
Color Harmonies of #3473AA
Complementary color
Monochromatic Colors of #3473AA
Black with #3473AA
Text Example
Text Example
White with #3473AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3473AA; }
p { color: rgb(52,115,170); }
H1.HeaderClassName
{
color: #3473AA;
}
.AnyTagClassName
{
color: #3473AA;
}
</style>
background-color css
<style>
a { background-color: #3473AA; }
a { background-color: rgb(52,115,170); }
div.DivClassName
{
background-color: #3473AA;
}
.BgClassName
{
background-color: #3473AA;
}
</style>
border-color css
<style>
span { border-color: #3473AA; }
span { border-color: rgb(52,115,170); }
td.TdClassName
{
border-color: #3473AA;
}
.TagClassName
{
border-color: #3473AA;
}
</style>