Shades of Lochmara #2C6994
Tints of Lochmara #2C6994
RGB
CMYK
RGB Variations
Color information
#2C6994 (or 0x2C6994) is known color: Lochmara. HEX triplet: 2C, 69 and 94. RGB value is (44,105,148). Sum of RGB (Red+Green+Blue) = 44+105+148=297 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.81% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 148 (58.20% from 255 or 49.83% from 297); Max value from RGB is 148 - color contains mainly: blue. Hex color #2C6994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C6994 is #D3966B. Grayscale: #5B5B5B. Windows color (decimal): -13866604 or 9726252. OLE color: 9726252.
HSL color Cylindrical-coordinate representation of color #2C6994: hue angle of 204.81º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C6994 is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 44 | 105 | 148 | - |
| CMYK | 0.70 | 0.29 | 0 | 0.42 |
| HSL | 204.81º | 0.54% | 0.38% | - |
| HSV(B) | 204.81º | 0.7% | 0.58% | - |
| XYZ | 11.44 | 12.78 | 29.88 | - |
| YUV | 91.66 | 159.79 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 105 | 148 | 0.70 | 0.29 | 0 | 0.42 | 204.81 | 0.54 | 0.38 |
| Hex | 2C | 69 | 94 | 46 | 1D | 0 | 2A | CD | 36 | 26 |
| Octal | 54 | 151 | 224 | 106 | 35 | 0 | 52 | 315 | 66 | 46 |
| Binary | 101100 | 1101001 | 10010100 | 1000110 | 11101 | 0 | 101010 | 11001101 | 110110 | 100110 |
Color Harmonies of #2C6994
Complementary color
Monochromatic Colors of #2C6994
Black with #2C6994
Text Example
Text Example
White with #2C6994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6994; }
p { color: rgb(44,105,148); }
H1.HeaderClassName
{
color: #2C6994;
}
.AnyTagClassName
{
color: #2C6994;
}
</style>
background-color css
<style>
a { background-color: #2C6994; }
a { background-color: rgb(44,105,148); }
div.DivClassName
{
background-color: #2C6994;
}
.BgClassName
{
background-color: #2C6994;
}
</style>
border-color css
<style>
span { border-color: #2C6994; }
span { border-color: rgb(44,105,148); }
td.TdClassName
{
border-color: #2C6994;
}
.TagClassName
{
border-color: #2C6994;
}
</style>