Shades of Lochmara #2B799F
Tints of Lochmara #2B799F
RGB
CMYK
RGB Variations
Color information
#2B799F (or 0x2B799F) is known color: Lochmara. HEX triplet: 2B, 79 and 9F. RGB value is (43,121,159). Sum of RGB (Red+Green+Blue) = 43+121+159=323 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.31% from 323); Green value is 121 (47.66% from 255 or 37.46% from 323); Blue value is 159 (62.5% from 255 or 49.23% from 323); Max value from RGB is 159 - color contains mainly: blue. Hex color #2B799F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B799F is #D48660. Grayscale: #656565. Windows color (decimal): -13928033 or 10451243. OLE color: 10451243.
HSL color Cylindrical-coordinate representation of color #2B799F: hue angle of 199.66º 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 #2B799F is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 121 | 159 | - |
| CMYK | 0.73 | 0.24 | 0 | 0.38 |
| HSL | 199.66º | 0.57% | 0.4% | - |
| HSV(B) | 199.66º | 0.73% | 0.62% | - |
| XYZ | 14.09 | 16.69 | 35.28 | - |
| YUV | 102.01 | 160.16 | 85.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 121 | 159 | 0.73 | 0.24 | 0 | 0.38 | 199.66 | 0.57 | 0.4 |
| Hex | 2B | 79 | 9F | 49 | 18 | 0 | 26 | C8 | 39 | 28 |
| Octal | 53 | 171 | 237 | 111 | 30 | 0 | 46 | 310 | 71 | 50 |
| Binary | 101011 | 1111001 | 10011111 | 1001001 | 11000 | 0 | 100110 | 11001000 | 111001 | 101000 |
Color Harmonies of #2B799F
Complementary color
Monochromatic Colors of #2B799F
Black with #2B799F
Text Example
Text Example
White with #2B799F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B799F; }
p { color: rgb(43,121,159); }
H1.HeaderClassName
{
color: #2B799F;
}
.AnyTagClassName
{
color: #2B799F;
}
</style>
background-color css
<style>
a { background-color: #2B799F; }
a { background-color: rgb(43,121,159); }
div.DivClassName
{
background-color: #2B799F;
}
.BgClassName
{
background-color: #2B799F;
}
</style>
border-color css
<style>
span { border-color: #2B799F; }
span { border-color: rgb(43,121,159); }
td.TdClassName
{
border-color: #2B799F;
}
.TagClassName
{
border-color: #2B799F;
}
</style>