Shades of Lochmara #2C60A0
Tints of Lochmara #2C60A0
RGB
CMYK
RGB Variations
Color information
#2C60A0 (or 0x2C60A0) is known color: Lochmara. HEX triplet: 2C, 60 and A0. RGB value is (44,96,160). Sum of RGB (Red+Green+Blue) = 44+96+160=300 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.67% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 160 (62.89% from 255 or 53.33% from 300); Max value from RGB is 160 - color contains mainly: blue. Hex color #2C60A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C60A0 is #D39F5F. Grayscale: #575757. Windows color (decimal): -13868896 or 10510380. OLE color: 10510380.
HSL color Cylindrical-coordinate representation of color #2C60A0: hue angle of 213.1º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C60A0 is Cyan = 0.72, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 44 | 96 | 160 | - |
| CMYK | 0.72 | 0.4 | 0 | 0.37 |
| HSL | 213.1º | 0.57% | 0.4% | - |
| HSV(B) | 213.1º | 0.73% | 0.63% | - |
| XYZ | 11.57 | 11.44 | 34.86 | - |
| YUV | 87.75 | 168.77 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 96 | 160 | 0.72 | 0.4 | 0 | 0.37 | 213.1 | 0.57 | 0.4 |
| Hex | 2C | 60 | A0 | 48 | 28 | 0 | 25 | D5 | 39 | 28 |
| Octal | 54 | 140 | 240 | 110 | 50 | 0 | 45 | 325 | 71 | 50 |
| Binary | 101100 | 1100000 | 10100000 | 1001000 | 101000 | 0 | 100101 | 11010101 | 111001 | 101000 |
Color Harmonies of #2C60A0
Complementary color
Monochromatic Colors of #2C60A0
Black with #2C60A0
Text Example
Text Example
White with #2C60A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C60A0; }
p { color: rgb(44,96,160); }
H1.HeaderClassName
{
color: #2C60A0;
}
.AnyTagClassName
{
color: #2C60A0;
}
</style>
background-color css
<style>
a { background-color: #2C60A0; }
a { background-color: rgb(44,96,160); }
div.DivClassName
{
background-color: #2C60A0;
}
.BgClassName
{
background-color: #2C60A0;
}
</style>
border-color css
<style>
span { border-color: #2C60A0; }
span { border-color: rgb(44,96,160); }
td.TdClassName
{
border-color: #2C60A0;
}
.TagClassName
{
border-color: #2C60A0;
}
</style>