Shades of Lochmara #277095
Tints of Lochmara #277095
RGB
CMYK
RGB Variations
Color information
#277095 (or 0x277095) is known color: Lochmara. HEX triplet: 27, 70 and 95. RGB value is (39,112,149). Sum of RGB (Red+Green+Blue) = 39+112+149=300 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 149 (58.59% from 255 or 49.67% from 300); Max value from RGB is 149 - color contains mainly: blue. Hex color #277095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277095 is #D88F6A. Grayscale: #5E5E5E. Windows color (decimal): -14192491 or 9793575. OLE color: 9793575.
HSL color Cylindrical-coordinate representation of color #277095: hue angle of 200.18º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #277095 is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 112 | 149 | - |
| CMYK | 0.74 | 0.25 | 0 | 0.42 |
| HSL | 200.18º | 0.59% | 0.37% | - |
| HSV(B) | 200.18º | 0.74% | 0.58% | - |
| XYZ | 12.06 | 14.19 | 30.54 | - |
| YUV | 94.39 | 158.82 | 88.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 112 | 149 | 0.74 | 0.25 | 0 | 0.42 | 200.18 | 0.59 | 0.37 |
| Hex | 27 | 70 | 95 | 4A | 19 | 0 | 2A | C8 | 3B | 25 |
| Octal | 47 | 160 | 225 | 112 | 31 | 0 | 52 | 310 | 73 | 45 |
| Binary | 100111 | 1110000 | 10010101 | 1001010 | 11001 | 0 | 101010 | 11001000 | 111011 | 100101 |
Color Harmonies of #277095
Complementary color
Monochromatic Colors of #277095
Black with #277095
Text Example
Text Example
White with #277095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277095; }
p { color: rgb(39,112,149); }
H1.HeaderClassName
{
color: #277095;
}
.AnyTagClassName
{
color: #277095;
}
</style>
background-color css
<style>
a { background-color: #277095; }
a { background-color: rgb(39,112,149); }
div.DivClassName
{
background-color: #277095;
}
.BgClassName
{
background-color: #277095;
}
</style>
border-color css
<style>
span { border-color: #277095; }
span { border-color: rgb(39,112,149); }
td.TdClassName
{
border-color: #277095;
}
.TagClassName
{
border-color: #277095;
}
</style>