Shades of Lochmara #3C71AB
Tints of Lochmara #3C71AB
RGB
CMYK
RGB Variations
Color information
#3C71AB (or 0x3C71AB) is known color: Lochmara. HEX triplet: 3C, 71 and AB. RGB value is (60,113,171). Sum of RGB (Red+Green+Blue) = 60+113+171=344 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.44% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C71AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C71AB is #C38E54. Grayscale: #676767. Windows color (decimal): -12815957 or 11235644. OLE color: 11235644.
HSL color Cylindrical-coordinate representation of color #3C71AB: hue angle of 211.35º 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 #3C71AB is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 113 | 171 | - |
| CMYK | 0.65 | 0.34 | 0 | 0.33 |
| HSL | 211.35º | 0.48% | 0.45% | - |
| HSV(B) | 211.35º | 0.65% | 0.67% | - |
| XYZ | 15.12 | 15.71 | 40.76 | - |
| YUV | 103.77 | 165.94 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 113 | 171 | 0.65 | 0.34 | 0 | 0.33 | 211.35 | 0.48 | 0.45 |
| Hex | 3C | 71 | AB | 41 | 22 | 0 | 21 | D3 | 30 | 2D |
| Octal | 74 | 161 | 253 | 101 | 42 | 0 | 41 | 323 | 60 | 55 |
| Binary | 111100 | 1110001 | 10101011 | 1000001 | 100010 | 0 | 100001 | 11010011 | 110000 | 101101 |
Color Harmonies of #3C71AB
Complementary color
Monochromatic Colors of #3C71AB
Black with #3C71AB
Text Example
Text Example
White with #3C71AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C71AB; }
p { color: rgb(60,113,171); }
H1.HeaderClassName
{
color: #3C71AB;
}
.AnyTagClassName
{
color: #3C71AB;
}
</style>
background-color css
<style>
a { background-color: #3C71AB; }
a { background-color: rgb(60,113,171); }
div.DivClassName
{
background-color: #3C71AB;
}
.BgClassName
{
background-color: #3C71AB;
}
</style>
border-color css
<style>
span { border-color: #3C71AB; }
span { border-color: rgb(60,113,171); }
td.TdClassName
{
border-color: #3C71AB;
}
.TagClassName
{
border-color: #3C71AB;
}
</style>