Shades of Lochmara #2862AF
Tints of Lochmara #2862AF
RGB
CMYK
RGB Variations
Color information
#2862AF (or 0x2862AF) is known color: Lochmara. HEX triplet: 28, 62 and AF. RGB value is (40,98,175). Sum of RGB (Red+Green+Blue) = 40+98+175=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 175 (68.75% from 255 or 55.91% from 313); Max value from RGB is 175 - color contains mainly: blue. Hex color #2862AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2862AF is #D79D50. Grayscale: #595959. Windows color (decimal): -14130513 or 11493928. OLE color: 11493928.
HSL color Cylindrical-coordinate representation of color #2862AF: hue angle of 214.22º 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 #2862AF is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 98 | 175 | - |
| CMYK | 0.77 | 0.44 | 0 | 0.31 |
| HSL | 214.22º | 0.63% | 0.42% | - |
| HSV(B) | 214.22º | 0.77% | 0.69% | - |
| XYZ | 12.98 | 12.28 | 42.24 | - |
| YUV | 89.44 | 176.28 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 98 | 175 | 0.77 | 0.44 | 0 | 0.31 | 214.22 | 0.63 | 0.42 |
| Hex | 28 | 62 | AF | 4D | 2C | 0 | 1F | D6 | 3F | 2A |
| Octal | 50 | 142 | 257 | 115 | 54 | 0 | 37 | 326 | 77 | 52 |
| Binary | 101000 | 1100010 | 10101111 | 1001101 | 101100 | 0 | 11111 | 11010110 | 111111 | 101010 |
Color Harmonies of #2862AF
Complementary color
Monochromatic Colors of #2862AF
Black with #2862AF
Text Example
Text Example
White with #2862AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2862AF; }
p { color: rgb(40,98,175); }
H1.HeaderClassName
{
color: #2862AF;
}
.AnyTagClassName
{
color: #2862AF;
}
</style>
background-color css
<style>
a { background-color: #2862AF; }
a { background-color: rgb(40,98,175); }
div.DivClassName
{
background-color: #2862AF;
}
.BgClassName
{
background-color: #2862AF;
}
</style>
border-color css
<style>
span { border-color: #2862AF; }
span { border-color: rgb(40,98,175); }
td.TdClassName
{
border-color: #2862AF;
}
.TagClassName
{
border-color: #2862AF;
}
</style>