Shades of Lochmara #3472AA
Tints of Lochmara #3472AA
RGB
CMYK
RGB Variations
Color information
#3472AA (or 0x3472AA) is known color: Lochmara. HEX triplet: 34, 72 and AA. RGB value is (52,114,170). Sum of RGB (Red+Green+Blue) = 52+114+170=336 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.48% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #3472AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3472AA is #CB8D55. Grayscale: #656565. Windows color (decimal): -13339990 or 11170356. OLE color: 11170356.
HSL color Cylindrical-coordinate representation of color #3472AA: hue angle of 208.47º 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 #3472AA is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 114 | 170 | - |
| CMYK | 0.69 | 0.33 | 0 | 0.33 |
| HSL | 208.47º | 0.53% | 0.44% | - |
| HSV(B) | 208.47º | 0.69% | 0.67% | - |
| XYZ | 14.69 | 15.67 | 40.28 | - |
| YUV | 101.85 | 166.46 | 92.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 114 | 170 | 0.69 | 0.33 | 0 | 0.33 | 208.47 | 0.53 | 0.44 |
| Hex | 34 | 72 | AA | 45 | 21 | 0 | 21 | D0 | 35 | 2C |
| Octal | 64 | 162 | 252 | 105 | 41 | 0 | 41 | 320 | 65 | 54 |
| Binary | 110100 | 1110010 | 10101010 | 1000101 | 100001 | 0 | 100001 | 11010000 | 110101 | 101100 |
Color Harmonies of #3472AA
Complementary color
Monochromatic Colors of #3472AA
Black with #3472AA
Text Example
Text Example
White with #3472AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3472AA; }
p { color: rgb(52,114,170); }
H1.HeaderClassName
{
color: #3472AA;
}
.AnyTagClassName
{
color: #3472AA;
}
</style>
background-color css
<style>
a { background-color: #3472AA; }
a { background-color: rgb(52,114,170); }
div.DivClassName
{
background-color: #3472AA;
}
.BgClassName
{
background-color: #3472AA;
}
</style>
border-color css
<style>
span { border-color: #3472AA; }
span { border-color: rgb(52,114,170); }
td.TdClassName
{
border-color: #3472AA;
}
.TagClassName
{
border-color: #3472AA;
}
</style>