Shades of Lochmara #276AAA
Tints of Lochmara #276AAA
RGB
CMYK
RGB Variations
Color information
#276AAA (or 0x276AAA) is known color: Lochmara. HEX triplet: 27, 6A and AA. RGB value is (39,106,170). Sum of RGB (Red+Green+Blue) = 39+106+170=315 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.38% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 170 (66.80% from 255 or 53.97% from 315); Max value from RGB is 170 - color contains mainly: blue. Hex color #276AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276AAA is #D89555. Grayscale: #5C5C5C. Windows color (decimal): -14194006 or 11168295. OLE color: 11168295.
HSL color Cylindrical-coordinate representation of color #276AAA: hue angle of 209.31º 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 #276AAA is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 106 | 170 | - |
| CMYK | 0.77 | 0.38 | 0 | 0.33 |
| HSL | 209.31º | 0.63% | 0.41% | - |
| HSV(B) | 209.31º | 0.77% | 0.67% | - |
| XYZ | 13.25 | 13.64 | 39.97 | - |
| YUV | 93.26 | 171.3 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 106 | 170 | 0.77 | 0.38 | 0 | 0.33 | 209.31 | 0.63 | 0.41 |
| Hex | 27 | 6A | AA | 4D | 26 | 0 | 21 | D1 | 3F | 29 |
| Octal | 47 | 152 | 252 | 115 | 46 | 0 | 41 | 321 | 77 | 51 |
| Binary | 100111 | 1101010 | 10101010 | 1001101 | 100110 | 0 | 100001 | 11010001 | 111111 | 101001 |
Color Harmonies of #276AAA
Complementary color
Monochromatic Colors of #276AAA
Black with #276AAA
Text Example
Text Example
White with #276AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276AAA; }
p { color: rgb(39,106,170); }
H1.HeaderClassName
{
color: #276AAA;
}
.AnyTagClassName
{
color: #276AAA;
}
</style>
background-color css
<style>
a { background-color: #276AAA; }
a { background-color: rgb(39,106,170); }
div.DivClassName
{
background-color: #276AAA;
}
.BgClassName
{
background-color: #276AAA;
}
</style>
border-color css
<style>
span { border-color: #276AAA; }
span { border-color: rgb(39,106,170); }
td.TdClassName
{
border-color: #276AAA;
}
.TagClassName
{
border-color: #276AAA;
}
</style>