Shades of Lochmara #2875A0
Tints of Lochmara #2875A0
RGB
CMYK
RGB Variations
Color information
#2875A0 (or 0x2875A0) is known color: Lochmara. HEX triplet: 28, 75 and A0. RGB value is (40,117,160). Sum of RGB (Red+Green+Blue) = 40+117+160=317 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.62% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 160 (62.89% from 255 or 50.47% from 317); Max value from RGB is 160 - color contains mainly: blue. Hex color #2875A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2875A0 is #D78A5F. Grayscale: #626262. Windows color (decimal): -14125664 or 10515752. OLE color: 10515752.
HSL color Cylindrical-coordinate representation of color #2875A0: hue angle of 201.5º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2875A0 is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 40 | 117 | 160 | - |
| CMYK | 0.75 | 0.27 | 0 | 0.37 |
| HSL | 201.5º | 0.6% | 0.39% | - |
| HSV(B) | 201.5º | 0.75% | 0.63% | - |
| XYZ | 13.58 | 15.71 | 35.57 | - |
| YUV | 98.88 | 162.49 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 117 | 160 | 0.75 | 0.27 | 0 | 0.37 | 201.5 | 0.6 | 0.39 |
| Hex | 28 | 75 | A0 | 4B | 1B | 0 | 25 | CA | 3C | 27 |
| Octal | 50 | 165 | 240 | 113 | 33 | 0 | 45 | 312 | 74 | 47 |
| Binary | 101000 | 1110101 | 10100000 | 1001011 | 11011 | 0 | 100101 | 11001010 | 111100 | 100111 |
Color Harmonies of #2875A0
Complementary color
Monochromatic Colors of #2875A0
Black with #2875A0
Text Example
Text Example
White with #2875A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2875A0; }
p { color: rgb(40,117,160); }
H1.HeaderClassName
{
color: #2875A0;
}
.AnyTagClassName
{
color: #2875A0;
}
</style>
background-color css
<style>
a { background-color: #2875A0; }
a { background-color: rgb(40,117,160); }
div.DivClassName
{
background-color: #2875A0;
}
.BgClassName
{
background-color: #2875A0;
}
</style>
border-color css
<style>
span { border-color: #2875A0; }
span { border-color: rgb(40,117,160); }
td.TdClassName
{
border-color: #2875A0;
}
.TagClassName
{
border-color: #2875A0;
}
</style>