Shades of Lochmara #2879AF
Tints of Lochmara #2879AF
RGB
CMYK
RGB Variations
Color information
#2879AF (or 0x2879AF) is known color: Lochmara. HEX triplet: 28, 79 and AF. RGB value is (40,121,175). Sum of RGB (Red+Green+Blue) = 40+121+175=336 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.90% from 336); Green value is 121 (47.66% from 255 or 36.01% from 336); Blue value is 175 (68.75% from 255 or 52.08% from 336); Max value from RGB is 175 - color contains mainly: blue. Hex color #2879AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2879AF is #D78650. Grayscale: #666666. Windows color (decimal): -14124625 or 11499816. OLE color: 11499816.
HSL color Cylindrical-coordinate representation of color #2879AF: hue angle of 204º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2879AF is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 121 | 175 | - |
| CMYK | 0.77 | 0.31 | 0 | 0.31 |
| HSL | 204º | 0.63% | 0.42% | - |
| HSV(B) | 204º | 0.77% | 0.69% | - |
| XYZ | 15.45 | 17.22 | 43.07 | - |
| YUV | 102.94 | 168.66 | 83.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 121 | 175 | 0.77 | 0.31 | 0 | 0.31 | 204 | 0.63 | 0.42 |
| Hex | 28 | 79 | AF | 4D | 1F | 0 | 1F | CC | 3F | 2A |
| Octal | 50 | 171 | 257 | 115 | 37 | 0 | 37 | 314 | 77 | 52 |
| Binary | 101000 | 1111001 | 10101111 | 1001101 | 11111 | 0 | 11111 | 11001100 | 111111 | 101010 |
Color Harmonies of #2879AF
Complementary color
Monochromatic Colors of #2879AF
Black with #2879AF
Text Example
Text Example
White with #2879AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2879AF; }
p { color: rgb(40,121,175); }
H1.HeaderClassName
{
color: #2879AF;
}
.AnyTagClassName
{
color: #2879AF;
}
</style>
background-color css
<style>
a { background-color: #2879AF; }
a { background-color: rgb(40,121,175); }
div.DivClassName
{
background-color: #2879AF;
}
.BgClassName
{
background-color: #2879AF;
}
</style>
border-color css
<style>
span { border-color: #2879AF; }
span { border-color: rgb(40,121,175); }
td.TdClassName
{
border-color: #2879AF;
}
.TagClassName
{
border-color: #2879AF;
}
</style>