Shades of Lochmara #2761A6
Tints of Lochmara #2761A6
RGB
CMYK
RGB Variations
Color information
#2761A6 (or 0x2761A6) is known color: Lochmara. HEX triplet: 27, 61 and A6. RGB value is (39,97,166). Sum of RGB (Red+Green+Blue) = 39+97+166=302 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.91% from 302); Green value is 97 (38.28% from 255 or 32.12% from 302); Blue value is 166 (65.23% from 255 or 54.97% from 302); Max value from RGB is 166 - color contains mainly: blue. Hex color #2761A6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2761A6 is #D89E59. Grayscale: #575757. Windows color (decimal): -14196314 or 10903847. OLE color: 10903847.
HSL color Cylindrical-coordinate representation of color #2761A6: hue angle of 212.6º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2761A6 is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 39 | 97 | 166 | - |
| CMYK | 0.77 | 0.42 | 0 | 0.35 |
| HSL | 212.6º | 0.62% | 0.4% | - |
| HSV(B) | 212.6º | 0.77% | 0.65% | - |
| XYZ | 11.99 | 11.73 | 37.71 | - |
| YUV | 87.52 | 172.28 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 97 | 166 | 0.77 | 0.42 | 0 | 0.35 | 212.6 | 0.62 | 0.4 |
| Hex | 27 | 61 | A6 | 4D | 2A | 0 | 23 | D5 | 3E | 28 |
| Octal | 47 | 141 | 246 | 115 | 52 | 0 | 43 | 325 | 76 | 50 |
| Binary | 100111 | 1100001 | 10100110 | 1001101 | 101010 | 0 | 100011 | 11010101 | 111110 | 101000 |
Color Harmonies of #2761A6
Complementary color
Monochromatic Colors of #2761A6
Black with #2761A6
Text Example
Text Example
White with #2761A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2761A6; }
p { color: rgb(39,97,166); }
H1.HeaderClassName
{
color: #2761A6;
}
.AnyTagClassName
{
color: #2761A6;
}
</style>
background-color css
<style>
a { background-color: #2761A6; }
a { background-color: rgb(39,97,166); }
div.DivClassName
{
background-color: #2761A6;
}
.BgClassName
{
background-color: #2761A6;
}
</style>
border-color css
<style>
span { border-color: #2761A6; }
span { border-color: rgb(39,97,166); }
td.TdClassName
{
border-color: #2761A6;
}
.TagClassName
{
border-color: #2761A6;
}
</style>