Shades of Lochmara #26779E
Tints of Lochmara #26779E
RGB
CMYK
RGB Variations
Color information
#26779E (or 0x26779E) is known color: Lochmara. HEX triplet: 26, 77 and 9E. RGB value is (38,119,158). Sum of RGB (Red+Green+Blue) = 38+119+158=315 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.06% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 158 (62.11% from 255 or 50.16% from 315); Max value from RGB is 158 - color contains mainly: blue. Hex color #26779E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26779E is #D98861. Grayscale: #626262. Windows color (decimal): -14256226 or 10385190. OLE color: 10385190.
HSL color Cylindrical-coordinate representation of color #26779E: hue angle of 199.5º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26779E is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 119 | 158 | - |
| CMYK | 0.76 | 0.25 | 0 | 0.38 |
| HSL | 199.5º | 0.61% | 0.38% | - |
| HSV(B) | 199.5º | 0.76% | 0.62% | - |
| XYZ | 13.57 | 16.07 | 34.74 | - |
| YUV | 99.23 | 161.16 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 119 | 158 | 0.76 | 0.25 | 0 | 0.38 | 199.5 | 0.61 | 0.38 |
| Hex | 26 | 77 | 9E | 4C | 19 | 0 | 26 | C8 | 3D | 26 |
| Octal | 46 | 167 | 236 | 114 | 31 | 0 | 46 | 310 | 75 | 46 |
| Binary | 100110 | 1110111 | 10011110 | 1001100 | 11001 | 0 | 100110 | 11001000 | 111101 | 100110 |
Color Harmonies of #26779E
Complementary color
Monochromatic Colors of #26779E
Black with #26779E
Text Example
Text Example
White with #26779E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26779E; }
p { color: rgb(38,119,158); }
H1.HeaderClassName
{
color: #26779E;
}
.AnyTagClassName
{
color: #26779E;
}
</style>
background-color css
<style>
a { background-color: #26779E; }
a { background-color: rgb(38,119,158); }
div.DivClassName
{
background-color: #26779E;
}
.BgClassName
{
background-color: #26779E;
}
</style>
border-color css
<style>
span { border-color: #26779E; }
span { border-color: rgb(38,119,158); }
td.TdClassName
{
border-color: #26779E;
}
.TagClassName
{
border-color: #26779E;
}
</style>