Shades of Lochmara #2C649B
Tints of Lochmara #2C649B
RGB
CMYK
RGB Variations
Color information
#2C649B (or 0x2C649B) is known color: Lochmara. HEX triplet: 2C, 64 and 9B. RGB value is (44,100,155). Sum of RGB (Red+Green+Blue) = 44+100+155=299 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.72% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 155 (60.94% from 255 or 51.84% from 299); Max value from RGB is 155 - color contains mainly: blue. Hex color #2C649B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C649B is #D39B64. Grayscale: #595959. Windows color (decimal): -13867877 or 10183724. OLE color: 10183724.
HSL color Cylindrical-coordinate representation of color #2C649B: hue angle of 209.73º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C649B is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 44 | 100 | 155 | - |
| CMYK | 0.72 | 0.35 | 0 | 0.39 |
| HSL | 209.73º | 0.56% | 0.39% | - |
| HSV(B) | 209.73º | 0.72% | 0.61% | - |
| XYZ | 11.51 | 12.02 | 32.72 | - |
| YUV | 89.53 | 164.95 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 100 | 155 | 0.72 | 0.35 | 0 | 0.39 | 209.73 | 0.56 | 0.39 |
| Hex | 2C | 64 | 9B | 48 | 23 | 0 | 27 | D2 | 38 | 27 |
| Octal | 54 | 144 | 233 | 110 | 43 | 0 | 47 | 322 | 70 | 47 |
| Binary | 101100 | 1100100 | 10011011 | 1001000 | 100011 | 0 | 100111 | 11010010 | 111000 | 100111 |
Color Harmonies of #2C649B
Complementary color
Monochromatic Colors of #2C649B
Black with #2C649B
Text Example
Text Example
White with #2C649B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C649B; }
p { color: rgb(44,100,155); }
H1.HeaderClassName
{
color: #2C649B;
}
.AnyTagClassName
{
color: #2C649B;
}
</style>
background-color css
<style>
a { background-color: #2C649B; }
a { background-color: rgb(44,100,155); }
div.DivClassName
{
background-color: #2C649B;
}
.BgClassName
{
background-color: #2C649B;
}
</style>
border-color css
<style>
span { border-color: #2C649B; }
span { border-color: rgb(44,100,155); }
td.TdClassName
{
border-color: #2C649B;
}
.TagClassName
{
border-color: #2C649B;
}
</style>