Shades of Lochmara #2763AD
Tints of Lochmara #2763AD
RGB
CMYK
RGB Variations
Color information
#2763AD (or 0x2763AD) is known color: Lochmara. HEX triplet: 27, 63 and AD. RGB value is (39,99,173). Sum of RGB (Red+Green+Blue) = 39+99+173=311 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.54% from 311); Green value is 99 (39.06% from 255 or 31.83% from 311); Blue value is 173 (67.97% from 255 or 55.63% from 311); Max value from RGB is 173 - color contains mainly: blue. Hex color #2763AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2763AD is #D89C52. Grayscale: #595959. Windows color (decimal): -14195795 or 11363111. OLE color: 11363111.
HSL color Cylindrical-coordinate representation of color #2763AD: hue angle of 213.13º 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 #2763AD is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 99 | 173 | - |
| CMYK | 0.77 | 0.43 | 0 | 0.32 |
| HSL | 213.13º | 0.63% | 0.42% | - |
| HSV(B) | 213.13º | 0.77% | 0.68% | - |
| XYZ | 12.84 | 12.37 | 41.25 | - |
| YUV | 89.5 | 175.12 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 99 | 173 | 0.77 | 0.43 | 0 | 0.32 | 213.13 | 0.63 | 0.42 |
| Hex | 27 | 63 | AD | 4D | 2B | 0 | 20 | D5 | 3F | 2A |
| Octal | 47 | 143 | 255 | 115 | 53 | 0 | 40 | 325 | 77 | 52 |
| Binary | 100111 | 1100011 | 10101101 | 1001101 | 101011 | 0 | 100000 | 11010101 | 111111 | 101010 |
Color Harmonies of #2763AD
Complementary color
Monochromatic Colors of #2763AD
Black with #2763AD
Text Example
Text Example
White with #2763AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2763AD; }
p { color: rgb(39,99,173); }
H1.HeaderClassName
{
color: #2763AD;
}
.AnyTagClassName
{
color: #2763AD;
}
</style>
background-color css
<style>
a { background-color: #2763AD; }
a { background-color: rgb(39,99,173); }
div.DivClassName
{
background-color: #2763AD;
}
.BgClassName
{
background-color: #2763AD;
}
</style>
border-color css
<style>
span { border-color: #2763AD; }
span { border-color: rgb(39,99,173); }
td.TdClassName
{
border-color: #2763AD;
}
.TagClassName
{
border-color: #2763AD;
}
</style>