Shades of Lochmara #2B7EA8
Tints of Lochmara #2B7EA8
RGB
CMYK
RGB Variations
Color information
#2B7EA8 (or 0x2B7EA8) is known color: Lochmara. HEX triplet: 2B, 7E and A8. RGB value is (43,126,168). Sum of RGB (Red+Green+Blue) = 43+126+168=337 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.76% from 337); Green value is 126 (49.61% from 255 or 37.39% from 337); Blue value is 168 (66.02% from 255 or 49.85% from 337); Max value from RGB is 168 - color contains mainly: blue. Hex color #2B7EA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B7EA8 is #D48157. Grayscale: #696969. Windows color (decimal): -13926744 or 11042347. OLE color: 11042347.
HSL color Cylindrical-coordinate representation of color #2B7EA8: hue angle of 200.16º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2B7EA8 is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 43 | 126 | 168 | - |
| CMYK | 0.74 | 0.25 | 0 | 0.34 |
| HSL | 200.16º | 0.59% | 0.41% | - |
| HSV(B) | 200.16º | 0.74% | 0.66% | - |
| XYZ | 15.53 | 18.26 | 39.75 | - |
| YUV | 105.97 | 163 | 83.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 126 | 168 | 0.74 | 0.25 | 0 | 0.34 | 200.16 | 0.59 | 0.41 |
| Hex | 2B | 7E | A8 | 4A | 19 | 0 | 22 | C8 | 3B | 29 |
| Octal | 53 | 176 | 250 | 112 | 31 | 0 | 42 | 310 | 73 | 51 |
| Binary | 101011 | 1111110 | 10101000 | 1001010 | 11001 | 0 | 100010 | 11001000 | 111011 | 101001 |
Color Harmonies of #2B7EA8
Complementary color
Monochromatic Colors of #2B7EA8
Black with #2B7EA8
Text Example
Text Example
White with #2B7EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7EA8; }
p { color: rgb(43,126,168); }
H1.HeaderClassName
{
color: #2B7EA8;
}
.AnyTagClassName
{
color: #2B7EA8;
}
</style>
background-color css
<style>
a { background-color: #2B7EA8; }
a { background-color: rgb(43,126,168); }
div.DivClassName
{
background-color: #2B7EA8;
}
.BgClassName
{
background-color: #2B7EA8;
}
</style>
border-color css
<style>
span { border-color: #2B7EA8; }
span { border-color: rgb(43,126,168); }
td.TdClassName
{
border-color: #2B7EA8;
}
.TagClassName
{
border-color: #2B7EA8;
}
</style>