Shades of Lochmara #266399
Tints of Lochmara #266399
RGB
CMYK
RGB Variations
Color information
#266399 (or 0x266399) is known color: Lochmara. HEX triplet: 26, 63 and 99. RGB value is (38,99,153). Sum of RGB (Red+Green+Blue) = 38+99+153=290 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.10% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #266399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266399 is #D99C66. Grayscale: #565656. Windows color (decimal): -14261351 or 10052390. OLE color: 10052390.
HSL color Cylindrical-coordinate representation of color #266399: hue angle of 208.17º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #266399 is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 38 | 99 | 153 | - |
| CMYK | 0.75 | 0.35 | 0 | 0.4 |
| HSL | 208.17º | 0.6% | 0.37% | - |
| HSV(B) | 208.17º | 0.75% | 0.6% | - |
| XYZ | 11.01 | 11.64 | 31.8 | - |
| YUV | 86.92 | 165.29 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 99 | 153 | 0.75 | 0.35 | 0 | 0.4 | 208.17 | 0.6 | 0.37 |
| Hex | 26 | 63 | 99 | 4B | 23 | 0 | 28 | D0 | 3C | 25 |
| Octal | 46 | 143 | 231 | 113 | 43 | 0 | 50 | 320 | 74 | 45 |
| Binary | 100110 | 1100011 | 10011001 | 1001011 | 100011 | 0 | 101000 | 11010000 | 111100 | 100101 |
Color Harmonies of #266399
Complementary color
Monochromatic Colors of #266399
Black with #266399
Text Example
Text Example
White with #266399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266399; }
p { color: rgb(38,99,153); }
H1.HeaderClassName
{
color: #266399;
}
.AnyTagClassName
{
color: #266399;
}
</style>
background-color css
<style>
a { background-color: #266399; }
a { background-color: rgb(38,99,153); }
div.DivClassName
{
background-color: #266399;
}
.BgClassName
{
background-color: #266399;
}
</style>
border-color css
<style>
span { border-color: #266399; }
span { border-color: rgb(38,99,153); }
td.TdClassName
{
border-color: #266399;
}
.TagClassName
{
border-color: #266399;
}
</style>