Shades of Lochmara #3870AD
Tints of Lochmara #3870AD
RGB
CMYK
RGB Variations
Color information
#3870AD (or 0x3870AD) is known color: Lochmara. HEX triplet: 38, 70 and AD. RGB value is (56,112,173). Sum of RGB (Red+Green+Blue) = 56+112+173=341 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.42% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #3870AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3870AD is #C78F52. Grayscale: #656565. Windows color (decimal): -13078355 or 11366456. OLE color: 11366456.
HSL color Cylindrical-coordinate representation of color #3870AD: hue angle of 211.28º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3870AD is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 112 | 173 | - |
| CMYK | 0.68 | 0.35 | 0 | 0.32 |
| HSL | 211.28º | 0.51% | 0.45% | - |
| HSV(B) | 211.28º | 0.68% | 0.68% | - |
| XYZ | 14.97 | 15.45 | 41.73 | - |
| YUV | 102.21 | 167.95 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 112 | 173 | 0.68 | 0.35 | 0 | 0.32 | 211.28 | 0.51 | 0.45 |
| Hex | 38 | 70 | AD | 44 | 23 | 0 | 20 | D3 | 33 | 2D |
| Octal | 70 | 160 | 255 | 104 | 43 | 0 | 40 | 323 | 63 | 55 |
| Binary | 111000 | 1110000 | 10101101 | 1000100 | 100011 | 0 | 100000 | 11010011 | 110011 | 101101 |
Color Harmonies of #3870AD
Complementary color
Monochromatic Colors of #3870AD
Black with #3870AD
Text Example
Text Example
White with #3870AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3870AD; }
p { color: rgb(56,112,173); }
H1.HeaderClassName
{
color: #3870AD;
}
.AnyTagClassName
{
color: #3870AD;
}
</style>
background-color css
<style>
a { background-color: #3870AD; }
a { background-color: rgb(56,112,173); }
div.DivClassName
{
background-color: #3870AD;
}
.BgClassName
{
background-color: #3870AD;
}
</style>
border-color css
<style>
span { border-color: #3870AD; }
span { border-color: rgb(56,112,173); }
td.TdClassName
{
border-color: #3870AD;
}
.TagClassName
{
border-color: #3870AD;
}
</style>