Shades of Lochmara #2B789F
Tints of Lochmara #2B789F
RGB
CMYK
RGB Variations
Color information
#2B789F (or 0x2B789F) is known color: Lochmara. HEX triplet: 2B, 78 and 9F. RGB value is (43,120,159). Sum of RGB (Red+Green+Blue) = 43+120+159=322 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.35% from 322); Green value is 120 (47.27% from 255 or 37.27% from 322); Blue value is 159 (62.5% from 255 or 49.38% from 322); Max value from RGB is 159 - color contains mainly: blue. Hex color #2B789F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B789F is #D48760. Grayscale: #656565. Windows color (decimal): -13928289 or 10450987. OLE color: 10450987.
HSL color Cylindrical-coordinate representation of color #2B789F: hue angle of 200.17º 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 #2B789F is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 120 | 159 | - |
| CMYK | 0.73 | 0.25 | 0 | 0.38 |
| HSL | 200.17º | 0.57% | 0.4% | - |
| HSV(B) | 200.17º | 0.73% | 0.62% | - |
| XYZ | 13.97 | 16.45 | 35.24 | - |
| YUV | 101.42 | 160.49 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 120 | 159 | 0.73 | 0.25 | 0 | 0.38 | 200.17 | 0.57 | 0.4 |
| Hex | 2B | 78 | 9F | 49 | 19 | 0 | 26 | C8 | 39 | 28 |
| Octal | 53 | 170 | 237 | 111 | 31 | 0 | 46 | 310 | 71 | 50 |
| Binary | 101011 | 1111000 | 10011111 | 1001001 | 11001 | 0 | 100110 | 11001000 | 111001 | 101000 |
Color Harmonies of #2B789F
Complementary color
Monochromatic Colors of #2B789F
Black with #2B789F
Text Example
Text Example
White with #2B789F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B789F; }
p { color: rgb(43,120,159); }
H1.HeaderClassName
{
color: #2B789F;
}
.AnyTagClassName
{
color: #2B789F;
}
</style>
background-color css
<style>
a { background-color: #2B789F; }
a { background-color: rgb(43,120,159); }
div.DivClassName
{
background-color: #2B789F;
}
.BgClassName
{
background-color: #2B789F;
}
</style>
border-color css
<style>
span { border-color: #2B789F; }
span { border-color: rgb(43,120,159); }
td.TdClassName
{
border-color: #2B789F;
}
.TagClassName
{
border-color: #2B789F;
}
</style>