Shades of Lochmara #2B789D
Tints of Lochmara #2B789D
RGB
CMYK
RGB Variations
Color information
#2B789D (or 0x2B789D) is known color: Lochmara. HEX triplet: 2B, 78 and 9D. RGB value is (43,120,157). Sum of RGB (Red+Green+Blue) = 43+120+157=320 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.44% from 320); Green value is 120 (47.27% from 255 or 37.5% from 320); Blue value is 157 (61.72% from 255 or 49.06% from 320); Max value from RGB is 157 - color contains mainly: blue. Hex color #2B789D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B789D is #D48762. Grayscale: #646464. Windows color (decimal): -13928291 or 10319915. OLE color: 10319915.
HSL color Cylindrical-coordinate representation of color #2B789D: hue angle of 199.47º 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 #2B789D is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 120 | 157 | - |
| CMYK | 0.73 | 0.24 | 0 | 0.38 |
| HSL | 199.47º | 0.57% | 0.39% | - |
| HSV(B) | 199.47º | 0.73% | 0.62% | - |
| XYZ | 13.8 | 16.38 | 34.33 | - |
| YUV | 101.2 | 159.49 | 86.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 120 | 157 | 0.73 | 0.24 | 0 | 0.38 | 199.47 | 0.57 | 0.39 |
| Hex | 2B | 78 | 9D | 49 | 18 | 0 | 26 | C7 | 39 | 27 |
| Octal | 53 | 170 | 235 | 111 | 30 | 0 | 46 | 307 | 71 | 47 |
| Binary | 101011 | 1111000 | 10011101 | 1001001 | 11000 | 0 | 100110 | 11000111 | 111001 | 100111 |
Color Harmonies of #2B789D
Complementary color
Monochromatic Colors of #2B789D
Black with #2B789D
Text Example
Text Example
White with #2B789D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B789D; }
p { color: rgb(43,120,157); }
H1.HeaderClassName
{
color: #2B789D;
}
.AnyTagClassName
{
color: #2B789D;
}
</style>
background-color css
<style>
a { background-color: #2B789D; }
a { background-color: rgb(43,120,157); }
div.DivClassName
{
background-color: #2B789D;
}
.BgClassName
{
background-color: #2B789D;
}
</style>
border-color css
<style>
span { border-color: #2B789D; }
span { border-color: rgb(43,120,157); }
td.TdClassName
{
border-color: #2B789D;
}
.TagClassName
{
border-color: #2B789D;
}
</style>