Shades of Lochmara #2E7BA4
Tints of Lochmara #2E7BA4
RGB
CMYK
RGB Variations
Color information
#2E7BA4 (or 0x2E7BA4) is known color: Lochmara. HEX triplet: 2E, 7B and A4. RGB value is (46,123,164). Sum of RGB (Red+Green+Blue) = 46+123+164=333 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.81% from 333); Green value is 123 (48.44% from 255 or 36.94% from 333); Blue value is 164 (64.45% from 255 or 49.25% from 333); Max value from RGB is 164 - color contains mainly: blue. Hex color #2E7BA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7BA4 is #D1845B. Grayscale: #686868. Windows color (decimal): -13730908 or 10779438. OLE color: 10779438.
HSL color Cylindrical-coordinate representation of color #2E7BA4: hue angle of 200.85º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E7BA4 is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 46 | 123 | 164 | - |
| CMYK | 0.72 | 0.25 | 0 | 0.36 |
| HSL | 200.85º | 0.56% | 0.41% | - |
| HSV(B) | 200.85º | 0.72% | 0.64% | - |
| XYZ | 14.91 | 17.43 | 37.7 | - |
| YUV | 104.65 | 161.49 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 123 | 164 | 0.72 | 0.25 | 0 | 0.36 | 200.85 | 0.56 | 0.41 |
| Hex | 2E | 7B | A4 | 48 | 19 | 0 | 24 | C9 | 38 | 29 |
| Octal | 56 | 173 | 244 | 110 | 31 | 0 | 44 | 311 | 70 | 51 |
| Binary | 101110 | 1111011 | 10100100 | 1001000 | 11001 | 0 | 100100 | 11001001 | 111000 | 101001 |
Color Harmonies of #2E7BA4
Complementary color
Monochromatic Colors of #2E7BA4
Black with #2E7BA4
Text Example
Text Example
White with #2E7BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7BA4; }
p { color: rgb(46,123,164); }
H1.HeaderClassName
{
color: #2E7BA4;
}
.AnyTagClassName
{
color: #2E7BA4;
}
</style>
background-color css
<style>
a { background-color: #2E7BA4; }
a { background-color: rgb(46,123,164); }
div.DivClassName
{
background-color: #2E7BA4;
}
.BgClassName
{
background-color: #2E7BA4;
}
</style>
border-color css
<style>
span { border-color: #2E7BA4; }
span { border-color: rgb(46,123,164); }
td.TdClassName
{
border-color: #2E7BA4;
}
.TagClassName
{
border-color: #2E7BA4;
}
</style>