Shades of Lochmara #3470AD
Tints of Lochmara #3470AD
RGB
CMYK
RGB Variations
Color information
#3470AD (or 0x3470AD) is known color: Lochmara. HEX triplet: 34, 70 and AD. RGB value is (52,112,173). Sum of RGB (Red+Green+Blue) = 52+112+173=337 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.43% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 173 (67.97% from 255 or 51.34% from 337); Max value from RGB is 173 - color contains mainly: blue. Hex color #3470AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3470AD is #CB8F52. Grayscale: #646464. Windows color (decimal): -13340499 or 11366452. OLE color: 11366452.
HSL color Cylindrical-coordinate representation of color #3470AD: hue angle of 210.25º 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 #3470AD is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 112 | 173 | - |
| CMYK | 0.70 | 0.35 | 0 | 0.32 |
| HSL | 210.25º | 0.54% | 0.44% | - |
| HSV(B) | 210.25º | 0.7% | 0.68% | - |
| XYZ | 14.75 | 15.34 | 41.72 | - |
| YUV | 101.01 | 168.62 | 93.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 112 | 173 | 0.70 | 0.35 | 0 | 0.32 | 210.25 | 0.54 | 0.44 |
| Hex | 34 | 70 | AD | 46 | 23 | 0 | 20 | D2 | 36 | 2C |
| Octal | 64 | 160 | 255 | 106 | 43 | 0 | 40 | 322 | 66 | 54 |
| Binary | 110100 | 1110000 | 10101101 | 1000110 | 100011 | 0 | 100000 | 11010010 | 110110 | 101100 |
Color Harmonies of #3470AD
Complementary color
Monochromatic Colors of #3470AD
Black with #3470AD
Text Example
Text Example
White with #3470AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3470AD; }
p { color: rgb(52,112,173); }
H1.HeaderClassName
{
color: #3470AD;
}
.AnyTagClassName
{
color: #3470AD;
}
</style>
background-color css
<style>
a { background-color: #3470AD; }
a { background-color: rgb(52,112,173); }
div.DivClassName
{
background-color: #3470AD;
}
.BgClassName
{
background-color: #3470AD;
}
</style>
border-color css
<style>
span { border-color: #3470AD; }
span { border-color: rgb(52,112,173); }
td.TdClassName
{
border-color: #3470AD;
}
.TagClassName
{
border-color: #3470AD;
}
</style>