Shades of Lochmara #3C6EAB
Tints of Lochmara #3C6EAB
RGB
CMYK
RGB Variations
Color information
#3C6EAB (or 0x3C6EAB) is known color: Lochmara. HEX triplet: 3C, 6E and AB. RGB value is (60,110,171). Sum of RGB (Red+Green+Blue) = 60+110+171=341 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.60% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C6EAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6EAB is #C39154. Grayscale: #656565. Windows color (decimal): -12816725 or 11234876. OLE color: 11234876.
HSL color Cylindrical-coordinate representation of color #3C6EAB: hue angle of 212.97º 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 #3C6EAB is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 110 | 171 | - |
| CMYK | 0.65 | 0.36 | 0 | 0.33 |
| HSL | 212.97º | 0.48% | 0.45% | - |
| HSV(B) | 212.97º | 0.65% | 0.67% | - |
| XYZ | 14.79 | 15.05 | 40.65 | - |
| YUV | 102 | 166.94 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 110 | 171 | 0.65 | 0.36 | 0 | 0.33 | 212.97 | 0.48 | 0.45 |
| Hex | 3C | 6E | AB | 41 | 24 | 0 | 21 | D5 | 30 | 2D |
| Octal | 74 | 156 | 253 | 101 | 44 | 0 | 41 | 325 | 60 | 55 |
| Binary | 111100 | 1101110 | 10101011 | 1000001 | 100100 | 0 | 100001 | 11010101 | 110000 | 101101 |
Color Harmonies of #3C6EAB
Complementary color
Monochromatic Colors of #3C6EAB
Black with #3C6EAB
Text Example
Text Example
White with #3C6EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6EAB; }
p { color: rgb(60,110,171); }
H1.HeaderClassName
{
color: #3C6EAB;
}
.AnyTagClassName
{
color: #3C6EAB;
}
</style>
background-color css
<style>
a { background-color: #3C6EAB; }
a { background-color: rgb(60,110,171); }
div.DivClassName
{
background-color: #3C6EAB;
}
.BgClassName
{
background-color: #3C6EAB;
}
</style>
border-color css
<style>
span { border-color: #3C6EAB; }
span { border-color: rgb(60,110,171); }
td.TdClassName
{
border-color: #3C6EAB;
}
.TagClassName
{
border-color: #3C6EAB;
}
</style>