Shades of Lochmara #2D7095
Tints of Lochmara #2D7095
RGB
CMYK
RGB Variations
Color information
#2D7095 (or 0x2D7095) is known color: Lochmara. HEX triplet: 2D, 70 and 95. RGB value is (45,112,149). Sum of RGB (Red+Green+Blue) = 45+112+149=306 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.71% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 149 (58.59% from 255 or 48.69% from 306); Max value from RGB is 149 - color contains mainly: blue. Hex color #2D7095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D7095 is #D28F6A. Grayscale: #5F5F5F. Windows color (decimal): -13799275 or 9793581. OLE color: 9793581.
HSL color Cylindrical-coordinate representation of color #2D7095: hue angle of 201.35º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D7095 is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 112 | 149 | - |
| CMYK | 0.70 | 0.25 | 0 | 0.42 |
| HSL | 201.35º | 0.54% | 0.38% | - |
| HSV(B) | 201.35º | 0.7% | 0.58% | - |
| XYZ | 12.3 | 14.32 | 30.55 | - |
| YUV | 96.19 | 157.8 | 91.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 112 | 149 | 0.70 | 0.25 | 0 | 0.42 | 201.35 | 0.54 | 0.38 |
| Hex | 2D | 70 | 95 | 46 | 19 | 0 | 2A | C9 | 36 | 26 |
| Octal | 55 | 160 | 225 | 106 | 31 | 0 | 52 | 311 | 66 | 46 |
| Binary | 101101 | 1110000 | 10010101 | 1000110 | 11001 | 0 | 101010 | 11001001 | 110110 | 100110 |
Color Harmonies of #2D7095
Complementary color
Monochromatic Colors of #2D7095
Black with #2D7095
Text Example
Text Example
White with #2D7095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7095; }
p { color: rgb(45,112,149); }
H1.HeaderClassName
{
color: #2D7095;
}
.AnyTagClassName
{
color: #2D7095;
}
</style>
background-color css
<style>
a { background-color: #2D7095; }
a { background-color: rgb(45,112,149); }
div.DivClassName
{
background-color: #2D7095;
}
.BgClassName
{
background-color: #2D7095;
}
</style>
border-color css
<style>
span { border-color: #2D7095; }
span { border-color: rgb(45,112,149); }
td.TdClassName
{
border-color: #2D7095;
}
.TagClassName
{
border-color: #2D7095;
}
</style>