Shades of Lochmara #2B7BAD
Tints of Lochmara #2B7BAD
RGB
CMYK
RGB Variations
Color information
#2B7BAD (or 0x2B7BAD) is known color: Lochmara. HEX triplet: 2B, 7B and AD. RGB value is (43,123,173). Sum of RGB (Red+Green+Blue) = 43+123+173=339 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.68% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 173 (67.97% from 255 or 51.03% from 339); Max value from RGB is 173 - color contains mainly: blue. Hex color #2B7BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B7BAD is #D48452. Grayscale: #686868. Windows color (decimal): -13927507 or 11369259. OLE color: 11369259.
HSL color Cylindrical-coordinate representation of color #2B7BAD: hue angle of 203.08º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B7BAD is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 123 | 173 | - |
| CMYK | 0.75 | 0.29 | 0 | 0.32 |
| HSL | 203.08º | 0.6% | 0.42% | - |
| HSV(B) | 203.08º | 0.75% | 0.68% | - |
| XYZ | 15.62 | 17.7 | 42.13 | - |
| YUV | 104.78 | 166.5 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 123 | 173 | 0.75 | 0.29 | 0 | 0.32 | 203.08 | 0.6 | 0.42 |
| Hex | 2B | 7B | AD | 4B | 1D | 0 | 20 | CB | 3C | 2A |
| Octal | 53 | 173 | 255 | 113 | 35 | 0 | 40 | 313 | 74 | 52 |
| Binary | 101011 | 1111011 | 10101101 | 1001011 | 11101 | 0 | 100000 | 11001011 | 111100 | 101010 |
Color Harmonies of #2B7BAD
Complementary color
Monochromatic Colors of #2B7BAD
Black with #2B7BAD
Text Example
Text Example
White with #2B7BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7BAD; }
p { color: rgb(43,123,173); }
H1.HeaderClassName
{
color: #2B7BAD;
}
.AnyTagClassName
{
color: #2B7BAD;
}
</style>
background-color css
<style>
a { background-color: #2B7BAD; }
a { background-color: rgb(43,123,173); }
div.DivClassName
{
background-color: #2B7BAD;
}
.BgClassName
{
background-color: #2B7BAD;
}
</style>
border-color css
<style>
span { border-color: #2B7BAD; }
span { border-color: rgb(43,123,173); }
td.TdClassName
{
border-color: #2B7BAD;
}
.TagClassName
{
border-color: #2B7BAD;
}
</style>