Shades of Lochmara #3C76AB
Tints of Lochmara #3C76AB
RGB
CMYK
RGB Variations
Color information
#3C76AB (or 0x3C76AB) is known color: Lochmara. HEX triplet: 3C, 76 and AB. RGB value is (60,118,171). Sum of RGB (Red+Green+Blue) = 60+118+171=349 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.19% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C76AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C76AB is #C38954. Grayscale: #6A6A6A. Windows color (decimal): -12814677 or 11236924. OLE color: 11236924.
HSL color Cylindrical-coordinate representation of color #3C76AB: hue angle of 208.65º 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 #3C76AB is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 118 | 171 | - |
| CMYK | 0.65 | 0.31 | 0 | 0.33 |
| HSL | 208.65º | 0.48% | 0.45% | - |
| HSV(B) | 208.65º | 0.65% | 0.67% | - |
| XYZ | 15.69 | 16.86 | 40.95 | - |
| YUV | 106.7 | 164.28 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 118 | 171 | 0.65 | 0.31 | 0 | 0.33 | 208.65 | 0.48 | 0.45 |
| Hex | 3C | 76 | AB | 41 | 1F | 0 | 21 | D1 | 30 | 2D |
| Octal | 74 | 166 | 253 | 101 | 37 | 0 | 41 | 321 | 60 | 55 |
| Binary | 111100 | 1110110 | 10101011 | 1000001 | 11111 | 0 | 100001 | 11010001 | 110000 | 101101 |
Color Harmonies of #3C76AB
Complementary color
Monochromatic Colors of #3C76AB
Black with #3C76AB
Text Example
Text Example
White with #3C76AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C76AB; }
p { color: rgb(60,118,171); }
H1.HeaderClassName
{
color: #3C76AB;
}
.AnyTagClassName
{
color: #3C76AB;
}
</style>
background-color css
<style>
a { background-color: #3C76AB; }
a { background-color: rgb(60,118,171); }
div.DivClassName
{
background-color: #3C76AB;
}
.BgClassName
{
background-color: #3C76AB;
}
</style>
border-color css
<style>
span { border-color: #3C76AB; }
span { border-color: rgb(60,118,171); }
td.TdClassName
{
border-color: #3C76AB;
}
.TagClassName
{
border-color: #3C76AB;
}
</style>