Shades of Lochmara #2863AC
Tints of Lochmara #2863AC
RGB
CMYK
RGB Variations
Color information
#2863AC (or 0x2863AC) is known color: Lochmara. HEX triplet: 28, 63 and AC. RGB value is (40,99,172). Sum of RGB (Red+Green+Blue) = 40+99+172=311 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.86% from 311); Green value is 99 (39.06% from 255 or 31.83% from 311); Blue value is 172 (67.58% from 255 or 55.31% from 311); Max value from RGB is 172 - color contains mainly: blue. Hex color #2863AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2863AC is #D79C53. Grayscale: #595959. Windows color (decimal): -14130260 or 11297576. OLE color: 11297576.
HSL color Cylindrical-coordinate representation of color #2863AC: hue angle of 213.18º 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 #2863AC is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 99 | 172 | - |
| CMYK | 0.77 | 0.42 | 0 | 0.33 |
| HSL | 213.18º | 0.62% | 0.42% | - |
| HSV(B) | 213.18º | 0.77% | 0.67% | - |
| XYZ | 12.78 | 12.35 | 40.74 | - |
| YUV | 89.68 | 174.45 | 92.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 99 | 172 | 0.77 | 0.42 | 0 | 0.33 | 213.18 | 0.62 | 0.42 |
| Hex | 28 | 63 | AC | 4D | 2A | 0 | 21 | D5 | 3E | 2A |
| Octal | 50 | 143 | 254 | 115 | 52 | 0 | 41 | 325 | 76 | 52 |
| Binary | 101000 | 1100011 | 10101100 | 1001101 | 101010 | 0 | 100001 | 11010101 | 111110 | 101010 |
Color Harmonies of #2863AC
Complementary color
Monochromatic Colors of #2863AC
Black with #2863AC
Text Example
Text Example
White with #2863AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2863AC; }
p { color: rgb(40,99,172); }
H1.HeaderClassName
{
color: #2863AC;
}
.AnyTagClassName
{
color: #2863AC;
}
</style>
background-color css
<style>
a { background-color: #2863AC; }
a { background-color: rgb(40,99,172); }
div.DivClassName
{
background-color: #2863AC;
}
.BgClassName
{
background-color: #2863AC;
}
</style>
border-color css
<style>
span { border-color: #2863AC; }
span { border-color: rgb(40,99,172); }
td.TdClassName
{
border-color: #2863AC;
}
.TagClassName
{
border-color: #2863AC;
}
</style>