Shades of Lochmara #3970AB
Tints of Lochmara #3970AB
RGB
CMYK
RGB Variations
Color information
#3970AB (or 0x3970AB) is known color: Lochmara. HEX triplet: 39, 70 and AB. RGB value is (57,112,171). Sum of RGB (Red+Green+Blue) = 57+112+171=340 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.76% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #3970AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3970AB is #C68F54. Grayscale: #656565. Windows color (decimal): -13012821 or 11235385. OLE color: 11235385.
HSL color Cylindrical-coordinate representation of color #3970AB: hue angle of 211.05º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3970AB is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 112 | 171 | - |
| CMYK | 0.67 | 0.35 | 0 | 0.33 |
| HSL | 211.05º | 0.5% | 0.45% | - |
| HSV(B) | 211.05º | 0.67% | 0.67% | - |
| XYZ | 14.83 | 15.4 | 40.72 | - |
| YUV | 102.28 | 166.78 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 112 | 171 | 0.67 | 0.35 | 0 | 0.33 | 211.05 | 0.5 | 0.45 |
| Hex | 39 | 70 | AB | 43 | 23 | 0 | 21 | D3 | 32 | 2D |
| Octal | 71 | 160 | 253 | 103 | 43 | 0 | 41 | 323 | 62 | 55 |
| Binary | 111001 | 1110000 | 10101011 | 1000011 | 100011 | 0 | 100001 | 11010011 | 110010 | 101101 |
Color Harmonies of #3970AB
Complementary color
Monochromatic Colors of #3970AB
Black with #3970AB
Text Example
Text Example
White with #3970AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3970AB; }
p { color: rgb(57,112,171); }
H1.HeaderClassName
{
color: #3970AB;
}
.AnyTagClassName
{
color: #3970AB;
}
</style>
background-color css
<style>
a { background-color: #3970AB; }
a { background-color: rgb(57,112,171); }
div.DivClassName
{
background-color: #3970AB;
}
.BgClassName
{
background-color: #3970AB;
}
</style>
border-color css
<style>
span { border-color: #3970AB; }
span { border-color: rgb(57,112,171); }
td.TdClassName
{
border-color: #3970AB;
}
.TagClassName
{
border-color: #3970AB;
}
</style>