Shades of Lochmara #26689E
Tints of Lochmara #26689E
RGB
CMYK
RGB Variations
Color information
#26689E (or 0x26689E) is known color: Lochmara. HEX triplet: 26, 68 and 9E. RGB value is (38,104,158). Sum of RGB (Red+Green+Blue) = 38+104+158=300 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.67% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 158 (62.11% from 255 or 52.67% from 300); Max value from RGB is 158 - color contains mainly: blue. Hex color #26689E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26689E is #D99761. Grayscale: #5A5A5A. Windows color (decimal): -14260066 or 10381350. OLE color: 10381350.
HSL color Cylindrical-coordinate representation of color #26689E: hue angle of 207º 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 #26689E is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 104 | 158 | - |
| CMYK | 0.76 | 0.34 | 0 | 0.38 |
| HSL | 207º | 0.61% | 0.38% | - |
| HSV(B) | 207º | 0.76% | 0.62% | - |
| XYZ | 11.92 | 12.78 | 34.19 | - |
| YUV | 90.42 | 166.13 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 104 | 158 | 0.76 | 0.34 | 0 | 0.38 | 207 | 0.61 | 0.38 |
| Hex | 26 | 68 | 9E | 4C | 22 | 0 | 26 | CF | 3D | 26 |
| Octal | 46 | 150 | 236 | 114 | 42 | 0 | 46 | 317 | 75 | 46 |
| Binary | 100110 | 1101000 | 10011110 | 1001100 | 100010 | 0 | 100110 | 11001111 | 111101 | 100110 |
Color Harmonies of #26689E
Complementary color
Monochromatic Colors of #26689E
Black with #26689E
Text Example
Text Example
White with #26689E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26689E; }
p { color: rgb(38,104,158); }
H1.HeaderClassName
{
color: #26689E;
}
.AnyTagClassName
{
color: #26689E;
}
</style>
background-color css
<style>
a { background-color: #26689E; }
a { background-color: rgb(38,104,158); }
div.DivClassName
{
background-color: #26689E;
}
.BgClassName
{
background-color: #26689E;
}
</style>
border-color css
<style>
span { border-color: #26689E; }
span { border-color: rgb(38,104,158); }
td.TdClassName
{
border-color: #26689E;
}
.TagClassName
{
border-color: #26689E;
}
</style>