Shades of Lochmara #2865AC
Tints of Lochmara #2865AC
RGB
CMYK
RGB Variations
Color information
#2865AC (or 0x2865AC) is known color: Lochmara. HEX triplet: 28, 65 and AC. RGB value is (40,101,172). Sum of RGB (Red+Green+Blue) = 40+101+172=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 101 (39.84% from 255 or 32.27% from 313); Blue value is 172 (67.58% from 255 or 54.95% from 313); Max value from RGB is 172 - color contains mainly: blue. Hex color #2865AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2865AC is #D79A53. Grayscale: #5A5A5A. Windows color (decimal): -14129748 or 11298088. OLE color: 11298088.
HSL color Cylindrical-coordinate representation of color #2865AC: hue angle of 212.27º 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 #2865AC is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 101 | 172 | - |
| CMYK | 0.77 | 0.41 | 0 | 0.33 |
| HSL | 212.27º | 0.62% | 0.42% | - |
| HSV(B) | 212.27º | 0.77% | 0.67% | - |
| XYZ | 12.98 | 12.74 | 40.8 | - |
| YUV | 90.86 | 173.79 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 101 | 172 | 0.77 | 0.41 | 0 | 0.33 | 212.27 | 0.62 | 0.42 |
| Hex | 28 | 65 | AC | 4D | 29 | 0 | 21 | D4 | 3E | 2A |
| Octal | 50 | 145 | 254 | 115 | 51 | 0 | 41 | 324 | 76 | 52 |
| Binary | 101000 | 1100101 | 10101100 | 1001101 | 101001 | 0 | 100001 | 11010100 | 111110 | 101010 |
Color Harmonies of #2865AC
Complementary color
Monochromatic Colors of #2865AC
Black with #2865AC
Text Example
Text Example
White with #2865AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2865AC; }
p { color: rgb(40,101,172); }
H1.HeaderClassName
{
color: #2865AC;
}
.AnyTagClassName
{
color: #2865AC;
}
</style>
background-color css
<style>
a { background-color: #2865AC; }
a { background-color: rgb(40,101,172); }
div.DivClassName
{
background-color: #2865AC;
}
.BgClassName
{
background-color: #2865AC;
}
</style>
border-color css
<style>
span { border-color: #2865AC; }
span { border-color: rgb(40,101,172); }
td.TdClassName
{
border-color: #2865AC;
}
.TagClassName
{
border-color: #2865AC;
}
</style>