Shades of Lochmara #27709E
Tints of Lochmara #27709E
RGB
CMYK
RGB Variations
Color information
#27709E (or 0x27709E) is known color: Lochmara. HEX triplet: 27, 70 and 9E. RGB value is (39,112,158). Sum of RGB (Red+Green+Blue) = 39+112+158=309 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.62% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 158 (62.11% from 255 or 51.13% from 309); Max value from RGB is 158 - color contains mainly: blue. Hex color #27709E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27709E is #D88F61. Grayscale: #5F5F5F. Windows color (decimal): -14192482 or 10383399. OLE color: 10383399.
HSL color Cylindrical-coordinate representation of color #27709E: hue angle of 203.19º 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 #27709E is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 39 | 112 | 158 | - |
| CMYK | 0.75 | 0.29 | 0 | 0.38 |
| HSL | 203.19º | 0.6% | 0.39% | - |
| HSV(B) | 203.19º | 0.75% | 0.62% | - |
| XYZ | 12.8 | 14.49 | 34.47 | - |
| YUV | 95.42 | 163.32 | 87.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 112 | 158 | 0.75 | 0.29 | 0 | 0.38 | 203.19 | 0.6 | 0.39 |
| Hex | 27 | 70 | 9E | 4B | 1D | 0 | 26 | CB | 3C | 27 |
| Octal | 47 | 160 | 236 | 113 | 35 | 0 | 46 | 313 | 74 | 47 |
| Binary | 100111 | 1110000 | 10011110 | 1001011 | 11101 | 0 | 100110 | 11001011 | 111100 | 100111 |
Color Harmonies of #27709E
Complementary color
Monochromatic Colors of #27709E
Black with #27709E
Text Example
Text Example
White with #27709E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27709E; }
p { color: rgb(39,112,158); }
H1.HeaderClassName
{
color: #27709E;
}
.AnyTagClassName
{
color: #27709E;
}
</style>
background-color css
<style>
a { background-color: #27709E; }
a { background-color: rgb(39,112,158); }
div.DivClassName
{
background-color: #27709E;
}
.BgClassName
{
background-color: #27709E;
}
</style>
border-color css
<style>
span { border-color: #27709E; }
span { border-color: rgb(39,112,158); }
td.TdClassName
{
border-color: #27709E;
}
.TagClassName
{
border-color: #27709E;
}
</style>