Shades of Lochmara #27679D
Tints of Lochmara #27679D
RGB
CMYK
RGB Variations
Color information
#27679D (or 0x27679D) is known color: Lochmara. HEX triplet: 27, 67 and 9D. RGB value is (39,103,157). Sum of RGB (Red+Green+Blue) = 39+103+157=299 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.04% from 299); Green value is 103 (40.62% from 255 or 34.45% from 299); Blue value is 157 (61.72% from 255 or 52.51% from 299); Max value from RGB is 157 - color contains mainly: blue. Hex color #27679D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27679D is #D89862. Grayscale: #595959. Windows color (decimal): -14194787 or 10315559. OLE color: 10315559.
HSL color Cylindrical-coordinate representation of color #27679D: hue angle of 207.46º 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 #27679D is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 39 | 103 | 157 | - |
| CMYK | 0.75 | 0.34 | 0 | 0.38 |
| HSL | 207.46º | 0.6% | 0.38% | - |
| HSV(B) | 207.46º | 0.75% | 0.62% | - |
| XYZ | 11.77 | 12.57 | 33.7 | - |
| YUV | 90.02 | 165.8 | 91.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 103 | 157 | 0.75 | 0.34 | 0 | 0.38 | 207.46 | 0.6 | 0.38 |
| Hex | 27 | 67 | 9D | 4B | 22 | 0 | 26 | CF | 3C | 26 |
| Octal | 47 | 147 | 235 | 113 | 42 | 0 | 46 | 317 | 74 | 46 |
| Binary | 100111 | 1100111 | 10011101 | 1001011 | 100010 | 0 | 100110 | 11001111 | 111100 | 100110 |
Color Harmonies of #27679D
Complementary color
Monochromatic Colors of #27679D
Black with #27679D
Text Example
Text Example
White with #27679D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27679D; }
p { color: rgb(39,103,157); }
H1.HeaderClassName
{
color: #27679D;
}
.AnyTagClassName
{
color: #27679D;
}
</style>
background-color css
<style>
a { background-color: #27679D; }
a { background-color: rgb(39,103,157); }
div.DivClassName
{
background-color: #27679D;
}
.BgClassName
{
background-color: #27679D;
}
</style>
border-color css
<style>
span { border-color: #27679D; }
span { border-color: rgb(39,103,157); }
td.TdClassName
{
border-color: #27679D;
}
.TagClassName
{
border-color: #27679D;
}
</style>