Shades of Lochmara #2865A6
Tints of Lochmara #2865A6
RGB
CMYK
RGB Variations
Color information
#2865A6 (or 0x2865A6) is known color: Lochmara. HEX triplet: 28, 65 and A6. RGB value is (40,101,166). Sum of RGB (Red+Green+Blue) = 40+101+166=307 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.03% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 166 (65.23% from 255 or 54.07% from 307); Max value from RGB is 166 - color contains mainly: blue. Hex color #2865A6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2865A6 is #D79A59. Grayscale: #595959. Windows color (decimal): -14129754 or 10904872. OLE color: 10904872.
HSL color Cylindrical-coordinate representation of color #2865A6: hue angle of 210.95º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2865A6 is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 101 | 166 | - |
| CMYK | 0.76 | 0.39 | 0 | 0.35 |
| HSL | 210.95º | 0.61% | 0.4% | - |
| HSV(B) | 210.95º | 0.76% | 0.65% | - |
| XYZ | 12.41 | 12.51 | 37.84 | - |
| YUV | 90.17 | 170.79 | 92.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 101 | 166 | 0.76 | 0.39 | 0 | 0.35 | 210.95 | 0.61 | 0.4 |
| Hex | 28 | 65 | A6 | 4C | 27 | 0 | 23 | D3 | 3D | 28 |
| Octal | 50 | 145 | 246 | 114 | 47 | 0 | 43 | 323 | 75 | 50 |
| Binary | 101000 | 1100101 | 10100110 | 1001100 | 100111 | 0 | 100011 | 11010011 | 111101 | 101000 |
Color Harmonies of #2865A6
Complementary color
Monochromatic Colors of #2865A6
Black with #2865A6
Text Example
Text Example
White with #2865A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2865A6; }
p { color: rgb(40,101,166); }
H1.HeaderClassName
{
color: #2865A6;
}
.AnyTagClassName
{
color: #2865A6;
}
</style>
background-color css
<style>
a { background-color: #2865A6; }
a { background-color: rgb(40,101,166); }
div.DivClassName
{
background-color: #2865A6;
}
.BgClassName
{
background-color: #2865A6;
}
</style>
border-color css
<style>
span { border-color: #2865A6; }
span { border-color: rgb(40,101,166); }
td.TdClassName
{
border-color: #2865A6;
}
.TagClassName
{
border-color: #2865A6;
}
</style>