Shades of Lochmara #2B6C99
Tints of Lochmara #2B6C99
RGB
CMYK
RGB Variations
Color information
#2B6C99 (or 0x2B6C99) is known color: Lochmara. HEX triplet: 2B, 6C and 99. RGB value is (43,108,153). Sum of RGB (Red+Green+Blue) = 43+108+153=304 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.14% from 304); Green value is 108 (42.58% from 255 or 35.53% from 304); Blue value is 153 (60.16% from 255 or 50.33% from 304); Max value from RGB is 153 - color contains mainly: blue. Hex color #2B6C99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B6C99 is #D49366. Grayscale: #5D5D5D. Windows color (decimal): -13931367 or 10054699. OLE color: 10054699.
HSL color Cylindrical-coordinate representation of color #2B6C99: hue angle of 204.55º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B6C99 is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 43 | 108 | 153 | - |
| CMYK | 0.72 | 0.29 | 0 | 0.4 |
| HSL | 204.55º | 0.56% | 0.38% | - |
| HSV(B) | 204.55º | 0.72% | 0.6% | - |
| XYZ | 12.11 | 13.54 | 32.11 | - |
| YUV | 93.7 | 161.47 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 108 | 153 | 0.72 | 0.29 | 0 | 0.4 | 204.55 | 0.56 | 0.38 |
| Hex | 2B | 6C | 99 | 48 | 1D | 0 | 28 | CD | 38 | 26 |
| Octal | 53 | 154 | 231 | 110 | 35 | 0 | 50 | 315 | 70 | 46 |
| Binary | 101011 | 1101100 | 10011001 | 1001000 | 11101 | 0 | 101000 | 11001101 | 111000 | 100110 |
Color Harmonies of #2B6C99
Complementary color
Monochromatic Colors of #2B6C99
Black with #2B6C99
Text Example
Text Example
White with #2B6C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6C99; }
p { color: rgb(43,108,153); }
H1.HeaderClassName
{
color: #2B6C99;
}
.AnyTagClassName
{
color: #2B6C99;
}
</style>
background-color css
<style>
a { background-color: #2B6C99; }
a { background-color: rgb(43,108,153); }
div.DivClassName
{
background-color: #2B6C99;
}
.BgClassName
{
background-color: #2B6C99;
}
</style>
border-color css
<style>
span { border-color: #2B6C99; }
span { border-color: rgb(43,108,153); }
td.TdClassName
{
border-color: #2B6C99;
}
.TagClassName
{
border-color: #2B6C99;
}
</style>