Shades of Lochmara #2B71AD
Tints of Lochmara #2B71AD
RGB
CMYK
RGB Variations
Color information
#2B71AD (or 0x2B71AD) is known color: Lochmara. HEX triplet: 2B, 71 and AD. RGB value is (43,113,173). Sum of RGB (Red+Green+Blue) = 43+113+173=329 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.07% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 173 (67.97% from 255 or 52.58% from 329); Max value from RGB is 173 - color contains mainly: blue. Hex color #2B71AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B71AD is #D48E52. Grayscale: #626262. Windows color (decimal): -13930067 or 11366699. OLE color: 11366699.
HSL color Cylindrical-coordinate representation of color #2B71AD: hue angle of 207.69º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B71AD is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 113 | 173 | - |
| CMYK | 0.75 | 0.35 | 0 | 0.32 |
| HSL | 207.69º | 0.6% | 0.42% | - |
| HSV(B) | 207.69º | 0.75% | 0.68% | - |
| XYZ | 14.44 | 15.34 | 41.73 | - |
| YUV | 98.91 | 169.81 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 113 | 173 | 0.75 | 0.35 | 0 | 0.32 | 207.69 | 0.6 | 0.42 |
| Hex | 2B | 71 | AD | 4B | 23 | 0 | 20 | D0 | 3C | 2A |
| Octal | 53 | 161 | 255 | 113 | 43 | 0 | 40 | 320 | 74 | 52 |
| Binary | 101011 | 1110001 | 10101101 | 1001011 | 100011 | 0 | 100000 | 11010000 | 111100 | 101010 |
Color Harmonies of #2B71AD
Complementary color
Monochromatic Colors of #2B71AD
Black with #2B71AD
Text Example
Text Example
White with #2B71AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B71AD; }
p { color: rgb(43,113,173); }
H1.HeaderClassName
{
color: #2B71AD;
}
.AnyTagClassName
{
color: #2B71AD;
}
</style>
background-color css
<style>
a { background-color: #2B71AD; }
a { background-color: rgb(43,113,173); }
div.DivClassName
{
background-color: #2B71AD;
}
.BgClassName
{
background-color: #2B71AD;
}
</style>
border-color css
<style>
span { border-color: #2B71AD; }
span { border-color: rgb(43,113,173); }
td.TdClassName
{
border-color: #2B71AD;
}
.TagClassName
{
border-color: #2B71AD;
}
</style>