Shades of Lochmara #2C7BAB
Tints of Lochmara #2C7BAB
RGB
CMYK
RGB Variations
Color information
#2C7BAB (or 0x2C7BAB) is known color: Lochmara. HEX triplet: 2C, 7B and AB. RGB value is (44,123,171). Sum of RGB (Red+Green+Blue) = 44+123+171=338 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.02% from 338); Green value is 123 (48.44% from 255 or 36.39% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #2C7BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C7BAB is #D38454. Grayscale: #686868. Windows color (decimal): -13861973 or 11238188. OLE color: 11238188.
HSL color Cylindrical-coordinate representation of color #2C7BAB: hue angle of 202.68º 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 #2C7BAB is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 123 | 171 | - |
| CMYK | 0.74 | 0.28 | 0 | 0.33 |
| HSL | 202.68º | 0.59% | 0.42% | - |
| HSV(B) | 202.68º | 0.74% | 0.67% | - |
| XYZ | 15.47 | 17.64 | 41.12 | - |
| YUV | 104.85 | 165.33 | 84.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 123 | 171 | 0.74 | 0.28 | 0 | 0.33 | 202.68 | 0.59 | 0.42 |
| Hex | 2C | 7B | AB | 4A | 1C | 0 | 21 | CB | 3B | 2A |
| Octal | 54 | 173 | 253 | 112 | 34 | 0 | 41 | 313 | 73 | 52 |
| Binary | 101100 | 1111011 | 10101011 | 1001010 | 11100 | 0 | 100001 | 11001011 | 111011 | 101010 |
Color Harmonies of #2C7BAB
Complementary color
Monochromatic Colors of #2C7BAB
Black with #2C7BAB
Text Example
Text Example
White with #2C7BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7BAB; }
p { color: rgb(44,123,171); }
H1.HeaderClassName
{
color: #2C7BAB;
}
.AnyTagClassName
{
color: #2C7BAB;
}
</style>
background-color css
<style>
a { background-color: #2C7BAB; }
a { background-color: rgb(44,123,171); }
div.DivClassName
{
background-color: #2C7BAB;
}
.BgClassName
{
background-color: #2C7BAB;
}
</style>
border-color css
<style>
span { border-color: #2C7BAB; }
span { border-color: rgb(44,123,171); }
td.TdClassName
{
border-color: #2C7BAB;
}
.TagClassName
{
border-color: #2C7BAB;
}
</style>