Shades of Lochmara #26629E
Tints of Lochmara #26629E
RGB
CMYK
RGB Variations
Color information
#26629E (or 0x26629E) is known color: Lochmara. HEX triplet: 26, 62 and 9E. RGB value is (38,98,158). Sum of RGB (Red+Green+Blue) = 38+98+158=294 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.93% from 294); Green value is 98 (38.67% from 255 or 33.33% from 294); Blue value is 158 (62.11% from 255 or 53.74% from 294); Max value from RGB is 158 - color contains mainly: blue. Hex color #26629E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26629E is #D99D61. Grayscale: #565656. Windows color (decimal): -14261602 or 10379814. OLE color: 10379814.
HSL color Cylindrical-coordinate representation of color #26629E: hue angle of 210º 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 #26629E is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 98 | 158 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.38 |
| HSL | 210º | 0.61% | 0.38% | - |
| HSV(B) | 210º | 0.76% | 0.62% | - |
| XYZ | 11.34 | 11.62 | 33.99 | - |
| YUV | 86.9 | 168.12 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 98 | 158 | 0.76 | 0.38 | 0 | 0.38 | 210 | 0.61 | 0.38 |
| Hex | 26 | 62 | 9E | 4C | 26 | 0 | 26 | D2 | 3D | 26 |
| Octal | 46 | 142 | 236 | 114 | 46 | 0 | 46 | 322 | 75 | 46 |
| Binary | 100110 | 1100010 | 10011110 | 1001100 | 100110 | 0 | 100110 | 11010010 | 111101 | 100110 |
Color Harmonies of #26629E
Complementary color
Monochromatic Colors of #26629E
Black with #26629E
Text Example
Text Example
White with #26629E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26629E; }
p { color: rgb(38,98,158); }
H1.HeaderClassName
{
color: #26629E;
}
.AnyTagClassName
{
color: #26629E;
}
</style>
background-color css
<style>
a { background-color: #26629E; }
a { background-color: rgb(38,98,158); }
div.DivClassName
{
background-color: #26629E;
}
.BgClassName
{
background-color: #26629E;
}
</style>
border-color css
<style>
span { border-color: #26629E; }
span { border-color: rgb(38,98,158); }
td.TdClassName
{
border-color: #26629E;
}
.TagClassName
{
border-color: #26629E;
}
</style>