Shades of Lochmara #27759B
Tints of Lochmara #27759B
RGB
CMYK
RGB Variations
Color information
#27759B (or 0x27759B) is known color: Lochmara. HEX triplet: 27, 75 and 9B. RGB value is (39,117,155). Sum of RGB (Red+Green+Blue) = 39+117+155=311 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.54% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #27759B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27759B is #D88A64. Grayscale: #616161. Windows color (decimal): -14191205 or 10188071. OLE color: 10188071.
HSL color Cylindrical-coordinate representation of color #27759B: hue angle of 199.66º 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 #27759B is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 39 | 117 | 155 | - |
| CMYK | 0.75 | 0.25 | 0 | 0.39 |
| HSL | 199.66º | 0.6% | 0.38% | - |
| HSV(B) | 199.66º | 0.75% | 0.61% | - |
| XYZ | 13.11 | 15.52 | 33.31 | - |
| YUV | 98.01 | 160.16 | 85.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 117 | 155 | 0.75 | 0.25 | 0 | 0.39 | 199.66 | 0.6 | 0.38 |
| Hex | 27 | 75 | 9B | 4B | 19 | 0 | 27 | C8 | 3C | 26 |
| Octal | 47 | 165 | 233 | 113 | 31 | 0 | 47 | 310 | 74 | 46 |
| Binary | 100111 | 1110101 | 10011011 | 1001011 | 11001 | 0 | 100111 | 11001000 | 111100 | 100110 |
Color Harmonies of #27759B
Complementary color
Monochromatic Colors of #27759B
Black with #27759B
Text Example
Text Example
White with #27759B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27759B; }
p { color: rgb(39,117,155); }
H1.HeaderClassName
{
color: #27759B;
}
.AnyTagClassName
{
color: #27759B;
}
</style>
background-color css
<style>
a { background-color: #27759B; }
a { background-color: rgb(39,117,155); }
div.DivClassName
{
background-color: #27759B;
}
.BgClassName
{
background-color: #27759B;
}
</style>
border-color css
<style>
span { border-color: #27759B; }
span { border-color: rgb(39,117,155); }
td.TdClassName
{
border-color: #27759B;
}
.TagClassName
{
border-color: #27759B;
}
</style>