Shades of Lochmara #2878A4
Tints of Lochmara #2878A4
RGB
CMYK
RGB Variations
Color information
#2878A4 (or 0x2878A4) is known color: Lochmara. HEX triplet: 28, 78 and A4. RGB value is (40,120,164). Sum of RGB (Red+Green+Blue) = 40+120+164=324 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.35% from 324); Green value is 120 (47.27% from 255 or 37.04% from 324); Blue value is 164 (64.45% from 255 or 50.62% from 324); Max value from RGB is 164 - color contains mainly: blue. Hex color #2878A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2878A4 is #D7875B. Grayscale: #646464. Windows color (decimal): -14124892 or 10778664. OLE color: 10778664.
HSL color Cylindrical-coordinate representation of color #2878A4: hue angle of 201.29º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2878A4 is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 120 | 164 | - |
| CMYK | 0.76 | 0.27 | 0 | 0.36 |
| HSL | 201.29º | 0.61% | 0.4% | - |
| HSV(B) | 201.29º | 0.76% | 0.64% | - |
| XYZ | 14.29 | 16.56 | 37.57 | - |
| YUV | 101.1 | 163.5 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 120 | 164 | 0.76 | 0.27 | 0 | 0.36 | 201.29 | 0.61 | 0.4 |
| Hex | 28 | 78 | A4 | 4C | 1B | 0 | 24 | C9 | 3D | 28 |
| Octal | 50 | 170 | 244 | 114 | 33 | 0 | 44 | 311 | 75 | 50 |
| Binary | 101000 | 1111000 | 10100100 | 1001100 | 11011 | 0 | 100100 | 11001001 | 111101 | 101000 |
Color Harmonies of #2878A4
Complementary color
Monochromatic Colors of #2878A4
Black with #2878A4
Text Example
Text Example
White with #2878A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2878A4; }
p { color: rgb(40,120,164); }
H1.HeaderClassName
{
color: #2878A4;
}
.AnyTagClassName
{
color: #2878A4;
}
</style>
background-color css
<style>
a { background-color: #2878A4; }
a { background-color: rgb(40,120,164); }
div.DivClassName
{
background-color: #2878A4;
}
.BgClassName
{
background-color: #2878A4;
}
</style>
border-color css
<style>
span { border-color: #2878A4; }
span { border-color: rgb(40,120,164); }
td.TdClassName
{
border-color: #2878A4;
}
.TagClassName
{
border-color: #2878A4;
}
</style>