Shades of Lochmara #2B769F
Tints of Lochmara #2B769F
RGB
CMYK
RGB Variations
Color information
#2B769F (or 0x2B769F) is known color: Lochmara. HEX triplet: 2B, 76 and 9F. RGB value is (43,118,159). Sum of RGB (Red+Green+Blue) = 43+118+159=320 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.44% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 159 (62.5% from 255 or 49.69% from 320); Max value from RGB is 159 - color contains mainly: blue. Hex color #2B769F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B769F is #D48960. Grayscale: #646464. Windows color (decimal): -13928801 or 10450475. OLE color: 10450475.
HSL color Cylindrical-coordinate representation of color #2B769F: hue angle of 201.21º 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 #2B769F is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 118 | 159 | - |
| CMYK | 0.73 | 0.26 | 0 | 0.38 |
| HSL | 201.21º | 0.57% | 0.4% | - |
| HSV(B) | 201.21º | 0.73% | 0.62% | - |
| XYZ | 13.73 | 15.97 | 35.16 | - |
| YUV | 100.25 | 161.15 | 87.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 118 | 159 | 0.73 | 0.26 | 0 | 0.38 | 201.21 | 0.57 | 0.4 |
| Hex | 2B | 76 | 9F | 49 | 1A | 0 | 26 | C9 | 39 | 28 |
| Octal | 53 | 166 | 237 | 111 | 32 | 0 | 46 | 311 | 71 | 50 |
| Binary | 101011 | 1110110 | 10011111 | 1001001 | 11010 | 0 | 100110 | 11001001 | 111001 | 101000 |
Color Harmonies of #2B769F
Complementary color
Monochromatic Colors of #2B769F
Black with #2B769F
Text Example
Text Example
White with #2B769F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B769F; }
p { color: rgb(43,118,159); }
H1.HeaderClassName
{
color: #2B769F;
}
.AnyTagClassName
{
color: #2B769F;
}
</style>
background-color css
<style>
a { background-color: #2B769F; }
a { background-color: rgb(43,118,159); }
div.DivClassName
{
background-color: #2B769F;
}
.BgClassName
{
background-color: #2B769F;
}
</style>
border-color css
<style>
span { border-color: #2B769F; }
span { border-color: rgb(43,118,159); }
td.TdClassName
{
border-color: #2B769F;
}
.TagClassName
{
border-color: #2B769F;
}
</style>