Shades of Lochmara #2B71AA
Tints of Lochmara #2B71AA
RGB
CMYK
RGB Variations
Color information
#2B71AA (or 0x2B71AA) is known color: Lochmara. HEX triplet: 2B, 71 and AA. RGB value is (43,113,170). Sum of RGB (Red+Green+Blue) = 43+113+170=326 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.19% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 170 (66.80% from 255 or 52.15% from 326); Max value from RGB is 170 - color contains mainly: blue. Hex color #2B71AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B71AA is #D48E55. Grayscale: #626262. Windows color (decimal): -13930070 or 11170091. OLE color: 11170091.
HSL color Cylindrical-coordinate representation of color #2B71AA: hue angle of 206.93º 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 #2B71AA is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 113 | 170 | - |
| CMYK | 0.75 | 0.34 | 0 | 0.33 |
| HSL | 206.93º | 0.6% | 0.42% | - |
| HSV(B) | 206.93º | 0.75% | 0.67% | - |
| XYZ | 14.16 | 15.23 | 40.22 | - |
| YUV | 98.57 | 168.31 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 113 | 170 | 0.75 | 0.34 | 0 | 0.33 | 206.93 | 0.6 | 0.42 |
| Hex | 2B | 71 | AA | 4B | 22 | 0 | 21 | CF | 3C | 2A |
| Octal | 53 | 161 | 252 | 113 | 42 | 0 | 41 | 317 | 74 | 52 |
| Binary | 101011 | 1110001 | 10101010 | 1001011 | 100010 | 0 | 100001 | 11001111 | 111100 | 101010 |
Color Harmonies of #2B71AA
Complementary color
Monochromatic Colors of #2B71AA
Black with #2B71AA
Text Example
Text Example
White with #2B71AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B71AA; }
p { color: rgb(43,113,170); }
H1.HeaderClassName
{
color: #2B71AA;
}
.AnyTagClassName
{
color: #2B71AA;
}
</style>
background-color css
<style>
a { background-color: #2B71AA; }
a { background-color: rgb(43,113,170); }
div.DivClassName
{
background-color: #2B71AA;
}
.BgClassName
{
background-color: #2B71AA;
}
</style>
border-color css
<style>
span { border-color: #2B71AA; }
span { border-color: rgb(43,113,170); }
td.TdClassName
{
border-color: #2B71AA;
}
.TagClassName
{
border-color: #2B71AA;
}
</style>