Shades of Lochmara #2B769E
Tints of Lochmara #2B769E
RGB
CMYK
RGB Variations
Color information
#2B769E (or 0x2B769E) is known color: Lochmara. HEX triplet: 2B, 76 and 9E. RGB value is (43,118,158). Sum of RGB (Red+Green+Blue) = 43+118+158=319 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.48% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 158 (62.11% from 255 or 49.53% from 319); Max value from RGB is 158 - color contains mainly: blue. Hex color #2B769E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B769E is #D48961. Grayscale: #636363. Windows color (decimal): -13928802 or 10384939. OLE color: 10384939.
HSL color Cylindrical-coordinate representation of color #2B769E: hue angle of 200.87º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B769E is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 118 | 158 | - |
| CMYK | 0.73 | 0.25 | 0 | 0.38 |
| HSL | 200.87º | 0.57% | 0.39% | - |
| HSV(B) | 200.87º | 0.73% | 0.62% | - |
| XYZ | 13.65 | 15.94 | 34.71 | - |
| YUV | 100.14 | 160.65 | 87.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 118 | 158 | 0.73 | 0.25 | 0 | 0.38 | 200.87 | 0.57 | 0.39 |
| Hex | 2B | 76 | 9E | 49 | 19 | 0 | 26 | C9 | 39 | 27 |
| Octal | 53 | 166 | 236 | 111 | 31 | 0 | 46 | 311 | 71 | 47 |
| Binary | 101011 | 1110110 | 10011110 | 1001001 | 11001 | 0 | 100110 | 11001001 | 111001 | 100111 |
Color Harmonies of #2B769E
Complementary color
Monochromatic Colors of #2B769E
Black with #2B769E
Text Example
Text Example
White with #2B769E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B769E; }
p { color: rgb(43,118,158); }
H1.HeaderClassName
{
color: #2B769E;
}
.AnyTagClassName
{
color: #2B769E;
}
</style>
background-color css
<style>
a { background-color: #2B769E; }
a { background-color: rgb(43,118,158); }
div.DivClassName
{
background-color: #2B769E;
}
.BgClassName
{
background-color: #2B769E;
}
</style>
border-color css
<style>
span { border-color: #2B769E; }
span { border-color: rgb(43,118,158); }
td.TdClassName
{
border-color: #2B769E;
}
.TagClassName
{
border-color: #2B769E;
}
</style>