Shades of Lochmara #27779B
Tints of Lochmara #27779B
RGB
CMYK
RGB Variations
Color information
#27779B (or 0x27779B) is known color: Lochmara. HEX triplet: 27, 77 and 9B. RGB value is (39,119,155). Sum of RGB (Red+Green+Blue) = 39+119+155=313 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.46% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 155 (60.94% from 255 or 49.52% from 313); Max value from RGB is 155 - color contains mainly: blue. Hex color #27779B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27779B is #D88864. Grayscale: #626262. Windows color (decimal): -14190693 or 10188583. OLE color: 10188583.
HSL color Cylindrical-coordinate representation of color #27779B: hue angle of 198.62º 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 #27779B is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 39 | 119 | 155 | - |
| CMYK | 0.75 | 0.23 | 0 | 0.39 |
| HSL | 198.62º | 0.6% | 0.38% | - |
| HSV(B) | 198.62º | 0.75% | 0.61% | - |
| XYZ | 13.35 | 15.99 | 33.39 | - |
| YUV | 99.18 | 159.5 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 119 | 155 | 0.75 | 0.23 | 0 | 0.39 | 198.62 | 0.6 | 0.38 |
| Hex | 27 | 77 | 9B | 4B | 17 | 0 | 27 | C7 | 3C | 26 |
| Octal | 47 | 167 | 233 | 113 | 27 | 0 | 47 | 307 | 74 | 46 |
| Binary | 100111 | 1110111 | 10011011 | 1001011 | 10111 | 0 | 100111 | 11000111 | 111100 | 100110 |
Color Harmonies of #27779B
Complementary color
Monochromatic Colors of #27779B
Black with #27779B
Text Example
Text Example
White with #27779B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27779B; }
p { color: rgb(39,119,155); }
H1.HeaderClassName
{
color: #27779B;
}
.AnyTagClassName
{
color: #27779B;
}
</style>
background-color css
<style>
a { background-color: #27779B; }
a { background-color: rgb(39,119,155); }
div.DivClassName
{
background-color: #27779B;
}
.BgClassName
{
background-color: #27779B;
}
</style>
border-color css
<style>
span { border-color: #27779B; }
span { border-color: rgb(39,119,155); }
td.TdClassName
{
border-color: #27779B;
}
.TagClassName
{
border-color: #27779B;
}
</style>