Shades of Lochmara #2B74AB
Tints of Lochmara #2B74AB
RGB
CMYK
RGB Variations
Color information
#2B74AB (or 0x2B74AB) is known color: Lochmara. HEX triplet: 2B, 74 and AB. RGB value is (43,116,171). Sum of RGB (Red+Green+Blue) = 43+116+171=330 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.03% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #2B74AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B74AB is #D48B54. Grayscale: #646464. Windows color (decimal): -13929301 or 11236395. OLE color: 11236395.
HSL color Cylindrical-coordinate representation of color #2B74AB: hue angle of 205.78º 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 #2B74AB is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 116 | 171 | - |
| CMYK | 0.75 | 0.32 | 0 | 0.33 |
| HSL | 205.78º | 0.6% | 0.42% | - |
| HSV(B) | 205.78º | 0.75% | 0.67% | - |
| XYZ | 14.59 | 15.94 | 40.84 | - |
| YUV | 100.44 | 167.82 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 116 | 171 | 0.75 | 0.32 | 0 | 0.33 | 205.78 | 0.6 | 0.42 |
| Hex | 2B | 74 | AB | 4B | 20 | 0 | 21 | CE | 3C | 2A |
| Octal | 53 | 164 | 253 | 113 | 40 | 0 | 41 | 316 | 74 | 52 |
| Binary | 101011 | 1110100 | 10101011 | 1001011 | 100000 | 0 | 100001 | 11001110 | 111100 | 101010 |
Color Harmonies of #2B74AB
Complementary color
Monochromatic Colors of #2B74AB
Black with #2B74AB
Text Example
Text Example
White with #2B74AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B74AB; }
p { color: rgb(43,116,171); }
H1.HeaderClassName
{
color: #2B74AB;
}
.AnyTagClassName
{
color: #2B74AB;
}
</style>
background-color css
<style>
a { background-color: #2B74AB; }
a { background-color: rgb(43,116,171); }
div.DivClassName
{
background-color: #2B74AB;
}
.BgClassName
{
background-color: #2B74AB;
}
</style>
border-color css
<style>
span { border-color: #2B74AB; }
span { border-color: rgb(43,116,171); }
td.TdClassName
{
border-color: #2B74AB;
}
.TagClassName
{
border-color: #2B74AB;
}
</style>