Shades of Lochmara #266699
Tints of Lochmara #266699
RGB
CMYK
RGB Variations
Color information
#266699 (or 0x266699) is known color: Lochmara. HEX triplet: 26, 66 and 99. RGB value is (38,102,153). Sum of RGB (Red+Green+Blue) = 38+102+153=293 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.97% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 153 (60.16% from 255 or 52.22% from 293); Max value from RGB is 153 - color contains mainly: blue. Hex color #266699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266699 is #D99966. Grayscale: #585858. Windows color (decimal): -14260583 or 10053158. OLE color: 10053158.
HSL color Cylindrical-coordinate representation of color #266699: hue angle of 206.61º 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 #266699 is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 38 | 102 | 153 | - |
| CMYK | 0.75 | 0.33 | 0 | 0.4 |
| HSL | 206.61º | 0.6% | 0.37% | - |
| HSV(B) | 206.61º | 0.75% | 0.6% | - |
| XYZ | 11.3 | 12.21 | 31.9 | - |
| YUV | 88.68 | 164.3 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 102 | 153 | 0.75 | 0.33 | 0 | 0.4 | 206.61 | 0.6 | 0.37 |
| Hex | 26 | 66 | 99 | 4B | 21 | 0 | 28 | CF | 3C | 25 |
| Octal | 46 | 146 | 231 | 113 | 41 | 0 | 50 | 317 | 74 | 45 |
| Binary | 100110 | 1100110 | 10011001 | 1001011 | 100001 | 0 | 101000 | 11001111 | 111100 | 100101 |
Color Harmonies of #266699
Complementary color
Monochromatic Colors of #266699
Black with #266699
Text Example
Text Example
White with #266699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266699; }
p { color: rgb(38,102,153); }
H1.HeaderClassName
{
color: #266699;
}
.AnyTagClassName
{
color: #266699;
}
</style>
background-color css
<style>
a { background-color: #266699; }
a { background-color: rgb(38,102,153); }
div.DivClassName
{
background-color: #266699;
}
.BgClassName
{
background-color: #266699;
}
</style>
border-color css
<style>
span { border-color: #266699; }
span { border-color: rgb(38,102,153); }
td.TdClassName
{
border-color: #266699;
}
.TagClassName
{
border-color: #266699;
}
</style>