Shades of Lochmara #2B7097
Tints of Lochmara #2B7097
RGB
CMYK
RGB Variations
Color information
#2B7097 (or 0x2B7097) is known color: Lochmara. HEX triplet: 2B, 70 and 97. RGB value is (43,112,151). Sum of RGB (Red+Green+Blue) = 43+112+151=306 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.05% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 151 (59.38% from 255 or 49.35% from 306); Max value from RGB is 151 - color contains mainly: blue. Hex color #2B7097 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B7097 is #D48F68. Grayscale: #5F5F5F. Windows color (decimal): -13930345 or 9924651. OLE color: 9924651.
HSL color Cylindrical-coordinate representation of color #2B7097: hue angle of 201.67º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B7097 is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 43 | 112 | 151 | - |
| CMYK | 0.72 | 0.26 | 0 | 0.41 |
| HSL | 201.67º | 0.56% | 0.38% | - |
| HSV(B) | 201.67º | 0.72% | 0.59% | - |
| XYZ | 12.38 | 14.34 | 31.39 | - |
| YUV | 95.82 | 159.14 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 112 | 151 | 0.72 | 0.26 | 0 | 0.41 | 201.67 | 0.56 | 0.38 |
| Hex | 2B | 70 | 97 | 48 | 1A | 0 | 29 | CA | 38 | 26 |
| Octal | 53 | 160 | 227 | 110 | 32 | 0 | 51 | 312 | 70 | 46 |
| Binary | 101011 | 1110000 | 10010111 | 1001000 | 11010 | 0 | 101001 | 11001010 | 111000 | 100110 |
Color Harmonies of #2B7097
Complementary color
Monochromatic Colors of #2B7097
Black with #2B7097
Text Example
Text Example
White with #2B7097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7097; }
p { color: rgb(43,112,151); }
H1.HeaderClassName
{
color: #2B7097;
}
.AnyTagClassName
{
color: #2B7097;
}
</style>
background-color css
<style>
a { background-color: #2B7097; }
a { background-color: rgb(43,112,151); }
div.DivClassName
{
background-color: #2B7097;
}
.BgClassName
{
background-color: #2B7097;
}
</style>
border-color css
<style>
span { border-color: #2B7097; }
span { border-color: rgb(43,112,151); }
td.TdClassName
{
border-color: #2B7097;
}
.TagClassName
{
border-color: #2B7097;
}
</style>