Shades of Lochmara #3471AC
Tints of Lochmara #3471AC
RGB
CMYK
RGB Variations
Color information
#3471AC (or 0x3471AC) is known color: Lochmara. HEX triplet: 34, 71 and AC. RGB value is (52,113,172). Sum of RGB (Red+Green+Blue) = 52+113+172=337 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.43% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #3471AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3471AC is #CB8E53. Grayscale: #656565. Windows color (decimal): -13340244 or 11301172. OLE color: 11301172.
HSL color Cylindrical-coordinate representation of color #3471AC: hue angle of 209.5º degrees, saturation: 0.54, 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 #3471AC is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 113 | 172 | - |
| CMYK | 0.70 | 0.34 | 0 | 0.33 |
| HSL | 209.5º | 0.54% | 0.44% | - |
| HSV(B) | 209.5º | 0.7% | 0.67% | - |
| XYZ | 14.77 | 15.52 | 41.25 | - |
| YUV | 101.49 | 167.79 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 113 | 172 | 0.70 | 0.34 | 0 | 0.33 | 209.5 | 0.54 | 0.44 |
| Hex | 34 | 71 | AC | 46 | 22 | 0 | 21 | D2 | 36 | 2C |
| Octal | 64 | 161 | 254 | 106 | 42 | 0 | 41 | 322 | 66 | 54 |
| Binary | 110100 | 1110001 | 10101100 | 1000110 | 100010 | 0 | 100001 | 11010010 | 110110 | 101100 |
Color Harmonies of #3471AC
Complementary color
Monochromatic Colors of #3471AC
Black with #3471AC
Text Example
Text Example
White with #3471AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3471AC; }
p { color: rgb(52,113,172); }
H1.HeaderClassName
{
color: #3471AC;
}
.AnyTagClassName
{
color: #3471AC;
}
</style>
background-color css
<style>
a { background-color: #3471AC; }
a { background-color: rgb(52,113,172); }
div.DivClassName
{
background-color: #3471AC;
}
.BgClassName
{
background-color: #3471AC;
}
</style>
border-color css
<style>
span { border-color: #3471AC; }
span { border-color: rgb(52,113,172); }
td.TdClassName
{
border-color: #3471AC;
}
.TagClassName
{
border-color: #3471AC;
}
</style>