Shades of Lochmara #266E93
Tints of Lochmara #266E93
RGB
CMYK
RGB Variations
Color information
#266E93 (or 0x266E93) is known color: Lochmara. HEX triplet: 26, 6E and 93. RGB value is (38,110,147). Sum of RGB (Red+Green+Blue) = 38+110+147=295 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.88% from 295); Green value is 110 (43.36% from 255 or 37.29% from 295); Blue value is 147 (57.81% from 255 or 49.83% from 295); Max value from RGB is 147 - color contains mainly: blue. Hex color #266E93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266E93 is #D9916C. Grayscale: #5C5C5C. Windows color (decimal): -14258541 or 9661990. OLE color: 9661990.
HSL color Cylindrical-coordinate representation of color #266E93: hue angle of 200.37º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #266E93 is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 110 | 147 | - |
| CMYK | 0.74 | 0.25 | 0 | 0.42 |
| HSL | 200.37º | 0.59% | 0.36% | - |
| HSV(B) | 200.37º | 0.74% | 0.58% | - |
| XYZ | 11.64 | 13.67 | 29.63 | - |
| YUV | 92.69 | 158.65 | 88.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 110 | 147 | 0.74 | 0.25 | 0 | 0.42 | 200.37 | 0.59 | 0.36 |
| Hex | 26 | 6E | 93 | 4A | 19 | 0 | 2A | C8 | 3B | 24 |
| Octal | 46 | 156 | 223 | 112 | 31 | 0 | 52 | 310 | 73 | 44 |
| Binary | 100110 | 1101110 | 10010011 | 1001010 | 11001 | 0 | 101010 | 11001000 | 111011 | 100100 |
Color Harmonies of #266E93
Complementary color
Monochromatic Colors of #266E93
Black with #266E93
Text Example
Text Example
White with #266E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266E93; }
p { color: rgb(38,110,147); }
H1.HeaderClassName
{
color: #266E93;
}
.AnyTagClassName
{
color: #266E93;
}
</style>
background-color css
<style>
a { background-color: #266E93; }
a { background-color: rgb(38,110,147); }
div.DivClassName
{
background-color: #266E93;
}
.BgClassName
{
background-color: #266E93;
}
</style>
border-color css
<style>
span { border-color: #266E93; }
span { border-color: rgb(38,110,147); }
td.TdClassName
{
border-color: #266E93;
}
.TagClassName
{
border-color: #266E93;
}
</style>