Shades of Lochmara #2D709E
Tints of Lochmara #2D709E
RGB
CMYK
RGB Variations
Color information
#2D709E (or 0x2D709E) is known color: Lochmara. HEX triplet: 2D, 70 and 9E. RGB value is (45,112,158). Sum of RGB (Red+Green+Blue) = 45+112+158=315 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.29% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 158 (62.11% from 255 or 50.16% from 315); Max value from RGB is 158 - color contains mainly: blue. Hex color #2D709E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D709E is #D28F61. Grayscale: #606060. Windows color (decimal): -13799266 or 10383405. OLE color: 10383405.
HSL color Cylindrical-coordinate representation of color #2D709E: hue angle of 204.42º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D709E is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 112 | 158 | - |
| CMYK | 0.72 | 0.29 | 0 | 0.38 |
| HSL | 204.42º | 0.56% | 0.4% | - |
| HSV(B) | 204.42º | 0.72% | 0.62% | - |
| XYZ | 13.05 | 14.61 | 34.48 | - |
| YUV | 97.21 | 162.3 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 112 | 158 | 0.72 | 0.29 | 0 | 0.38 | 204.42 | 0.56 | 0.4 |
| Hex | 2D | 70 | 9E | 48 | 1D | 0 | 26 | CC | 38 | 28 |
| Octal | 55 | 160 | 236 | 110 | 35 | 0 | 46 | 314 | 70 | 50 |
| Binary | 101101 | 1110000 | 10011110 | 1001000 | 11101 | 0 | 100110 | 11001100 | 111000 | 101000 |
Color Harmonies of #2D709E
Complementary color
Monochromatic Colors of #2D709E
Black with #2D709E
Text Example
Text Example
White with #2D709E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D709E; }
p { color: rgb(45,112,158); }
H1.HeaderClassName
{
color: #2D709E;
}
.AnyTagClassName
{
color: #2D709E;
}
</style>
background-color css
<style>
a { background-color: #2D709E; }
a { background-color: rgb(45,112,158); }
div.DivClassName
{
background-color: #2D709E;
}
.BgClassName
{
background-color: #2D709E;
}
</style>
border-color css
<style>
span { border-color: #2D709E; }
span { border-color: rgb(45,112,158); }
td.TdClassName
{
border-color: #2D709E;
}
.TagClassName
{
border-color: #2D709E;
}
</style>