Shades of Lochmara #27769C
Tints of Lochmara #27769C
RGB
CMYK
RGB Variations
Color information
#27769C (or 0x27769C) is known color: Lochmara. HEX triplet: 27, 76 and 9C. RGB value is (39,118,156). Sum of RGB (Red+Green+Blue) = 39+118+156=313 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.46% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 156 (61.33% from 255 or 49.84% from 313); Max value from RGB is 156 - color contains mainly: blue. Hex color #27769C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27769C is #D88963. Grayscale: #626262. Windows color (decimal): -14190948 or 10253863. OLE color: 10253863.
HSL color Cylindrical-coordinate representation of color #27769C: hue angle of 199.49º 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 #27769C is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 39 | 118 | 156 | - |
| CMYK | 0.75 | 0.24 | 0 | 0.39 |
| HSL | 199.49º | 0.6% | 0.38% | - |
| HSV(B) | 199.49º | 0.75% | 0.61% | - |
| XYZ | 13.32 | 15.79 | 33.8 | - |
| YUV | 98.71 | 160.33 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 118 | 156 | 0.75 | 0.24 | 0 | 0.39 | 199.49 | 0.6 | 0.38 |
| Hex | 27 | 76 | 9C | 4B | 18 | 0 | 27 | C7 | 3C | 26 |
| Octal | 47 | 166 | 234 | 113 | 30 | 0 | 47 | 307 | 74 | 46 |
| Binary | 100111 | 1110110 | 10011100 | 1001011 | 11000 | 0 | 100111 | 11000111 | 111100 | 100110 |
Color Harmonies of #27769C
Complementary color
Monochromatic Colors of #27769C
Black with #27769C
Text Example
Text Example
White with #27769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27769C; }
p { color: rgb(39,118,156); }
H1.HeaderClassName
{
color: #27769C;
}
.AnyTagClassName
{
color: #27769C;
}
</style>
background-color css
<style>
a { background-color: #27769C; }
a { background-color: rgb(39,118,156); }
div.DivClassName
{
background-color: #27769C;
}
.BgClassName
{
background-color: #27769C;
}
</style>
border-color css
<style>
span { border-color: #27769C; }
span { border-color: rgb(39,118,156); }
td.TdClassName
{
border-color: #27769C;
}
.TagClassName
{
border-color: #27769C;
}
</style>