Shades of Lochmara #27729D
Tints of Lochmara #27729D
RGB
CMYK
RGB Variations
Color information
#27729D (or 0x27729D) is known color: Lochmara. HEX triplet: 27, 72 and 9D. RGB value is (39,114,157). Sum of RGB (Red+Green+Blue) = 39+114+157=310 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.58% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 157 (61.72% from 255 or 50.65% from 310); Max value from RGB is 157 - color contains mainly: blue. Hex color #27729D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27729D is #D88D62. Grayscale: #606060. Windows color (decimal): -14191971 or 10318375. OLE color: 10318375.
HSL color Cylindrical-coordinate representation of color #27729D: hue angle of 201.86º 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 #27729D is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 39 | 114 | 157 | - |
| CMYK | 0.75 | 0.27 | 0 | 0.38 |
| HSL | 201.86º | 0.6% | 0.38% | - |
| HSV(B) | 201.86º | 0.75% | 0.62% | - |
| XYZ | 12.94 | 14.9 | 34.09 | - |
| YUV | 96.48 | 162.15 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 114 | 157 | 0.75 | 0.27 | 0 | 0.38 | 201.86 | 0.6 | 0.38 |
| Hex | 27 | 72 | 9D | 4B | 1B | 0 | 26 | CA | 3C | 26 |
| Octal | 47 | 162 | 235 | 113 | 33 | 0 | 46 | 312 | 74 | 46 |
| Binary | 100111 | 1110010 | 10011101 | 1001011 | 11011 | 0 | 100110 | 11001010 | 111100 | 100110 |
Color Harmonies of #27729D
Complementary color
Monochromatic Colors of #27729D
Black with #27729D
Text Example
Text Example
White with #27729D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27729D; }
p { color: rgb(39,114,157); }
H1.HeaderClassName
{
color: #27729D;
}
.AnyTagClassName
{
color: #27729D;
}
</style>
background-color css
<style>
a { background-color: #27729D; }
a { background-color: rgb(39,114,157); }
div.DivClassName
{
background-color: #27729D;
}
.BgClassName
{
background-color: #27729D;
}
</style>
border-color css
<style>
span { border-color: #27729D; }
span { border-color: rgb(39,114,157); }
td.TdClassName
{
border-color: #27729D;
}
.TagClassName
{
border-color: #27729D;
}
</style>