Shades of Lochmara #2B6DB1
Tints of Lochmara #2B6DB1
RGB
CMYK
RGB Variations
Color information
#2B6DB1 (or 0x2B6DB1) is known color: Lochmara. HEX triplet: 2B, 6D and B1. RGB value is (43,109,177). Sum of RGB (Red+Green+Blue) = 43+109+177=329 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.07% from 329); Green value is 109 (42.97% from 255 or 33.13% from 329); Blue value is 177 (69.53% from 255 or 53.80% from 329); Max value from RGB is 177 - color contains mainly: blue. Hex color #2B6DB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B6DB1 is #D4924E. Grayscale: #606060. Windows color (decimal): -13931087 or 11627819. OLE color: 11627819.
HSL color Cylindrical-coordinate representation of color #2B6DB1: hue angle of 210.45º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B6DB1 is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 43 | 109 | 177 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.31 |
| HSL | 210.45º | 0.61% | 0.43% | - |
| HSV(B) | 210.45º | 0.76% | 0.69% | - |
| XYZ | 14.4 | 14.63 | 43.66 | - |
| YUV | 97.02 | 173.13 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 109 | 177 | 0.76 | 0.38 | 0 | 0.31 | 210.45 | 0.61 | 0.43 |
| Hex | 2B | 6D | B1 | 4C | 26 | 0 | 1F | D2 | 3D | 2B |
| Octal | 53 | 155 | 261 | 114 | 46 | 0 | 37 | 322 | 75 | 53 |
| Binary | 101011 | 1101101 | 10110001 | 1001100 | 100110 | 0 | 11111 | 11010010 | 111101 | 101011 |
Color Harmonies of #2B6DB1
Complementary color
Monochromatic Colors of #2B6DB1
Black with #2B6DB1
Text Example
Text Example
White with #2B6DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6DB1; }
p { color: rgb(43,109,177); }
H1.HeaderClassName
{
color: #2B6DB1;
}
.AnyTagClassName
{
color: #2B6DB1;
}
</style>
background-color css
<style>
a { background-color: #2B6DB1; }
a { background-color: rgb(43,109,177); }
div.DivClassName
{
background-color: #2B6DB1;
}
.BgClassName
{
background-color: #2B6DB1;
}
</style>
border-color css
<style>
span { border-color: #2B6DB1; }
span { border-color: rgb(43,109,177); }
td.TdClassName
{
border-color: #2B6DB1;
}
.TagClassName
{
border-color: #2B6DB1;
}
</style>