Shades of Lochmara #2C6596
Tints of Lochmara #2C6596
RGB
CMYK
RGB Variations
Color information
#2C6596 (or 0x2C6596) is known color: Lochmara. HEX triplet: 2C, 65 and 96. RGB value is (44,101,150). Sum of RGB (Red+Green+Blue) = 44+101+150=295 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.92% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 150 (58.98% from 255 or 50.85% from 295); Max value from RGB is 150 - color contains mainly: blue. Hex color #2C6596 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C6596 is #D39A69. Grayscale: #595959. Windows color (decimal): -13867626 or 9856300. OLE color: 9856300.
HSL color Cylindrical-coordinate representation of color #2C6596: hue angle of 207.74º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C6596 is Cyan = 0.71, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 44 | 101 | 150 | - |
| CMYK | 0.71 | 0.33 | 0 | 0.41 |
| HSL | 207.74º | 0.55% | 0.38% | - |
| HSV(B) | 207.74º | 0.71% | 0.59% | - |
| XYZ | 11.2 | 12.04 | 30.59 | - |
| YUV | 89.54 | 162.12 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 101 | 150 | 0.71 | 0.33 | 0 | 0.41 | 207.74 | 0.55 | 0.38 |
| Hex | 2C | 65 | 96 | 47 | 21 | 0 | 29 | D0 | 37 | 26 |
| Octal | 54 | 145 | 226 | 107 | 41 | 0 | 51 | 320 | 67 | 46 |
| Binary | 101100 | 1100101 | 10010110 | 1000111 | 100001 | 0 | 101001 | 11010000 | 110111 | 100110 |
Color Harmonies of #2C6596
Complementary color
Monochromatic Colors of #2C6596
Black with #2C6596
Text Example
Text Example
White with #2C6596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6596; }
p { color: rgb(44,101,150); }
H1.HeaderClassName
{
color: #2C6596;
}
.AnyTagClassName
{
color: #2C6596;
}
</style>
background-color css
<style>
a { background-color: #2C6596; }
a { background-color: rgb(44,101,150); }
div.DivClassName
{
background-color: #2C6596;
}
.BgClassName
{
background-color: #2C6596;
}
</style>
border-color css
<style>
span { border-color: #2C6596; }
span { border-color: rgb(44,101,150); }
td.TdClassName
{
border-color: #2C6596;
}
.TagClassName
{
border-color: #2C6596;
}
</style>