Shades of Lochmara #2764AD
Tints of Lochmara #2764AD
RGB
CMYK
RGB Variations
Color information
#2764AD (or 0x2764AD) is known color: Lochmara. HEX triplet: 27, 64 and AD. RGB value is (39,100,173). Sum of RGB (Red+Green+Blue) = 39+100+173=312 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.5% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 173 (67.97% from 255 or 55.45% from 312); Max value from RGB is 173 - color contains mainly: blue. Hex color #2764AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2764AD is #D89B52. Grayscale: #595959. Windows color (decimal): -14195539 or 11363367. OLE color: 11363367.
HSL color Cylindrical-coordinate representation of color #2764AD: 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 #2764AD is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 100 | 173 | - |
| CMYK | 0.77 | 0.42 | 0 | 0.32 |
| HSL | 212.69º | 0.63% | 0.42% | - |
| HSV(B) | 212.69º | 0.77% | 0.68% | - |
| XYZ | 12.94 | 12.56 | 41.28 | - |
| YUV | 90.08 | 174.79 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 100 | 173 | 0.77 | 0.42 | 0 | 0.32 | 212.69 | 0.63 | 0.42 |
| Hex | 27 | 64 | AD | 4D | 2A | 0 | 20 | D5 | 3F | 2A |
| Octal | 47 | 144 | 255 | 115 | 52 | 0 | 40 | 325 | 77 | 52 |
| Binary | 100111 | 1100100 | 10101101 | 1001101 | 101010 | 0 | 100000 | 11010101 | 111111 | 101010 |
Color Harmonies of #2764AD
Complementary color
Monochromatic Colors of #2764AD
Black with #2764AD
Text Example
Text Example
White with #2764AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2764AD; }
p { color: rgb(39,100,173); }
H1.HeaderClassName
{
color: #2764AD;
}
.AnyTagClassName
{
color: #2764AD;
}
</style>
background-color css
<style>
a { background-color: #2764AD; }
a { background-color: rgb(39,100,173); }
div.DivClassName
{
background-color: #2764AD;
}
.BgClassName
{
background-color: #2764AD;
}
</style>
border-color css
<style>
span { border-color: #2764AD; }
span { border-color: rgb(39,100,173); }
td.TdClassName
{
border-color: #2764AD;
}
.TagClassName
{
border-color: #2764AD;
}
</style>