Shades of Lochmara #266E95
Tints of Lochmara #266E95
RGB
CMYK
RGB Variations
Color information
#266E95 (or 0x266E95) is known color: Lochmara. HEX triplet: 26, 6E and 95. RGB value is (38,110,149). Sum of RGB (Red+Green+Blue) = 38+110+149=297 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.79% from 297); Green value is 110 (43.36% from 255 or 37.04% from 297); Blue value is 149 (58.59% from 255 or 50.17% from 297); Max value from RGB is 149 - color contains mainly: blue. Hex color #266E95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266E95 is #D9916A. Grayscale: #5C5C5C. Windows color (decimal): -14258539 or 9793062. OLE color: 9793062.
HSL color Cylindrical-coordinate representation of color #266E95: hue angle of 201.08º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #266E95 is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 110 | 149 | - |
| CMYK | 0.74 | 0.26 | 0 | 0.42 |
| HSL | 201.08º | 0.59% | 0.37% | - |
| HSV(B) | 201.08º | 0.74% | 0.58% | - |
| XYZ | 11.8 | 13.73 | 30.46 | - |
| YUV | 92.92 | 159.65 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 110 | 149 | 0.74 | 0.26 | 0 | 0.42 | 201.08 | 0.59 | 0.37 |
| Hex | 26 | 6E | 95 | 4A | 1A | 0 | 2A | C9 | 3B | 25 |
| Octal | 46 | 156 | 225 | 112 | 32 | 0 | 52 | 311 | 73 | 45 |
| Binary | 100110 | 1101110 | 10010101 | 1001010 | 11010 | 0 | 101010 | 11001001 | 111011 | 100101 |
Color Harmonies of #266E95
Complementary color
Monochromatic Colors of #266E95
Black with #266E95
Text Example
Text Example
White with #266E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266E95; }
p { color: rgb(38,110,149); }
H1.HeaderClassName
{
color: #266E95;
}
.AnyTagClassName
{
color: #266E95;
}
</style>
background-color css
<style>
a { background-color: #266E95; }
a { background-color: rgb(38,110,149); }
div.DivClassName
{
background-color: #266E95;
}
.BgClassName
{
background-color: #266E95;
}
</style>
border-color css
<style>
span { border-color: #266E95; }
span { border-color: rgb(38,110,149); }
td.TdClassName
{
border-color: #266E95;
}
.TagClassName
{
border-color: #266E95;
}
</style>