Shades of Lochmara #2873AD
Tints of Lochmara #2873AD
RGB
CMYK
RGB Variations
Color information
#2873AD (or 0x2873AD) is known color: Lochmara. HEX triplet: 28, 73 and AD. RGB value is (40,115,173). Sum of RGB (Red+Green+Blue) = 40+115+173=328 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.20% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 173 (67.97% from 255 or 52.74% from 328); Max value from RGB is 173 - color contains mainly: blue. Hex color #2873AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2873AD is #D78C52. Grayscale: #626262. Windows color (decimal): -14126163 or 11367208. OLE color: 11367208.
HSL color Cylindrical-coordinate representation of color #2873AD: hue angle of 206.17º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2873AD is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 115 | 173 | - |
| CMYK | 0.77 | 0.34 | 0 | 0.32 |
| HSL | 206.17º | 0.62% | 0.42% | - |
| HSV(B) | 206.17º | 0.77% | 0.68% | - |
| XYZ | 14.55 | 15.73 | 41.8 | - |
| YUV | 99.19 | 169.65 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 115 | 173 | 0.77 | 0.34 | 0 | 0.32 | 206.17 | 0.62 | 0.42 |
| Hex | 28 | 73 | AD | 4D | 22 | 0 | 20 | CE | 3E | 2A |
| Octal | 50 | 163 | 255 | 115 | 42 | 0 | 40 | 316 | 76 | 52 |
| Binary | 101000 | 1110011 | 10101101 | 1001101 | 100010 | 0 | 100000 | 11001110 | 111110 | 101010 |
Color Harmonies of #2873AD
Complementary color
Monochromatic Colors of #2873AD
Black with #2873AD
Text Example
Text Example
White with #2873AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2873AD; }
p { color: rgb(40,115,173); }
H1.HeaderClassName
{
color: #2873AD;
}
.AnyTagClassName
{
color: #2873AD;
}
</style>
background-color css
<style>
a { background-color: #2873AD; }
a { background-color: rgb(40,115,173); }
div.DivClassName
{
background-color: #2873AD;
}
.BgClassName
{
background-color: #2873AD;
}
</style>
border-color css
<style>
span { border-color: #2873AD; }
span { border-color: rgb(40,115,173); }
td.TdClassName
{
border-color: #2873AD;
}
.TagClassName
{
border-color: #2873AD;
}
</style>