Shades of Lochmara #3C70AB
Tints of Lochmara #3C70AB
RGB
CMYK
RGB Variations
Color information
#3C70AB (or 0x3C70AB) is known color: Lochmara. HEX triplet: 3C, 70 and AB. RGB value is (60,112,171). Sum of RGB (Red+Green+Blue) = 60+112+171=343 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.49% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C70AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C70AB is #C38F54. Grayscale: #666666. Windows color (decimal): -12816213 or 11235388. OLE color: 11235388.
HSL color Cylindrical-coordinate representation of color #3C70AB: hue angle of 211.89º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C70AB is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 112 | 171 | - |
| CMYK | 0.65 | 0.35 | 0 | 0.33 |
| HSL | 211.89º | 0.48% | 0.45% | - |
| HSV(B) | 211.89º | 0.65% | 0.67% | - |
| XYZ | 15.01 | 15.49 | 40.73 | - |
| YUV | 103.18 | 166.27 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 112 | 171 | 0.65 | 0.35 | 0 | 0.33 | 211.89 | 0.48 | 0.45 |
| Hex | 3C | 70 | AB | 41 | 23 | 0 | 21 | D4 | 30 | 2D |
| Octal | 74 | 160 | 253 | 101 | 43 | 0 | 41 | 324 | 60 | 55 |
| Binary | 111100 | 1110000 | 10101011 | 1000001 | 100011 | 0 | 100001 | 11010100 | 110000 | 101101 |
Color Harmonies of #3C70AB
Complementary color
Monochromatic Colors of #3C70AB
Black with #3C70AB
Text Example
Text Example
White with #3C70AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C70AB; }
p { color: rgb(60,112,171); }
H1.HeaderClassName
{
color: #3C70AB;
}
.AnyTagClassName
{
color: #3C70AB;
}
</style>
background-color css
<style>
a { background-color: #3C70AB; }
a { background-color: rgb(60,112,171); }
div.DivClassName
{
background-color: #3C70AB;
}
.BgClassName
{
background-color: #3C70AB;
}
</style>
border-color css
<style>
span { border-color: #3C70AB; }
span { border-color: rgb(60,112,171); }
td.TdClassName
{
border-color: #3C70AB;
}
.TagClassName
{
border-color: #3C70AB;
}
</style>