Shades of Lochmara #2873B6
Tints of Lochmara #2873B6
RGB
CMYK
RGB Variations
Color information
#2873B6 (or 0x2873B6) is known color: Lochmara. HEX triplet: 28, 73 and B6. RGB value is (40,115,182). Sum of RGB (Red+Green+Blue) = 40+115+182=337 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.87% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 182 (71.48% from 255 or 54.01% from 337); Max value from RGB is 182 - color contains mainly: blue. Hex color #2873B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2873B6 is #D78C49. Grayscale: #636363. Windows color (decimal): -14126154 or 11957032. OLE color: 11957032.
HSL color Cylindrical-coordinate representation of color #2873B6: hue angle of 208.31º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2873B6 is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 40 | 115 | 182 | - |
| CMYK | 0.78 | 0.37 | 0 | 0.29 |
| HSL | 208.31º | 0.64% | 0.44% | - |
| HSV(B) | 208.31º | 0.78% | 0.71% | - |
| XYZ | 15.45 | 16.09 | 46.55 | - |
| YUV | 100.21 | 174.15 | 85.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 115 | 182 | 0.78 | 0.37 | 0 | 0.29 | 208.31 | 0.64 | 0.44 |
| Hex | 28 | 73 | B6 | 4E | 25 | 0 | 1D | D0 | 40 | 2C |
| Octal | 50 | 163 | 266 | 116 | 45 | 0 | 35 | 320 | 100 | 54 |
| Binary | 101000 | 1110011 | 10110110 | 1001110 | 100101 | 0 | 11101 | 11010000 | 1000000 | 101100 |
Color Harmonies of #2873B6
Complementary color
Monochromatic Colors of #2873B6
Black with #2873B6
Text Example
Text Example
White with #2873B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2873B6; }
p { color: rgb(40,115,182); }
H1.HeaderClassName
{
color: #2873B6;
}
.AnyTagClassName
{
color: #2873B6;
}
</style>
background-color css
<style>
a { background-color: #2873B6; }
a { background-color: rgb(40,115,182); }
div.DivClassName
{
background-color: #2873B6;
}
.BgClassName
{
background-color: #2873B6;
}
</style>
border-color css
<style>
span { border-color: #2873B6; }
span { border-color: rgb(40,115,182); }
td.TdClassName
{
border-color: #2873B6;
}
.TagClassName
{
border-color: #2873B6;
}
</style>