Shades of Lochmara #27739C
Tints of Lochmara #27739C
RGB
CMYK
RGB Variations
Color information
#27739C (or 0x27739C) is known color: Lochmara. HEX triplet: 27, 73 and 9C. RGB value is (39,115,156). Sum of RGB (Red+Green+Blue) = 39+115+156=310 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.58% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 156 (61.33% from 255 or 50.32% from 310); Max value from RGB is 156 - color contains mainly: blue. Hex color #27739C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27739C is #D88C63. Grayscale: #606060. Windows color (decimal): -14191716 or 10253095. OLE color: 10253095.
HSL color Cylindrical-coordinate representation of color #27739C: hue angle of 201.03º 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 #27739C is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 39 | 115 | 156 | - |
| CMYK | 0.75 | 0.26 | 0 | 0.39 |
| HSL | 201.03º | 0.6% | 0.38% | - |
| HSV(B) | 201.03º | 0.75% | 0.61% | - |
| XYZ | 12.97 | 15.09 | 33.68 | - |
| YUV | 96.95 | 161.32 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 115 | 156 | 0.75 | 0.26 | 0 | 0.39 | 201.03 | 0.6 | 0.38 |
| Hex | 27 | 73 | 9C | 4B | 1A | 0 | 27 | C9 | 3C | 26 |
| Octal | 47 | 163 | 234 | 113 | 32 | 0 | 47 | 311 | 74 | 46 |
| Binary | 100111 | 1110011 | 10011100 | 1001011 | 11010 | 0 | 100111 | 11001001 | 111100 | 100110 |
Color Harmonies of #27739C
Complementary color
Monochromatic Colors of #27739C
Black with #27739C
Text Example
Text Example
White with #27739C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27739C; }
p { color: rgb(39,115,156); }
H1.HeaderClassName
{
color: #27739C;
}
.AnyTagClassName
{
color: #27739C;
}
</style>
background-color css
<style>
a { background-color: #27739C; }
a { background-color: rgb(39,115,156); }
div.DivClassName
{
background-color: #27739C;
}
.BgClassName
{
background-color: #27739C;
}
</style>
border-color css
<style>
span { border-color: #27739C; }
span { border-color: rgb(39,115,156); }
td.TdClassName
{
border-color: #27739C;
}
.TagClassName
{
border-color: #27739C;
}
</style>