Shades of Lochmara #27639F
Tints of Lochmara #27639F
RGB
CMYK
RGB Variations
Color information
#27639F (or 0x27639F) is known color: Lochmara. HEX triplet: 27, 63 and 9F. RGB value is (39,99,159). Sum of RGB (Red+Green+Blue) = 39+99+159=297 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.13% from 297); Green value is 99 (39.06% from 255 or 33.33% from 297); Blue value is 159 (62.5% from 255 or 53.54% from 297); Max value from RGB is 159 - color contains mainly: blue. Hex color #27639F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27639F is #D89C60. Grayscale: #575757. Windows color (decimal): -14195809 or 10445607. OLE color: 10445607.
HSL color Cylindrical-coordinate representation of color #27639F: hue angle of 210º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27639F is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 39 | 99 | 159 | - |
| CMYK | 0.75 | 0.38 | 0 | 0.38 |
| HSL | 210º | 0.61% | 0.39% | - |
| HSV(B) | 210º | 0.75% | 0.62% | - |
| XYZ | 11.56 | 11.86 | 34.48 | - |
| YUV | 87.9 | 168.12 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 99 | 159 | 0.75 | 0.38 | 0 | 0.38 | 210 | 0.61 | 0.39 |
| Hex | 27 | 63 | 9F | 4B | 26 | 0 | 26 | D2 | 3D | 27 |
| Octal | 47 | 143 | 237 | 113 | 46 | 0 | 46 | 322 | 75 | 47 |
| Binary | 100111 | 1100011 | 10011111 | 1001011 | 100110 | 0 | 100110 | 11010010 | 111101 | 100111 |
Color Harmonies of #27639F
Complementary color
Monochromatic Colors of #27639F
Black with #27639F
Text Example
Text Example
White with #27639F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27639F; }
p { color: rgb(39,99,159); }
H1.HeaderClassName
{
color: #27639F;
}
.AnyTagClassName
{
color: #27639F;
}
</style>
background-color css
<style>
a { background-color: #27639F; }
a { background-color: rgb(39,99,159); }
div.DivClassName
{
background-color: #27639F;
}
.BgClassName
{
background-color: #27639F;
}
</style>
border-color css
<style>
span { border-color: #27639F; }
span { border-color: rgb(39,99,159); }
td.TdClassName
{
border-color: #27639F;
}
.TagClassName
{
border-color: #27639F;
}
</style>