Shades of Lochmara #2B729F
Tints of Lochmara #2B729F
RGB
CMYK
RGB Variations
Color information
#2B729F (or 0x2B729F) is known color: Lochmara. HEX triplet: 2B, 72 and 9F. RGB value is (43,114,159). Sum of RGB (Red+Green+Blue) = 43+114+159=316 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.61% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 159 (62.5% from 255 or 50.32% from 316); Max value from RGB is 159 - color contains mainly: blue. Hex color #2B729F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B729F is #D48D60. Grayscale: #616161. Windows color (decimal): -13929825 or 10449451. OLE color: 10449451.
HSL color Cylindrical-coordinate representation of color #2B729F: hue angle of 203.28º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B729F is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 114 | 159 | - |
| CMYK | 0.73 | 0.28 | 0 | 0.38 |
| HSL | 203.28º | 0.57% | 0.4% | - |
| HSV(B) | 203.28º | 0.73% | 0.62% | - |
| XYZ | 13.27 | 15.05 | 35.01 | - |
| YUV | 97.9 | 162.48 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 114 | 159 | 0.73 | 0.28 | 0 | 0.38 | 203.28 | 0.57 | 0.4 |
| Hex | 2B | 72 | 9F | 49 | 1C | 0 | 26 | CB | 39 | 28 |
| Octal | 53 | 162 | 237 | 111 | 34 | 0 | 46 | 313 | 71 | 50 |
| Binary | 101011 | 1110010 | 10011111 | 1001001 | 11100 | 0 | 100110 | 11001011 | 111001 | 101000 |
Color Harmonies of #2B729F
Complementary color
Monochromatic Colors of #2B729F
Black with #2B729F
Text Example
Text Example
White with #2B729F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B729F; }
p { color: rgb(43,114,159); }
H1.HeaderClassName
{
color: #2B729F;
}
.AnyTagClassName
{
color: #2B729F;
}
</style>
background-color css
<style>
a { background-color: #2B729F; }
a { background-color: rgb(43,114,159); }
div.DivClassName
{
background-color: #2B729F;
}
.BgClassName
{
background-color: #2B729F;
}
</style>
border-color css
<style>
span { border-color: #2B729F; }
span { border-color: rgb(43,114,159); }
td.TdClassName
{
border-color: #2B729F;
}
.TagClassName
{
border-color: #2B729F;
}
</style>