Shades of Lochmara #2873B1
Tints of Lochmara #2873B1
RGB
CMYK
RGB Variations
Color information
#2873B1 (or 0x2873B1) is known color: Lochmara. HEX triplet: 28, 73 and B1. RGB value is (40,115,177). Sum of RGB (Red+Green+Blue) = 40+115+177=332 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.05% from 332); Green value is 115 (45.31% from 255 or 34.64% from 332); Blue value is 177 (69.53% from 255 or 53.31% from 332); Max value from RGB is 177 - color contains mainly: blue. Hex color #2873B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2873B1 is #D78C4E. Grayscale: #636363. Windows color (decimal): -14126159 or 11629352. OLE color: 11629352.
HSL color Cylindrical-coordinate representation of color #2873B1: hue angle of 207.15º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2873B1 is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 115 | 177 | - |
| CMYK | 0.77 | 0.35 | 0 | 0.31 |
| HSL | 207.15º | 0.63% | 0.43% | - |
| HSV(B) | 207.15º | 0.77% | 0.69% | - |
| XYZ | 14.94 | 15.89 | 43.87 | - |
| YUV | 99.64 | 171.65 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 115 | 177 | 0.77 | 0.35 | 0 | 0.31 | 207.15 | 0.63 | 0.43 |
| Hex | 28 | 73 | B1 | 4D | 23 | 0 | 1F | CF | 3F | 2B |
| Octal | 50 | 163 | 261 | 115 | 43 | 0 | 37 | 317 | 77 | 53 |
| Binary | 101000 | 1110011 | 10110001 | 1001101 | 100011 | 0 | 11111 | 11001111 | 111111 | 101011 |
Color Harmonies of #2873B1
Complementary color
Monochromatic Colors of #2873B1
Black with #2873B1
Text Example
Text Example
White with #2873B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2873B1; }
p { color: rgb(40,115,177); }
H1.HeaderClassName
{
color: #2873B1;
}
.AnyTagClassName
{
color: #2873B1;
}
</style>
background-color css
<style>
a { background-color: #2873B1; }
a { background-color: rgb(40,115,177); }
div.DivClassName
{
background-color: #2873B1;
}
.BgClassName
{
background-color: #2873B1;
}
</style>
border-color css
<style>
span { border-color: #2873B1; }
span { border-color: rgb(40,115,177); }
td.TdClassName
{
border-color: #2873B1;
}
.TagClassName
{
border-color: #2873B1;
}
</style>