Shades of Lochmara #2875A2
Tints of Lochmara #2875A2
RGB
CMYK
RGB Variations
Color information
#2875A2 (or 0x2875A2) is known color: Lochmara. HEX triplet: 28, 75 and A2. RGB value is (40,117,162). Sum of RGB (Red+Green+Blue) = 40+117+162=319 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.54% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 162 (63.67% from 255 or 50.78% from 319); Max value from RGB is 162 - color contains mainly: blue. Hex color #2875A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2875A2 is #D78A5D. Grayscale: #626262. Windows color (decimal): -14125662 or 10646824. OLE color: 10646824.
HSL color Cylindrical-coordinate representation of color #2875A2: hue angle of 202.13º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2875A2 is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 117 | 162 | - |
| CMYK | 0.75 | 0.28 | 0 | 0.36 |
| HSL | 202.13º | 0.6% | 0.4% | - |
| HSV(B) | 202.13º | 0.75% | 0.64% | - |
| XYZ | 13.76 | 15.78 | 36.5 | - |
| YUV | 99.11 | 163.49 | 85.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 117 | 162 | 0.75 | 0.28 | 0 | 0.36 | 202.13 | 0.6 | 0.4 |
| Hex | 28 | 75 | A2 | 4B | 1C | 0 | 24 | CA | 3C | 28 |
| Octal | 50 | 165 | 242 | 113 | 34 | 0 | 44 | 312 | 74 | 50 |
| Binary | 101000 | 1110101 | 10100010 | 1001011 | 11100 | 0 | 100100 | 11001010 | 111100 | 101000 |
Color Harmonies of #2875A2
Complementary color
Monochromatic Colors of #2875A2
Black with #2875A2
Text Example
Text Example
White with #2875A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2875A2; }
p { color: rgb(40,117,162); }
H1.HeaderClassName
{
color: #2875A2;
}
.AnyTagClassName
{
color: #2875A2;
}
</style>
background-color css
<style>
a { background-color: #2875A2; }
a { background-color: rgb(40,117,162); }
div.DivClassName
{
background-color: #2875A2;
}
.BgClassName
{
background-color: #2875A2;
}
</style>
border-color css
<style>
span { border-color: #2875A2; }
span { border-color: rgb(40,117,162); }
td.TdClassName
{
border-color: #2875A2;
}
.TagClassName
{
border-color: #2875A2;
}
</style>