Shades of Lochmara #276DAE
Tints of Lochmara #276DAE
RGB
CMYK
RGB Variations
Color information
#276DAE (or 0x276DAE) is known color: Lochmara. HEX triplet: 27, 6D and AE. RGB value is (39,109,174). Sum of RGB (Red+Green+Blue) = 39+109+174=322 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.11% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 174 (68.36% from 255 or 54.04% from 322); Max value from RGB is 174 - color contains mainly: blue. Hex color #276DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276DAE is #D89251. Grayscale: #5F5F5F. Windows color (decimal): -14193234 or 11431207. OLE color: 11431207.
HSL color Cylindrical-coordinate representation of color #276DAE: hue angle of 208.89º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #276DAE is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 109 | 174 | - |
| CMYK | 0.78 | 0.37 | 0 | 0.32 |
| HSL | 208.89º | 0.63% | 0.42% | - |
| HSV(B) | 208.89º | 0.78% | 0.68% | - |
| XYZ | 13.95 | 14.42 | 42.09 | - |
| YUV | 95.48 | 172.31 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 109 | 174 | 0.78 | 0.37 | 0 | 0.32 | 208.89 | 0.63 | 0.42 |
| Hex | 27 | 6D | AE | 4E | 25 | 0 | 20 | D1 | 3F | 2A |
| Octal | 47 | 155 | 256 | 116 | 45 | 0 | 40 | 321 | 77 | 52 |
| Binary | 100111 | 1101101 | 10101110 | 1001110 | 100101 | 0 | 100000 | 11010001 | 111111 | 101010 |
Color Harmonies of #276DAE
Complementary color
Monochromatic Colors of #276DAE
Black with #276DAE
Text Example
Text Example
White with #276DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276DAE; }
p { color: rgb(39,109,174); }
H1.HeaderClassName
{
color: #276DAE;
}
.AnyTagClassName
{
color: #276DAE;
}
</style>
background-color css
<style>
a { background-color: #276DAE; }
a { background-color: rgb(39,109,174); }
div.DivClassName
{
background-color: #276DAE;
}
.BgClassName
{
background-color: #276DAE;
}
</style>
border-color css
<style>
span { border-color: #276DAE; }
span { border-color: rgb(39,109,174); }
td.TdClassName
{
border-color: #276DAE;
}
.TagClassName
{
border-color: #276DAE;
}
</style>