Shades of Lochmara #2761AD
Tints of Lochmara #2761AD
RGB
CMYK
RGB Variations
Color information
#2761AD (or 0x2761AD) is known color: Lochmara. HEX triplet: 27, 61 and AD. RGB value is (39,97,173). Sum of RGB (Red+Green+Blue) = 39+97+173=309 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.62% from 309); Green value is 97 (38.28% from 255 or 31.39% from 309); Blue value is 173 (67.97% from 255 or 55.99% from 309); Max value from RGB is 173 - color contains mainly: blue. Hex color #2761AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2761AD is #D89E52. Grayscale: #575757. Windows color (decimal): -14196307 or 11362599. OLE color: 11362599.
HSL color Cylindrical-coordinate representation of color #2761AD: hue angle of 214.03º 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 #2761AD is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 97 | 173 | - |
| CMYK | 0.77 | 0.44 | 0 | 0.32 |
| HSL | 214.03º | 0.63% | 0.42% | - |
| HSV(B) | 214.03º | 0.77% | 0.68% | - |
| XYZ | 12.65 | 12 | 41.18 | - |
| YUV | 88.32 | 175.78 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 97 | 173 | 0.77 | 0.44 | 0 | 0.32 | 214.03 | 0.63 | 0.42 |
| Hex | 27 | 61 | AD | 4D | 2C | 0 | 20 | D6 | 3F | 2A |
| Octal | 47 | 141 | 255 | 115 | 54 | 0 | 40 | 326 | 77 | 52 |
| Binary | 100111 | 1100001 | 10101101 | 1001101 | 101100 | 0 | 100000 | 11010110 | 111111 | 101010 |
Color Harmonies of #2761AD
Complementary color
Monochromatic Colors of #2761AD
Black with #2761AD
Text Example
Text Example
White with #2761AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2761AD; }
p { color: rgb(39,97,173); }
H1.HeaderClassName
{
color: #2761AD;
}
.AnyTagClassName
{
color: #2761AD;
}
</style>
background-color css
<style>
a { background-color: #2761AD; }
a { background-color: rgb(39,97,173); }
div.DivClassName
{
background-color: #2761AD;
}
.BgClassName
{
background-color: #2761AD;
}
</style>
border-color css
<style>
span { border-color: #2761AD; }
span { border-color: rgb(39,97,173); }
td.TdClassName
{
border-color: #2761AD;
}
.TagClassName
{
border-color: #2761AD;
}
</style>