Shades of Lochmara #2B5CA2
Tints of Lochmara #2B5CA2
RGB
CMYK
RGB Variations
Color information
#2B5CA2 (or 0x2B5CA2) is known color: Lochmara. HEX triplet: 2B, 5C and A2. RGB value is (43,92,162). Sum of RGB (Red+Green+Blue) = 43+92+162=297 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.48% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 162 (63.67% from 255 or 54.55% from 297); Max value from RGB is 162 - color contains mainly: blue. Hex color #2B5CA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B5CA2 is #D4A35D. Grayscale: #555555. Windows color (decimal): -13935454 or 10640427. OLE color: 10640427.
HSL color Cylindrical-coordinate representation of color #2B5CA2: hue angle of 215.29º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B5CA2 is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 43 | 92 | 162 | - |
| CMYK | 0.73 | 0.43 | 0 | 0.36 |
| HSL | 215.29º | 0.58% | 0.4% | - |
| HSV(B) | 215.29º | 0.73% | 0.64% | - |
| XYZ | 11.34 | 10.78 | 35.66 | - |
| YUV | 85.33 | 171.27 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 92 | 162 | 0.73 | 0.43 | 0 | 0.36 | 215.29 | 0.58 | 0.4 |
| Hex | 2B | 5C | A2 | 49 | 2B | 0 | 24 | D7 | 3A | 28 |
| Octal | 53 | 134 | 242 | 111 | 53 | 0 | 44 | 327 | 72 | 50 |
| Binary | 101011 | 1011100 | 10100010 | 1001001 | 101011 | 0 | 100100 | 11010111 | 111010 | 101000 |
Color Harmonies of #2B5CA2
Complementary color
Monochromatic Colors of #2B5CA2
Black with #2B5CA2
Text Example
Text Example
White with #2B5CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5CA2; }
p { color: rgb(43,92,162); }
H1.HeaderClassName
{
color: #2B5CA2;
}
.AnyTagClassName
{
color: #2B5CA2;
}
</style>
background-color css
<style>
a { background-color: #2B5CA2; }
a { background-color: rgb(43,92,162); }
div.DivClassName
{
background-color: #2B5CA2;
}
.BgClassName
{
background-color: #2B5CA2;
}
</style>
border-color css
<style>
span { border-color: #2B5CA2; }
span { border-color: rgb(43,92,162); }
td.TdClassName
{
border-color: #2B5CA2;
}
.TagClassName
{
border-color: #2B5CA2;
}
</style>