Shades of Lochmara #3470AA
Tints of Lochmara #3470AA
RGB
CMYK
RGB Variations
Color information
#3470AA (or 0x3470AA) is known color: Lochmara. HEX triplet: 34, 70 and AA. RGB value is (52,112,170). Sum of RGB (Red+Green+Blue) = 52+112+170=334 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.57% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #3470AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3470AA is #CB8F55. Grayscale: #646464. Windows color (decimal): -13340502 or 11169844. OLE color: 11169844.
HSL color Cylindrical-coordinate representation of color #3470AA: hue angle of 209.49º 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 #3470AA is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 112 | 170 | - |
| CMYK | 0.69 | 0.34 | 0 | 0.33 |
| HSL | 209.49º | 0.53% | 0.44% | - |
| HSV(B) | 209.49º | 0.69% | 0.67% | - |
| XYZ | 14.47 | 15.22 | 40.21 | - |
| YUV | 100.67 | 167.12 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 112 | 170 | 0.69 | 0.34 | 0 | 0.33 | 209.49 | 0.53 | 0.44 |
| Hex | 34 | 70 | AA | 45 | 22 | 0 | 21 | D1 | 35 | 2C |
| Octal | 64 | 160 | 252 | 105 | 42 | 0 | 41 | 321 | 65 | 54 |
| Binary | 110100 | 1110000 | 10101010 | 1000101 | 100010 | 0 | 100001 | 11010001 | 110101 | 101100 |
Color Harmonies of #3470AA
Complementary color
Monochromatic Colors of #3470AA
Black with #3470AA
Text Example
Text Example
White with #3470AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3470AA; }
p { color: rgb(52,112,170); }
H1.HeaderClassName
{
color: #3470AA;
}
.AnyTagClassName
{
color: #3470AA;
}
</style>
background-color css
<style>
a { background-color: #3470AA; }
a { background-color: rgb(52,112,170); }
div.DivClassName
{
background-color: #3470AA;
}
.BgClassName
{
background-color: #3470AA;
}
</style>
border-color css
<style>
span { border-color: #3470AA; }
span { border-color: rgb(52,112,170); }
td.TdClassName
{
border-color: #3470AA;
}
.TagClassName
{
border-color: #3470AA;
}
</style>