Shades of Lochmara #3472AD
Tints of Lochmara #3472AD
RGB
CMYK
RGB Variations
Color information
#3472AD (or 0x3472AD) is known color: Lochmara. HEX triplet: 34, 72 and AD. RGB value is (52,114,173). Sum of RGB (Red+Green+Blue) = 52+114+173=339 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.34% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 173 (67.97% from 255 or 51.03% from 339); Max value from RGB is 173 - color contains mainly: blue. Hex color #3472AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3472AD is #CB8D52. Grayscale: #656565. Windows color (decimal): -13339987 or 11366964. OLE color: 11366964.
HSL color Cylindrical-coordinate representation of color #3472AD: hue angle of 209.26º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3472AD is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 114 | 173 | - |
| CMYK | 0.70 | 0.34 | 0 | 0.32 |
| HSL | 209.26º | 0.54% | 0.44% | - |
| HSV(B) | 209.26º | 0.7% | 0.68% | - |
| XYZ | 14.98 | 15.78 | 41.79 | - |
| YUV | 102.19 | 167.96 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 114 | 173 | 0.70 | 0.34 | 0 | 0.32 | 209.26 | 0.54 | 0.44 |
| Hex | 34 | 72 | AD | 46 | 22 | 0 | 20 | D1 | 36 | 2C |
| Octal | 64 | 162 | 255 | 106 | 42 | 0 | 40 | 321 | 66 | 54 |
| Binary | 110100 | 1110010 | 10101101 | 1000110 | 100010 | 0 | 100000 | 11010001 | 110110 | 101100 |
Color Harmonies of #3472AD
Complementary color
Monochromatic Colors of #3472AD
Black with #3472AD
Text Example
Text Example
White with #3472AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3472AD; }
p { color: rgb(52,114,173); }
H1.HeaderClassName
{
color: #3472AD;
}
.AnyTagClassName
{
color: #3472AD;
}
</style>
background-color css
<style>
a { background-color: #3472AD; }
a { background-color: rgb(52,114,173); }
div.DivClassName
{
background-color: #3472AD;
}
.BgClassName
{
background-color: #3472AD;
}
</style>
border-color css
<style>
span { border-color: #3472AD; }
span { border-color: rgb(52,114,173); }
td.TdClassName
{
border-color: #3472AD;
}
.TagClassName
{
border-color: #3472AD;
}
</style>