Shades of Lochmara #276A97
Tints of Lochmara #276A97
RGB
CMYK
RGB Variations
Color information
#276A97 (or 0x276A97) is known color: Lochmara. HEX triplet: 27, 6A and 97. RGB value is (39,106,151). Sum of RGB (Red+Green+Blue) = 39+106+151=296 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.18% from 296); Green value is 106 (41.80% from 255 or 35.81% from 296); Blue value is 151 (59.38% from 255 or 51.01% from 296); Max value from RGB is 151 - color contains mainly: blue. Hex color #276A97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276A97 is #D89568. Grayscale: #5A5A5A. Windows color (decimal): -14194025 or 9923111. OLE color: 9923111.
HSL color Cylindrical-coordinate representation of color #276A97: hue angle of 204.11º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #276A97 is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 39 | 106 | 151 | - |
| CMYK | 0.74 | 0.30 | 0 | 0.41 |
| HSL | 204.11º | 0.59% | 0.37% | - |
| HSV(B) | 204.11º | 0.74% | 0.59% | - |
| XYZ | 11.58 | 12.97 | 31.17 | - |
| YUV | 91.1 | 161.8 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 106 | 151 | 0.74 | 0.30 | 0 | 0.41 | 204.11 | 0.59 | 0.37 |
| Hex | 27 | 6A | 97 | 4A | 1E | 0 | 29 | CC | 3B | 25 |
| Octal | 47 | 152 | 227 | 112 | 36 | 0 | 51 | 314 | 73 | 45 |
| Binary | 100111 | 1101010 | 10010111 | 1001010 | 11110 | 0 | 101001 | 11001100 | 111011 | 100101 |
Color Harmonies of #276A97
Complementary color
Monochromatic Colors of #276A97
Black with #276A97
Text Example
Text Example
White with #276A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276A97; }
p { color: rgb(39,106,151); }
H1.HeaderClassName
{
color: #276A97;
}
.AnyTagClassName
{
color: #276A97;
}
</style>
background-color css
<style>
a { background-color: #276A97; }
a { background-color: rgb(39,106,151); }
div.DivClassName
{
background-color: #276A97;
}
.BgClassName
{
background-color: #276A97;
}
</style>
border-color css
<style>
span { border-color: #276A97; }
span { border-color: rgb(39,106,151); }
td.TdClassName
{
border-color: #276A97;
}
.TagClassName
{
border-color: #276A97;
}
</style>