Shades of Lochmara #27799C
Tints of Lochmara #27799C
RGB
CMYK
RGB Variations
Color information
#27799C (or 0x27799C) is known color: Lochmara. HEX triplet: 27, 79 and 9C. RGB value is (39,121,156). Sum of RGB (Red+Green+Blue) = 39+121+156=316 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.34% from 316); Green value is 121 (47.66% from 255 or 38.29% from 316); Blue value is 156 (61.33% from 255 or 49.37% from 316); Max value from RGB is 156 - color contains mainly: blue. Hex color #27799C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27799C is #D88663. Grayscale: #646464. Windows color (decimal): -14190180 or 10254631. OLE color: 10254631.
HSL color Cylindrical-coordinate representation of color #27799C: hue angle of 197.95º 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 #27799C is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 39 | 121 | 156 | - |
| CMYK | 0.75 | 0.22 | 0 | 0.39 |
| HSL | 197.95º | 0.6% | 0.38% | - |
| HSV(B) | 197.95º | 0.75% | 0.61% | - |
| XYZ | 13.67 | 16.51 | 33.92 | - |
| YUV | 100.47 | 159.33 | 84.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 121 | 156 | 0.75 | 0.22 | 0 | 0.39 | 197.95 | 0.6 | 0.38 |
| Hex | 27 | 79 | 9C | 4B | 16 | 0 | 27 | C6 | 3C | 26 |
| Octal | 47 | 171 | 234 | 113 | 26 | 0 | 47 | 306 | 74 | 46 |
| Binary | 100111 | 1111001 | 10011100 | 1001011 | 10110 | 0 | 100111 | 11000110 | 111100 | 100110 |
Color Harmonies of #27799C
Complementary color
Monochromatic Colors of #27799C
Black with #27799C
Text Example
Text Example
White with #27799C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27799C; }
p { color: rgb(39,121,156); }
H1.HeaderClassName
{
color: #27799C;
}
.AnyTagClassName
{
color: #27799C;
}
</style>
background-color css
<style>
a { background-color: #27799C; }
a { background-color: rgb(39,121,156); }
div.DivClassName
{
background-color: #27799C;
}
.BgClassName
{
background-color: #27799C;
}
</style>
border-color css
<style>
span { border-color: #27799C; }
span { border-color: rgb(39,121,156); }
td.TdClassName
{
border-color: #27799C;
}
.TagClassName
{
border-color: #27799C;
}
</style>