Shades of Lochmara #2B6CAC
Tints of Lochmara #2B6CAC
RGB
CMYK
RGB Variations
Color information
#2B6CAC (or 0x2B6CAC) is known color: Lochmara. HEX triplet: 2B, 6C and AC. RGB value is (43,108,172). Sum of RGB (Red+Green+Blue) = 43+108+172=323 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.31% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #2B6CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B6CAC is #D49353. Grayscale: #5F5F5F. Windows color (decimal): -13931348 or 11299883. OLE color: 11299883.
HSL color Cylindrical-coordinate representation of color #2B6CAC: hue angle of 209.77º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B6CAC is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 108 | 172 | - |
| CMYK | 0.75 | 0.37 | 0 | 0.33 |
| HSL | 209.77º | 0.6% | 0.42% | - |
| HSV(B) | 209.77º | 0.75% | 0.67% | - |
| XYZ | 13.81 | 14.22 | 41.05 | - |
| YUV | 95.86 | 170.97 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 108 | 172 | 0.75 | 0.37 | 0 | 0.33 | 209.77 | 0.6 | 0.42 |
| Hex | 2B | 6C | AC | 4B | 25 | 0 | 21 | D2 | 3C | 2A |
| Octal | 53 | 154 | 254 | 113 | 45 | 0 | 41 | 322 | 74 | 52 |
| Binary | 101011 | 1101100 | 10101100 | 1001011 | 100101 | 0 | 100001 | 11010010 | 111100 | 101010 |
Color Harmonies of #2B6CAC
Complementary color
Monochromatic Colors of #2B6CAC
Black with #2B6CAC
Text Example
Text Example
White with #2B6CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6CAC; }
p { color: rgb(43,108,172); }
H1.HeaderClassName
{
color: #2B6CAC;
}
.AnyTagClassName
{
color: #2B6CAC;
}
</style>
background-color css
<style>
a { background-color: #2B6CAC; }
a { background-color: rgb(43,108,172); }
div.DivClassName
{
background-color: #2B6CAC;
}
.BgClassName
{
background-color: #2B6CAC;
}
</style>
border-color css
<style>
span { border-color: #2B6CAC; }
span { border-color: rgb(43,108,172); }
td.TdClassName
{
border-color: #2B6CAC;
}
.TagClassName
{
border-color: #2B6CAC;
}
</style>