Shades of Lochmara #2C709D
Tints of Lochmara #2C709D
RGB
CMYK
RGB Variations
Color information
#2C709D (or 0x2C709D) is known color: Lochmara. HEX triplet: 2C, 70 and 9D. RGB value is (44,112,157). Sum of RGB (Red+Green+Blue) = 44+112+157=313 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.06% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 157 (61.72% from 255 or 50.16% from 313); Max value from RGB is 157 - color contains mainly: blue. Hex color #2C709D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C709D is #D38F62. Grayscale: #606060. Windows color (decimal): -13864803 or 10317868. OLE color: 10317868.
HSL color Cylindrical-coordinate representation of color #2C709D: hue angle of 203.89º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C709D is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 44 | 112 | 157 | - |
| CMYK | 0.72 | 0.29 | 0 | 0.38 |
| HSL | 203.89º | 0.56% | 0.39% | - |
| HSV(B) | 203.89º | 0.72% | 0.62% | - |
| XYZ | 12.92 | 14.56 | 34.03 | - |
| YUV | 96.8 | 161.97 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 112 | 157 | 0.72 | 0.29 | 0 | 0.38 | 203.89 | 0.56 | 0.39 |
| Hex | 2C | 70 | 9D | 48 | 1D | 0 | 26 | CC | 38 | 27 |
| Octal | 54 | 160 | 235 | 110 | 35 | 0 | 46 | 314 | 70 | 47 |
| Binary | 101100 | 1110000 | 10011101 | 1001000 | 11101 | 0 | 100110 | 11001100 | 111000 | 100111 |
Color Harmonies of #2C709D
Complementary color
Monochromatic Colors of #2C709D
Black with #2C709D
Text Example
Text Example
White with #2C709D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C709D; }
p { color: rgb(44,112,157); }
H1.HeaderClassName
{
color: #2C709D;
}
.AnyTagClassName
{
color: #2C709D;
}
</style>
background-color css
<style>
a { background-color: #2C709D; }
a { background-color: rgb(44,112,157); }
div.DivClassName
{
background-color: #2C709D;
}
.BgClassName
{
background-color: #2C709D;
}
</style>
border-color css
<style>
span { border-color: #2C709D; }
span { border-color: rgb(44,112,157); }
td.TdClassName
{
border-color: #2C709D;
}
.TagClassName
{
border-color: #2C709D;
}
</style>