Shades of Lochmara #2C60AB
Tints of Lochmara #2C60AB
RGB
CMYK
RGB Variations
Color information
#2C60AB (or 0x2C60AB) is known color: Lochmara. HEX triplet: 2C, 60 and AB. RGB value is (44,96,171). Sum of RGB (Red+Green+Blue) = 44+96+171=311 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.15% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #2C60AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C60AB is #D39F54. Grayscale: #585858. Windows color (decimal): -13868885 or 11231276. OLE color: 11231276.
HSL color Cylindrical-coordinate representation of color #2C60AB: hue angle of 215.43º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2C60AB is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 96 | 171 | - |
| CMYK | 0.74 | 0.44 | 0 | 0.33 |
| HSL | 215.43º | 0.59% | 0.42% | - |
| HSV(B) | 215.43º | 0.74% | 0.67% | - |
| XYZ | 12.57 | 11.84 | 40.15 | - |
| YUV | 89 | 174.27 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 96 | 171 | 0.74 | 0.44 | 0 | 0.33 | 215.43 | 0.59 | 0.42 |
| Hex | 2C | 60 | AB | 4A | 2C | 0 | 21 | D7 | 3B | 2A |
| Octal | 54 | 140 | 253 | 112 | 54 | 0 | 41 | 327 | 73 | 52 |
| Binary | 101100 | 1100000 | 10101011 | 1001010 | 101100 | 0 | 100001 | 11010111 | 111011 | 101010 |
Color Harmonies of #2C60AB
Complementary color
Monochromatic Colors of #2C60AB
Black with #2C60AB
Text Example
Text Example
White with #2C60AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C60AB; }
p { color: rgb(44,96,171); }
H1.HeaderClassName
{
color: #2C60AB;
}
.AnyTagClassName
{
color: #2C60AB;
}
</style>
background-color css
<style>
a { background-color: #2C60AB; }
a { background-color: rgb(44,96,171); }
div.DivClassName
{
background-color: #2C60AB;
}
.BgClassName
{
background-color: #2C60AB;
}
</style>
border-color css
<style>
span { border-color: #2C60AB; }
span { border-color: rgb(44,96,171); }
td.TdClassName
{
border-color: #2C60AB;
}
.TagClassName
{
border-color: #2C60AB;
}
</style>