Shades of Lochmara #2C649F
Tints of Lochmara #2C649F
RGB
CMYK
RGB Variations
Color information
#2C649F (or 0x2C649F) is known color: Lochmara. HEX triplet: 2C, 64 and 9F. RGB value is (44,100,159). Sum of RGB (Red+Green+Blue) = 44+100+159=303 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.52% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 159 (62.5% from 255 or 52.48% from 303); Max value from RGB is 159 - color contains mainly: blue. Hex color #2C649F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C649F is #D39B60. Grayscale: #595959. Windows color (decimal): -13867873 or 10445868. OLE color: 10445868.
HSL color Cylindrical-coordinate representation of color #2C649F: hue angle of 210.78º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C649F is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 44 | 100 | 159 | - |
| CMYK | 0.72 | 0.37 | 0 | 0.38 |
| HSL | 210.78º | 0.57% | 0.4% | - |
| HSV(B) | 210.78º | 0.72% | 0.62% | - |
| XYZ | 11.85 | 12.15 | 34.52 | - |
| YUV | 89.98 | 166.95 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 100 | 159 | 0.72 | 0.37 | 0 | 0.38 | 210.78 | 0.57 | 0.4 |
| Hex | 2C | 64 | 9F | 48 | 25 | 0 | 26 | D3 | 39 | 28 |
| Octal | 54 | 144 | 237 | 110 | 45 | 0 | 46 | 323 | 71 | 50 |
| Binary | 101100 | 1100100 | 10011111 | 1001000 | 100101 | 0 | 100110 | 11010011 | 111001 | 101000 |
Color Harmonies of #2C649F
Complementary color
Monochromatic Colors of #2C649F
Black with #2C649F
Text Example
Text Example
White with #2C649F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C649F; }
p { color: rgb(44,100,159); }
H1.HeaderClassName
{
color: #2C649F;
}
.AnyTagClassName
{
color: #2C649F;
}
</style>
background-color css
<style>
a { background-color: #2C649F; }
a { background-color: rgb(44,100,159); }
div.DivClassName
{
background-color: #2C649F;
}
.BgClassName
{
background-color: #2C649F;
}
</style>
border-color css
<style>
span { border-color: #2C649F; }
span { border-color: rgb(44,100,159); }
td.TdClassName
{
border-color: #2C649F;
}
.TagClassName
{
border-color: #2C649F;
}
</style>