Shades of Lochmara #2B7FAB
Tints of Lochmara #2B7FAB
RGB
CMYK
RGB Variations
Color information
#2B7FAB (or 0x2B7FAB) is known color: Lochmara. HEX triplet: 2B, 7F and AB. RGB value is (43,127,171). Sum of RGB (Red+Green+Blue) = 43+127+171=341 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.61% from 341); Green value is 127 (50% from 255 or 37.24% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #2B7FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B7FAB is #D48054. Grayscale: #6A6A6A. Windows color (decimal): -13926485 or 11239211. OLE color: 11239211.
HSL color Cylindrical-coordinate representation of color #2B7FAB: hue angle of 200.62º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B7FAB is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 127 | 171 | - |
| CMYK | 0.75 | 0.26 | 0 | 0.33 |
| HSL | 200.63º | 0.6% | 0.42% | - |
| HSV(B) | 200.63º | 0.75% | 0.67% | - |
| XYZ | 15.94 | 18.63 | 41.28 | - |
| YUV | 106.9 | 164.17 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 127 | 171 | 0.75 | 0.26 | 0 | 0.33 | 200.63 | 0.6 | 0.42 |
| Hex | 2B | 7F | AB | 4B | 1A | 0 | 21 | C9 | 3C | 2A |
| Octal | 53 | 177 | 253 | 113 | 32 | 0 | 41 | 311 | 74 | 52 |
| Binary | 101011 | 1111111 | 10101011 | 1001011 | 11010 | 0 | 100001 | 11001001 | 111100 | 101010 |
Color Harmonies of #2B7FAB
Complementary color
Monochromatic Colors of #2B7FAB
Black with #2B7FAB
Text Example
Text Example
White with #2B7FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7FAB; }
p { color: rgb(43,127,171); }
H1.HeaderClassName
{
color: #2B7FAB;
}
.AnyTagClassName
{
color: #2B7FAB;
}
</style>
background-color css
<style>
a { background-color: #2B7FAB; }
a { background-color: rgb(43,127,171); }
div.DivClassName
{
background-color: #2B7FAB;
}
.BgClassName
{
background-color: #2B7FAB;
}
</style>
border-color css
<style>
span { border-color: #2B7FAB; }
span { border-color: rgb(43,127,171); }
td.TdClassName
{
border-color: #2B7FAB;
}
.TagClassName
{
border-color: #2B7FAB;
}
</style>