Shades of Lochmara #2865AE
Tints of Lochmara #2865AE
RGB
CMYK
RGB Variations
Color information
#2865AE (or 0x2865AE) is known color: Lochmara. HEX triplet: 28, 65 and AE. RGB value is (40,101,174). Sum of RGB (Red+Green+Blue) = 40+101+174=315 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.70% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 174 (68.36% from 255 or 55.24% from 315); Max value from RGB is 174 - color contains mainly: blue. Hex color #2865AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2865AE is #D79A51. Grayscale: #5A5A5A. Windows color (decimal): -14129746 or 11429160. OLE color: 11429160.
HSL color Cylindrical-coordinate representation of color #2865AE: hue angle of 212.69º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2865AE is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 101 | 174 | - |
| CMYK | 0.77 | 0.42 | 0 | 0.32 |
| HSL | 212.69º | 0.63% | 0.42% | - |
| HSV(B) | 212.69º | 0.77% | 0.68% | - |
| XYZ | 13.17 | 12.81 | 41.82 | - |
| YUV | 91.08 | 174.79 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 101 | 174 | 0.77 | 0.42 | 0 | 0.32 | 212.69 | 0.63 | 0.42 |
| Hex | 28 | 65 | AE | 4D | 2A | 0 | 20 | D5 | 3F | 2A |
| Octal | 50 | 145 | 256 | 115 | 52 | 0 | 40 | 325 | 77 | 52 |
| Binary | 101000 | 1100101 | 10101110 | 1001101 | 101010 | 0 | 100000 | 11010101 | 111111 | 101010 |
Color Harmonies of #2865AE
Complementary color
Monochromatic Colors of #2865AE
Black with #2865AE
Text Example
Text Example
White with #2865AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2865AE; }
p { color: rgb(40,101,174); }
H1.HeaderClassName
{
color: #2865AE;
}
.AnyTagClassName
{
color: #2865AE;
}
</style>
background-color css
<style>
a { background-color: #2865AE; }
a { background-color: rgb(40,101,174); }
div.DivClassName
{
background-color: #2865AE;
}
.BgClassName
{
background-color: #2865AE;
}
</style>
border-color css
<style>
span { border-color: #2865AE; }
span { border-color: rgb(40,101,174); }
td.TdClassName
{
border-color: #2865AE;
}
.TagClassName
{
border-color: #2865AE;
}
</style>