Shades of Lochmara #2763AB
Tints of Lochmara #2763AB
RGB
CMYK
RGB Variations
Color information
#2763AB (or 0x2763AB) is known color: Lochmara. HEX triplet: 27, 63 and AB. RGB value is (39,99,171). Sum of RGB (Red+Green+Blue) = 39+99+171=309 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.62% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #2763AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2763AB is #D89C54. Grayscale: #585858. Windows color (decimal): -14195797 or 11232039. OLE color: 11232039.
HSL color Cylindrical-coordinate representation of color #2763AB: hue angle of 212.73º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2763AB is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 99 | 171 | - |
| CMYK | 0.77 | 0.42 | 0 | 0.33 |
| HSL | 212.73º | 0.63% | 0.41% | - |
| HSV(B) | 212.73º | 0.77% | 0.67% | - |
| XYZ | 12.65 | 12.3 | 40.23 | - |
| YUV | 89.27 | 174.12 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 99 | 171 | 0.77 | 0.42 | 0 | 0.33 | 212.73 | 0.63 | 0.41 |
| Hex | 27 | 63 | AB | 4D | 2A | 0 | 21 | D5 | 3F | 29 |
| Octal | 47 | 143 | 253 | 115 | 52 | 0 | 41 | 325 | 77 | 51 |
| Binary | 100111 | 1100011 | 10101011 | 1001101 | 101010 | 0 | 100001 | 11010101 | 111111 | 101001 |
Color Harmonies of #2763AB
Complementary color
Monochromatic Colors of #2763AB
Black with #2763AB
Text Example
Text Example
White with #2763AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2763AB; }
p { color: rgb(39,99,171); }
H1.HeaderClassName
{
color: #2763AB;
}
.AnyTagClassName
{
color: #2763AB;
}
</style>
background-color css
<style>
a { background-color: #2763AB; }
a { background-color: rgb(39,99,171); }
div.DivClassName
{
background-color: #2763AB;
}
.BgClassName
{
background-color: #2763AB;
}
</style>
border-color css
<style>
span { border-color: #2763AB; }
span { border-color: rgb(39,99,171); }
td.TdClassName
{
border-color: #2763AB;
}
.TagClassName
{
border-color: #2763AB;
}
</style>