Shades of Lochmara #2B6595
Tints of Lochmara #2B6595
RGB
CMYK
RGB Variations
Color information
#2B6595 (or 0x2B6595) is known color: Lochmara. HEX triplet: 2B, 65 and 95. RGB value is (43,101,149). Sum of RGB (Red+Green+Blue) = 43+101+149=293 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.68% from 293); Green value is 101 (39.84% from 255 or 34.47% from 293); Blue value is 149 (58.59% from 255 or 50.85% from 293); Max value from RGB is 149 - color contains mainly: blue. Hex color #2B6595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B6595 is #D49A6A. Grayscale: #585858. Windows color (decimal): -13933163 or 9790763. OLE color: 9790763.
HSL color Cylindrical-coordinate representation of color #2B6595: hue angle of 207.17º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B6595 is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 101 | 149 | - |
| CMYK | 0.71 | 0.32 | 0 | 0.42 |
| HSL | 207.17º | 0.55% | 0.38% | - |
| HSV(B) | 207.17º | 0.71% | 0.58% | - |
| XYZ | 11.07 | 11.99 | 30.16 | - |
| YUV | 89.13 | 161.78 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 101 | 149 | 0.71 | 0.32 | 0 | 0.42 | 207.17 | 0.55 | 0.38 |
| Hex | 2B | 65 | 95 | 47 | 20 | 0 | 2A | CF | 37 | 26 |
| Octal | 53 | 145 | 225 | 107 | 40 | 0 | 52 | 317 | 67 | 46 |
| Binary | 101011 | 1100101 | 10010101 | 1000111 | 100000 | 0 | 101010 | 11001111 | 110111 | 100110 |
Color Harmonies of #2B6595
Complementary color
Monochromatic Colors of #2B6595
Black with #2B6595
Text Example
Text Example
White with #2B6595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6595; }
p { color: rgb(43,101,149); }
H1.HeaderClassName
{
color: #2B6595;
}
.AnyTagClassName
{
color: #2B6595;
}
</style>
background-color css
<style>
a { background-color: #2B6595; }
a { background-color: rgb(43,101,149); }
div.DivClassName
{
background-color: #2B6595;
}
.BgClassName
{
background-color: #2B6595;
}
</style>
border-color css
<style>
span { border-color: #2B6595; }
span { border-color: rgb(43,101,149); }
td.TdClassName
{
border-color: #2B6595;
}
.TagClassName
{
border-color: #2B6595;
}
</style>