Shades of Lochmara #276AAC
Tints of Lochmara #276AAC
RGB
CMYK
RGB Variations
Color information
#276AAC (or 0x276AAC) is known color: Lochmara. HEX triplet: 27, 6A and AC. RGB value is (39,106,172). Sum of RGB (Red+Green+Blue) = 39+106+172=317 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.30% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #276AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276AAC is #D89553. Grayscale: #5D5D5D. Windows color (decimal): -14194004 or 11299367. OLE color: 11299367.
HSL color Cylindrical-coordinate representation of color #276AAC: hue angle of 209.77º 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 #276AAC is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 106 | 172 | - |
| CMYK | 0.77 | 0.38 | 0 | 0.33 |
| HSL | 209.77º | 0.63% | 0.41% | - |
| HSV(B) | 209.77º | 0.77% | 0.67% | - |
| XYZ | 13.44 | 13.72 | 40.97 | - |
| YUV | 93.49 | 172.3 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 106 | 172 | 0.77 | 0.38 | 0 | 0.33 | 209.77 | 0.63 | 0.41 |
| Hex | 27 | 6A | AC | 4D | 26 | 0 | 21 | D2 | 3F | 29 |
| Octal | 47 | 152 | 254 | 115 | 46 | 0 | 41 | 322 | 77 | 51 |
| Binary | 100111 | 1101010 | 10101100 | 1001101 | 100110 | 0 | 100001 | 11010010 | 111111 | 101001 |
Color Harmonies of #276AAC
Complementary color
Monochromatic Colors of #276AAC
Black with #276AAC
Text Example
Text Example
White with #276AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276AAC; }
p { color: rgb(39,106,172); }
H1.HeaderClassName
{
color: #276AAC;
}
.AnyTagClassName
{
color: #276AAC;
}
</style>
background-color css
<style>
a { background-color: #276AAC; }
a { background-color: rgb(39,106,172); }
div.DivClassName
{
background-color: #276AAC;
}
.BgClassName
{
background-color: #276AAC;
}
</style>
border-color css
<style>
span { border-color: #276AAC; }
span { border-color: rgb(39,106,172); }
td.TdClassName
{
border-color: #276AAC;
}
.TagClassName
{
border-color: #276AAC;
}
</style>