Shades of Lochmara #2B7498
Tints of Lochmara #2B7498
RGB
CMYK
RGB Variations
Color information
#2B7498 (or 0x2B7498) is known color: Lochmara. HEX triplet: 2B, 74 and 98. RGB value is (43,116,152). Sum of RGB (Red+Green+Blue) = 43+116+152=311 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.83% from 311); Green value is 116 (45.70% from 255 or 37.30% from 311); Blue value is 152 (59.77% from 255 or 48.87% from 311); Max value from RGB is 152 - color contains mainly: blue. Hex color #2B7498 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B7498 is #D48B67. Grayscale: #626262. Windows color (decimal): -13929320 or 9991211. OLE color: 9991211.
HSL color Cylindrical-coordinate representation of color #2B7498: hue angle of 199.82º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B7498 is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 43 | 116 | 152 | - |
| CMYK | 0.72 | 0.24 | 0 | 0.40 |
| HSL | 199.82º | 0.56% | 0.38% | - |
| HSV(B) | 199.82º | 0.72% | 0.6% | - |
| XYZ | 12.91 | 15.27 | 31.97 | - |
| YUV | 98.28 | 158.32 | 88.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 116 | 152 | 0.72 | 0.24 | 0 | 0.40 | 199.82 | 0.56 | 0.38 |
| Hex | 2B | 74 | 98 | 48 | 18 | 0 | 28 | C8 | 38 | 26 |
| Octal | 53 | 164 | 230 | 110 | 30 | 0 | 50 | 310 | 70 | 46 |
| Binary | 101011 | 1110100 | 10011000 | 1001000 | 11000 | 0 | 101000 | 11001000 | 111000 | 100110 |
Color Harmonies of #2B7498
Complementary color
Monochromatic Colors of #2B7498
Black with #2B7498
Text Example
Text Example
White with #2B7498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7498; }
p { color: rgb(43,116,152); }
H1.HeaderClassName
{
color: #2B7498;
}
.AnyTagClassName
{
color: #2B7498;
}
</style>
background-color css
<style>
a { background-color: #2B7498; }
a { background-color: rgb(43,116,152); }
div.DivClassName
{
background-color: #2B7498;
}
.BgClassName
{
background-color: #2B7498;
}
</style>
border-color css
<style>
span { border-color: #2B7498; }
span { border-color: rgb(43,116,152); }
td.TdClassName
{
border-color: #2B7498;
}
.TagClassName
{
border-color: #2B7498;
}
</style>