Shades of Lochmara #27609C
Tints of Lochmara #27609C
RGB
CMYK
RGB Variations
Color information
#27609C (or 0x27609C) is known color: Lochmara. HEX triplet: 27, 60 and 9C. RGB value is (39,96,156). Sum of RGB (Red+Green+Blue) = 39+96+156=291 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.40% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 156 (61.33% from 255 or 53.61% from 291); Max value from RGB is 156 - color contains mainly: blue. Hex color #27609C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27609C is #D89F63. Grayscale: #555555. Windows color (decimal): -14196580 or 10248231. OLE color: 10248231.
HSL color Cylindrical-coordinate representation of color #27609C: hue angle of 210.77º 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 #27609C is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 39 | 96 | 156 | - |
| CMYK | 0.75 | 0.38 | 0 | 0.39 |
| HSL | 210.77º | 0.6% | 0.38% | - |
| HSV(B) | 210.77º | 0.75% | 0.61% | - |
| XYZ | 11.02 | 11.2 | 33.03 | - |
| YUV | 85.8 | 167.62 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 96 | 156 | 0.75 | 0.38 | 0 | 0.39 | 210.77 | 0.6 | 0.38 |
| Hex | 27 | 60 | 9C | 4B | 26 | 0 | 27 | D3 | 3C | 26 |
| Octal | 47 | 140 | 234 | 113 | 46 | 0 | 47 | 323 | 74 | 46 |
| Binary | 100111 | 1100000 | 10011100 | 1001011 | 100110 | 0 | 100111 | 11010011 | 111100 | 100110 |
Color Harmonies of #27609C
Complementary color
Monochromatic Colors of #27609C
Black with #27609C
Text Example
Text Example
White with #27609C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27609C; }
p { color: rgb(39,96,156); }
H1.HeaderClassName
{
color: #27609C;
}
.AnyTagClassName
{
color: #27609C;
}
</style>
background-color css
<style>
a { background-color: #27609C; }
a { background-color: rgb(39,96,156); }
div.DivClassName
{
background-color: #27609C;
}
.BgClassName
{
background-color: #27609C;
}
</style>
border-color css
<style>
span { border-color: #27609C; }
span { border-color: rgb(39,96,156); }
td.TdClassName
{
border-color: #27609C;
}
.TagClassName
{
border-color: #27609C;
}
</style>