Shades of Lochmara #3870AB
Tints of Lochmara #3870AB
RGB
CMYK
RGB Variations
Color information
#3870AB (or 0x3870AB) is known color: Lochmara. HEX triplet: 38, 70 and AB. RGB value is (56,112,171). Sum of RGB (Red+Green+Blue) = 56+112+171=339 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.52% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #3870AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3870AB is #C78F54. Grayscale: #656565. Windows color (decimal): -13078357 or 11235384. OLE color: 11235384.
HSL color Cylindrical-coordinate representation of color #3870AB: hue angle of 210.78º degrees, saturation: 0.51, 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 #3870AB is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 112 | 171 | - |
| CMYK | 0.67 | 0.35 | 0 | 0.33 |
| HSL | 210.78º | 0.51% | 0.45% | - |
| HSV(B) | 210.78º | 0.67% | 0.67% | - |
| XYZ | 14.78 | 15.37 | 40.72 | - |
| YUV | 101.98 | 166.95 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 112 | 171 | 0.67 | 0.35 | 0 | 0.33 | 210.78 | 0.51 | 0.45 |
| Hex | 38 | 70 | AB | 43 | 23 | 0 | 21 | D3 | 33 | 2D |
| Octal | 70 | 160 | 253 | 103 | 43 | 0 | 41 | 323 | 63 | 55 |
| Binary | 111000 | 1110000 | 10101011 | 1000011 | 100011 | 0 | 100001 | 11010011 | 110011 | 101101 |
Color Harmonies of #3870AB
Complementary color
Monochromatic Colors of #3870AB
Black with #3870AB
Text Example
Text Example
White with #3870AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3870AB; }
p { color: rgb(56,112,171); }
H1.HeaderClassName
{
color: #3870AB;
}
.AnyTagClassName
{
color: #3870AB;
}
</style>
background-color css
<style>
a { background-color: #3870AB; }
a { background-color: rgb(56,112,171); }
div.DivClassName
{
background-color: #3870AB;
}
.BgClassName
{
background-color: #3870AB;
}
</style>
border-color css
<style>
span { border-color: #3870AB; }
span { border-color: rgb(56,112,171); }
td.TdClassName
{
border-color: #3870AB;
}
.TagClassName
{
border-color: #3870AB;
}
</style>