Shades of Lochmara #2C62AF
Tints of Lochmara #2C62AF
RGB
CMYK
RGB Variations
Color information
#2C62AF (or 0x2C62AF) is known color: Lochmara. HEX triplet: 2C, 62 and AF. RGB value is (44,98,175). Sum of RGB (Red+Green+Blue) = 44+98+175=317 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.88% from 317); Green value is 98 (38.67% from 255 or 30.91% from 317); Blue value is 175 (68.75% from 255 or 55.21% from 317); Max value from RGB is 175 - color contains mainly: blue. Hex color #2C62AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C62AF is #D39D50. Grayscale: #5A5A5A. Windows color (decimal): -13868369 or 11493932. OLE color: 11493932.
HSL color Cylindrical-coordinate representation of color #2C62AF: hue angle of 215.27º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2C62AF is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 44 | 98 | 175 | - |
| CMYK | 0.75 | 0.44 | 0 | 0.31 |
| HSL | 215.27º | 0.6% | 0.43% | - |
| HSV(B) | 215.27º | 0.75% | 0.69% | - |
| XYZ | 13.14 | 12.37 | 42.25 | - |
| YUV | 90.63 | 175.61 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 98 | 175 | 0.75 | 0.44 | 0 | 0.31 | 215.27 | 0.6 | 0.43 |
| Hex | 2C | 62 | AF | 4B | 2C | 0 | 1F | D7 | 3C | 2B |
| Octal | 54 | 142 | 257 | 113 | 54 | 0 | 37 | 327 | 74 | 53 |
| Binary | 101100 | 1100010 | 10101111 | 1001011 | 101100 | 0 | 11111 | 11010111 | 111100 | 101011 |
Color Harmonies of #2C62AF
Complementary color
Monochromatic Colors of #2C62AF
Black with #2C62AF
Text Example
Text Example
White with #2C62AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C62AF; }
p { color: rgb(44,98,175); }
H1.HeaderClassName
{
color: #2C62AF;
}
.AnyTagClassName
{
color: #2C62AF;
}
</style>
background-color css
<style>
a { background-color: #2C62AF; }
a { background-color: rgb(44,98,175); }
div.DivClassName
{
background-color: #2C62AF;
}
.BgClassName
{
background-color: #2C62AF;
}
</style>
border-color css
<style>
span { border-color: #2C62AF; }
span { border-color: rgb(44,98,175); }
td.TdClassName
{
border-color: #2C62AF;
}
.TagClassName
{
border-color: #2C62AF;
}
</style>