Shades of Lochmara #2B799B
Tints of Lochmara #2B799B
RGB
CMYK
RGB Variations
Color information
#2B799B (or 0x2B799B) is known color: Lochmara. HEX triplet: 2B, 79 and 9B. RGB value is (43,121,155). Sum of RGB (Red+Green+Blue) = 43+121+155=319 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.48% from 319); Green value is 121 (47.66% from 255 or 37.93% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 155 - color contains mainly: blue. Hex color #2B799B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B799B is #D48664. Grayscale: #656565. Windows color (decimal): -13928037 or 10189099. OLE color: 10189099.
HSL color Cylindrical-coordinate representation of color #2B799B: hue angle of 198.21º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B799B is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 43 | 121 | 155 | - |
| CMYK | 0.72 | 0.22 | 0 | 0.39 |
| HSL | 198.21º | 0.57% | 0.39% | - |
| HSV(B) | 198.21º | 0.72% | 0.61% | - |
| XYZ | 13.75 | 16.55 | 33.48 | - |
| YUV | 101.55 | 158.16 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 121 | 155 | 0.72 | 0.22 | 0 | 0.39 | 198.21 | 0.57 | 0.39 |
| Hex | 2B | 79 | 9B | 48 | 16 | 0 | 27 | C6 | 39 | 27 |
| Octal | 53 | 171 | 233 | 110 | 26 | 0 | 47 | 306 | 71 | 47 |
| Binary | 101011 | 1111001 | 10011011 | 1001000 | 10110 | 0 | 100111 | 11000110 | 111001 | 100111 |
Color Harmonies of #2B799B
Complementary color
Monochromatic Colors of #2B799B
Black with #2B799B
Text Example
Text Example
White with #2B799B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B799B; }
p { color: rgb(43,121,155); }
H1.HeaderClassName
{
color: #2B799B;
}
.AnyTagClassName
{
color: #2B799B;
}
</style>
background-color css
<style>
a { background-color: #2B799B; }
a { background-color: rgb(43,121,155); }
div.DivClassName
{
background-color: #2B799B;
}
.BgClassName
{
background-color: #2B799B;
}
</style>
border-color css
<style>
span { border-color: #2B799B; }
span { border-color: rgb(43,121,155); }
td.TdClassName
{
border-color: #2B799B;
}
.TagClassName
{
border-color: #2B799B;
}
</style>