Shades of Lochmara #2B70B5
Tints of Lochmara #2B70B5
RGB
CMYK
RGB Variations
Color information
#2B70B5 (or 0x2B70B5) is known color: Lochmara. HEX triplet: 2B, 70 and B5. RGB value is (43,112,181). Sum of RGB (Red+Green+Blue) = 43+112+181=336 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.80% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 181 (71.09% from 255 or 53.87% from 336); Max value from RGB is 181 - color contains mainly: blue. Hex color #2B70B5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B70B5 is #D48F4A. Grayscale: #626262. Windows color (decimal): -13930315 or 11890731. OLE color: 11890731.
HSL color Cylindrical-coordinate representation of color #2B70B5: hue angle of 210º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B70B5 is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 43 | 112 | 181 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.29 |
| HSL | 210º | 0.62% | 0.44% | - |
| HSV(B) | 210º | 0.76% | 0.71% | - |
| XYZ | 15.13 | 15.44 | 45.9 | - |
| YUV | 99.24 | 174.14 | 87.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 112 | 181 | 0.76 | 0.38 | 0 | 0.29 | 210 | 0.62 | 0.44 |
| Hex | 2B | 70 | B5 | 4C | 26 | 0 | 1D | D2 | 3E | 2C |
| Octal | 53 | 160 | 265 | 114 | 46 | 0 | 35 | 322 | 76 | 54 |
| Binary | 101011 | 1110000 | 10110101 | 1001100 | 100110 | 0 | 11101 | 11010010 | 111110 | 101100 |
Color Harmonies of #2B70B5
Complementary color
Monochromatic Colors of #2B70B5
Black with #2B70B5
Text Example
Text Example
White with #2B70B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B70B5; }
p { color: rgb(43,112,181); }
H1.HeaderClassName
{
color: #2B70B5;
}
.AnyTagClassName
{
color: #2B70B5;
}
</style>
background-color css
<style>
a { background-color: #2B70B5; }
a { background-color: rgb(43,112,181); }
div.DivClassName
{
background-color: #2B70B5;
}
.BgClassName
{
background-color: #2B70B5;
}
</style>
border-color css
<style>
span { border-color: #2B70B5; }
span { border-color: rgb(43,112,181); }
td.TdClassName
{
border-color: #2B70B5;
}
.TagClassName
{
border-color: #2B70B5;
}
</style>