Shades of Lochmara #2B779F
Tints of Lochmara #2B779F
RGB
CMYK
RGB Variations
Color information
#2B779F (or 0x2B779F) is known color: Lochmara. HEX triplet: 2B, 77 and 9F. RGB value is (43,119,159). Sum of RGB (Red+Green+Blue) = 43+119+159=321 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.40% from 321); Green value is 119 (46.88% from 255 or 37.07% from 321); Blue value is 159 (62.5% from 255 or 49.53% from 321); Max value from RGB is 159 - color contains mainly: blue. Hex color #2B779F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B779F is #D48860. Grayscale: #646464. Windows color (decimal): -13928545 or 10450731. OLE color: 10450731.
HSL color Cylindrical-coordinate representation of color #2B779F: hue angle of 200.69º 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 #2B779F is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 119 | 159 | - |
| CMYK | 0.73 | 0.25 | 0 | 0.38 |
| HSL | 200.69º | 0.57% | 0.4% | - |
| HSV(B) | 200.69º | 0.73% | 0.62% | - |
| XYZ | 13.85 | 16.21 | 35.2 | - |
| YUV | 100.84 | 160.82 | 86.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 119 | 159 | 0.73 | 0.25 | 0 | 0.38 | 200.69 | 0.57 | 0.4 |
| Hex | 2B | 77 | 9F | 49 | 19 | 0 | 26 | C9 | 39 | 28 |
| Octal | 53 | 167 | 237 | 111 | 31 | 0 | 46 | 311 | 71 | 50 |
| Binary | 101011 | 1110111 | 10011111 | 1001001 | 11001 | 0 | 100110 | 11001001 | 111001 | 101000 |
Color Harmonies of #2B779F
Complementary color
Monochromatic Colors of #2B779F
Black with #2B779F
Text Example
Text Example
White with #2B779F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B779F; }
p { color: rgb(43,119,159); }
H1.HeaderClassName
{
color: #2B779F;
}
.AnyTagClassName
{
color: #2B779F;
}
</style>
background-color css
<style>
a { background-color: #2B779F; }
a { background-color: rgb(43,119,159); }
div.DivClassName
{
background-color: #2B779F;
}
.BgClassName
{
background-color: #2B779F;
}
</style>
border-color css
<style>
span { border-color: #2B779F; }
span { border-color: rgb(43,119,159); }
td.TdClassName
{
border-color: #2B779F;
}
.TagClassName
{
border-color: #2B779F;
}
</style>