Shades of Lochmara #2878AC
Tints of Lochmara #2878AC
RGB
CMYK
RGB Variations
Color information
#2878AC (or 0x2878AC) is known color: Lochmara. HEX triplet: 28, 78 and AC. RGB value is (40,120,172). Sum of RGB (Red+Green+Blue) = 40+120+172=332 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.05% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 172 (67.58% from 255 or 51.81% from 332); Max value from RGB is 172 - color contains mainly: blue. Hex color #2878AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2878AC is #D78753. Grayscale: #656565. Windows color (decimal): -14124884 or 11302952. OLE color: 11302952.
HSL color Cylindrical-coordinate representation of color #2878AC: hue angle of 203.64º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2878AC is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 120 | 172 | - |
| CMYK | 0.77 | 0.30 | 0 | 0.33 |
| HSL | 203.64º | 0.62% | 0.42% | - |
| HSV(B) | 203.64º | 0.77% | 0.67% | - |
| XYZ | 15.04 | 16.86 | 41.49 | - |
| YUV | 102.01 | 167.5 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 120 | 172 | 0.77 | 0.30 | 0 | 0.33 | 203.64 | 0.62 | 0.42 |
| Hex | 28 | 78 | AC | 4D | 1E | 0 | 21 | CC | 3E | 2A |
| Octal | 50 | 170 | 254 | 115 | 36 | 0 | 41 | 314 | 76 | 52 |
| Binary | 101000 | 1111000 | 10101100 | 1001101 | 11110 | 0 | 100001 | 11001100 | 111110 | 101010 |
Color Harmonies of #2878AC
Complementary color
Monochromatic Colors of #2878AC
Black with #2878AC
Text Example
Text Example
White with #2878AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2878AC; }
p { color: rgb(40,120,172); }
H1.HeaderClassName
{
color: #2878AC;
}
.AnyTagClassName
{
color: #2878AC;
}
</style>
background-color css
<style>
a { background-color: #2878AC; }
a { background-color: rgb(40,120,172); }
div.DivClassName
{
background-color: #2878AC;
}
.BgClassName
{
background-color: #2878AC;
}
</style>
border-color css
<style>
span { border-color: #2878AC; }
span { border-color: rgb(40,120,172); }
td.TdClassName
{
border-color: #2878AC;
}
.TagClassName
{
border-color: #2878AC;
}
</style>