Shades of Lochmara #276E9F
Tints of Lochmara #276E9F
RGB
CMYK
RGB Variations
Color information
#276E9F (or 0x276E9F) is known color: Lochmara. HEX triplet: 27, 6E and 9F. RGB value is (39,110,159). Sum of RGB (Red+Green+Blue) = 39+110+159=308 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.66% from 308); Green value is 110 (43.36% from 255 or 35.71% from 308); Blue value is 159 (62.5% from 255 or 51.62% from 308); Max value from RGB is 159 - color contains mainly: blue. Hex color #276E9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276E9F is #D89160. Grayscale: #5E5E5E. Windows color (decimal): -14192993 or 10448423. OLE color: 10448423.
HSL color Cylindrical-coordinate representation of color #276E9F: hue angle of 204.5º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #276E9F is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 39 | 110 | 159 | - |
| CMYK | 0.75 | 0.31 | 0 | 0.38 |
| HSL | 204.5º | 0.61% | 0.39% | - |
| HSV(B) | 204.5º | 0.75% | 0.62% | - |
| XYZ | 12.67 | 14.09 | 34.85 | - |
| YUV | 94.36 | 164.48 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 110 | 159 | 0.75 | 0.31 | 0 | 0.38 | 204.5 | 0.61 | 0.39 |
| Hex | 27 | 6E | 9F | 4B | 1F | 0 | 26 | CC | 3D | 27 |
| Octal | 47 | 156 | 237 | 113 | 37 | 0 | 46 | 314 | 75 | 47 |
| Binary | 100111 | 1101110 | 10011111 | 1001011 | 11111 | 0 | 100110 | 11001100 | 111101 | 100111 |
Color Harmonies of #276E9F
Complementary color
Monochromatic Colors of #276E9F
Black with #276E9F
Text Example
Text Example
White with #276E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276E9F; }
p { color: rgb(39,110,159); }
H1.HeaderClassName
{
color: #276E9F;
}
.AnyTagClassName
{
color: #276E9F;
}
</style>
background-color css
<style>
a { background-color: #276E9F; }
a { background-color: rgb(39,110,159); }
div.DivClassName
{
background-color: #276E9F;
}
.BgClassName
{
background-color: #276E9F;
}
</style>
border-color css
<style>
span { border-color: #276E9F; }
span { border-color: rgb(39,110,159); }
td.TdClassName
{
border-color: #276E9F;
}
.TagClassName
{
border-color: #276E9F;
}
</style>