Shades of Lochmara #27659C
Tints of Lochmara #27659C
RGB
CMYK
RGB Variations
Color information
#27659C (or 0x27659C) is known color: Lochmara. HEX triplet: 27, 65 and 9C. RGB value is (39,101,156). Sum of RGB (Red+Green+Blue) = 39+101+156=296 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.18% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 156 (61.33% from 255 or 52.70% from 296); Max value from RGB is 156 - color contains mainly: blue. Hex color #27659C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27659C is #D89A63. Grayscale: #585858. Windows color (decimal): -14195300 or 10249511. OLE color: 10249511.
HSL color Cylindrical-coordinate representation of color #27659C: hue angle of 208.21º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27659C is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 39 | 101 | 156 | - |
| CMYK | 0.75 | 0.35 | 0 | 0.39 |
| HSL | 208.21º | 0.6% | 0.38% | - |
| HSV(B) | 208.21º | 0.75% | 0.61% | - |
| XYZ | 11.49 | 12.14 | 33.19 | - |
| YUV | 88.73 | 165.96 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 101 | 156 | 0.75 | 0.35 | 0 | 0.39 | 208.21 | 0.6 | 0.38 |
| Hex | 27 | 65 | 9C | 4B | 23 | 0 | 27 | D0 | 3C | 26 |
| Octal | 47 | 145 | 234 | 113 | 43 | 0 | 47 | 320 | 74 | 46 |
| Binary | 100111 | 1100101 | 10011100 | 1001011 | 100011 | 0 | 100111 | 11010000 | 111100 | 100110 |
Color Harmonies of #27659C
Complementary color
Monochromatic Colors of #27659C
Black with #27659C
Text Example
Text Example
White with #27659C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27659C; }
p { color: rgb(39,101,156); }
H1.HeaderClassName
{
color: #27659C;
}
.AnyTagClassName
{
color: #27659C;
}
</style>
background-color css
<style>
a { background-color: #27659C; }
a { background-color: rgb(39,101,156); }
div.DivClassName
{
background-color: #27659C;
}
.BgClassName
{
background-color: #27659C;
}
</style>
border-color css
<style>
span { border-color: #27659C; }
span { border-color: rgb(39,101,156); }
td.TdClassName
{
border-color: #27659C;
}
.TagClassName
{
border-color: #27659C;
}
</style>