Shades of Lochmara #27639D
Tints of Lochmara #27639D
RGB
CMYK
RGB Variations
Color information
#27639D (or 0x27639D) is known color: Lochmara. HEX triplet: 27, 63 and 9D. RGB value is (39,99,157). Sum of RGB (Red+Green+Blue) = 39+99+157=295 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.22% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 157 (61.72% from 255 or 53.22% from 295); Max value from RGB is 157 - color contains mainly: blue. Hex color #27639D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27639D is #D89C62. Grayscale: #575757. Windows color (decimal): -14195811 or 10314535. OLE color: 10314535.
HSL color Cylindrical-coordinate representation of color #27639D: hue angle of 209.49º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27639D is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 39 | 99 | 157 | - |
| CMYK | 0.75 | 0.37 | 0 | 0.38 |
| HSL | 209.49º | 0.6% | 0.38% | - |
| HSV(B) | 209.49º | 0.75% | 0.62% | - |
| XYZ | 11.38 | 11.79 | 33.57 | - |
| YUV | 87.67 | 167.12 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 99 | 157 | 0.75 | 0.37 | 0 | 0.38 | 209.49 | 0.6 | 0.38 |
| Hex | 27 | 63 | 9D | 4B | 25 | 0 | 26 | D1 | 3C | 26 |
| Octal | 47 | 143 | 235 | 113 | 45 | 0 | 46 | 321 | 74 | 46 |
| Binary | 100111 | 1100011 | 10011101 | 1001011 | 100101 | 0 | 100110 | 11010001 | 111100 | 100110 |
Color Harmonies of #27639D
Complementary color
Monochromatic Colors of #27639D
Black with #27639D
Text Example
Text Example
White with #27639D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27639D; }
p { color: rgb(39,99,157); }
H1.HeaderClassName
{
color: #27639D;
}
.AnyTagClassName
{
color: #27639D;
}
</style>
background-color css
<style>
a { background-color: #27639D; }
a { background-color: rgb(39,99,157); }
div.DivClassName
{
background-color: #27639D;
}
.BgClassName
{
background-color: #27639D;
}
</style>
border-color css
<style>
span { border-color: #27639D; }
span { border-color: rgb(39,99,157); }
td.TdClassName
{
border-color: #27639D;
}
.TagClassName
{
border-color: #27639D;
}
</style>