Shades of Lochmara #27689E
Tints of Lochmara #27689E
RGB
CMYK
RGB Variations
Color information
#27689E (or 0x27689E) is known color: Lochmara. HEX triplet: 27, 68 and 9E. RGB value is (39,104,158). Sum of RGB (Red+Green+Blue) = 39+104+158=301 (39% of max value = 765). Red value is 39 (15.62% from 255 or 12.96% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 158 (62.11% from 255 or 52.49% from 301); Max value from RGB is 158 - color contains mainly: blue. Hex color #27689E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27689E is #D89761. Grayscale: #5A5A5A. Windows color (decimal): -14194530 or 10381351. OLE color: 10381351.
HSL color Cylindrical-coordinate representation of color #27689E: hue angle of 207.23º degrees, saturation: 0.6, 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 #27689E is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 39 | 104 | 158 | - |
| CMYK | 0.75 | 0.34 | 0 | 0.38 |
| HSL | 207.23º | 0.6% | 0.39% | - |
| HSV(B) | 207.23º | 0.75% | 0.62% | - |
| XYZ | 11.96 | 12.8 | 34.19 | - |
| YUV | 90.72 | 165.97 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 104 | 158 | 0.75 | 0.34 | 0 | 0.38 | 207.23 | 0.6 | 0.39 |
| Hex | 27 | 68 | 9E | 4B | 22 | 0 | 26 | CF | 3C | 27 |
| Octal | 47 | 150 | 236 | 113 | 42 | 0 | 46 | 317 | 74 | 47 |
| Binary | 100111 | 1101000 | 10011110 | 1001011 | 100010 | 0 | 100110 | 11001111 | 111100 | 100111 |
Color Harmonies of #27689E
Complementary color
Monochromatic Colors of #27689E
Black with #27689E
Text Example
Text Example
White with #27689E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27689E; }
p { color: rgb(39,104,158); }
H1.HeaderClassName
{
color: #27689E;
}
.AnyTagClassName
{
color: #27689E;
}
</style>
background-color css
<style>
a { background-color: #27689E; }
a { background-color: rgb(39,104,158); }
div.DivClassName
{
background-color: #27689E;
}
.BgClassName
{
background-color: #27689E;
}
</style>
border-color css
<style>
span { border-color: #27689E; }
span { border-color: rgb(39,104,158); }
td.TdClassName
{
border-color: #27689E;
}
.TagClassName
{
border-color: #27689E;
}
</style>