Shades of Lochmara #2C5EAA
Tints of Lochmara #2C5EAA
RGB
CMYK
RGB Variations
Color information
#2C5EAA (or 0x2C5EAA) is known color: Lochmara. HEX triplet: 2C, 5E and AA. RGB value is (44,94,170). Sum of RGB (Red+Green+Blue) = 44+94+170=308 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.29% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 170 (66.80% from 255 or 55.19% from 308); Max value from RGB is 170 - color contains mainly: blue. Hex color #2C5EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C5EAA is #D3A155. Grayscale: #575757. Windows color (decimal): -13869398 or 11165228. OLE color: 11165228.
HSL color Cylindrical-coordinate representation of color #2C5EAA: hue angle of 216.19º 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 #2C5EAA is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 94 | 170 | - |
| CMYK | 0.74 | 0.45 | 0 | 0.33 |
| HSL | 216.19º | 0.59% | 0.42% | - |
| HSV(B) | 216.19º | 0.74% | 0.67% | - |
| XYZ | 12.3 | 11.44 | 39.59 | - |
| YUV | 87.71 | 174.44 | 96.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 94 | 170 | 0.74 | 0.45 | 0 | 0.33 | 216.19 | 0.59 | 0.42 |
| Hex | 2C | 5E | AA | 4A | 2D | 0 | 21 | D8 | 3B | 2A |
| Octal | 54 | 136 | 252 | 112 | 55 | 0 | 41 | 330 | 73 | 52 |
| Binary | 101100 | 1011110 | 10101010 | 1001010 | 101101 | 0 | 100001 | 11011000 | 111011 | 101010 |
Color Harmonies of #2C5EAA
Complementary color
Monochromatic Colors of #2C5EAA
Black with #2C5EAA
Text Example
Text Example
White with #2C5EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5EAA; }
p { color: rgb(44,94,170); }
H1.HeaderClassName
{
color: #2C5EAA;
}
.AnyTagClassName
{
color: #2C5EAA;
}
</style>
background-color css
<style>
a { background-color: #2C5EAA; }
a { background-color: rgb(44,94,170); }
div.DivClassName
{
background-color: #2C5EAA;
}
.BgClassName
{
background-color: #2C5EAA;
}
</style>
border-color css
<style>
span { border-color: #2C5EAA; }
span { border-color: rgb(44,94,170); }
td.TdClassName
{
border-color: #2C5EAA;
}
.TagClassName
{
border-color: #2C5EAA;
}
</style>