Shades of Lochmara #276D96
Tints of Lochmara #276D96
RGB
CMYK
RGB Variations
Color information
#276D96 (or 0x276D96) is known color: Lochmara. HEX triplet: 27, 6D and 96. RGB value is (39,109,150). Sum of RGB (Red+Green+Blue) = 39+109+150=298 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.09% from 298); Green value is 109 (42.97% from 255 or 36.58% from 298); Blue value is 150 (58.98% from 255 or 50.34% from 298); Max value from RGB is 150 - color contains mainly: blue. Hex color #276D96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276D96 is #D89269. Grayscale: #5C5C5C. Windows color (decimal): -14193258 or 9858343. OLE color: 9858343.
HSL color Cylindrical-coordinate representation of color #276D96: hue angle of 202.16º 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 #276D96 is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 39 | 109 | 150 | - |
| CMYK | 0.74 | 0.27 | 0 | 0.41 |
| HSL | 202.16º | 0.59% | 0.37% | - |
| HSV(B) | 202.16º | 0.74% | 0.59% | - |
| XYZ | 11.81 | 13.57 | 30.85 | - |
| YUV | 92.74 | 160.31 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 109 | 150 | 0.74 | 0.27 | 0 | 0.41 | 202.16 | 0.59 | 0.37 |
| Hex | 27 | 6D | 96 | 4A | 1B | 0 | 29 | CA | 3B | 25 |
| Octal | 47 | 155 | 226 | 112 | 33 | 0 | 51 | 312 | 73 | 45 |
| Binary | 100111 | 1101101 | 10010110 | 1001010 | 11011 | 0 | 101001 | 11001010 | 111011 | 100101 |
Color Harmonies of #276D96
Complementary color
Monochromatic Colors of #276D96
Black with #276D96
Text Example
Text Example
White with #276D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276D96; }
p { color: rgb(39,109,150); }
H1.HeaderClassName
{
color: #276D96;
}
.AnyTagClassName
{
color: #276D96;
}
</style>
background-color css
<style>
a { background-color: #276D96; }
a { background-color: rgb(39,109,150); }
div.DivClassName
{
background-color: #276D96;
}
.BgClassName
{
background-color: #276D96;
}
</style>
border-color css
<style>
span { border-color: #276D96; }
span { border-color: rgb(39,109,150); }
td.TdClassName
{
border-color: #276D96;
}
.TagClassName
{
border-color: #276D96;
}
</style>