Shades of Lochmara #266799
Tints of Lochmara #266799
RGB
CMYK
RGB Variations
Color information
#266799 (or 0x266799) is known color: Lochmara. HEX triplet: 26, 67 and 99. RGB value is (38,103,153). Sum of RGB (Red+Green+Blue) = 38+103+153=294 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.93% from 294); Green value is 103 (40.62% from 255 or 35.03% from 294); Blue value is 153 (60.16% from 255 or 52.04% from 294); Max value from RGB is 153 - color contains mainly: blue. Hex color #266799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266799 is #D99866. Grayscale: #595959. Windows color (decimal): -14260327 or 10053414. OLE color: 10053414.
HSL color Cylindrical-coordinate representation of color #266799: hue angle of 206.09º 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 #266799 is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 38 | 103 | 153 | - |
| CMYK | 0.75 | 0.33 | 0 | 0.4 |
| HSL | 206.09º | 0.6% | 0.37% | - |
| HSV(B) | 206.09º | 0.75% | 0.6% | - |
| XYZ | 11.4 | 12.41 | 31.93 | - |
| YUV | 89.27 | 163.97 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 103 | 153 | 0.75 | 0.33 | 0 | 0.4 | 206.09 | 0.6 | 0.37 |
| Hex | 26 | 67 | 99 | 4B | 21 | 0 | 28 | CE | 3C | 25 |
| Octal | 46 | 147 | 231 | 113 | 41 | 0 | 50 | 316 | 74 | 45 |
| Binary | 100110 | 1100111 | 10011001 | 1001011 | 100001 | 0 | 101000 | 11001110 | 111100 | 100101 |
Color Harmonies of #266799
Complementary color
Monochromatic Colors of #266799
Black with #266799
Text Example
Text Example
White with #266799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266799; }
p { color: rgb(38,103,153); }
H1.HeaderClassName
{
color: #266799;
}
.AnyTagClassName
{
color: #266799;
}
</style>
background-color css
<style>
a { background-color: #266799; }
a { background-color: rgb(38,103,153); }
div.DivClassName
{
background-color: #266799;
}
.BgClassName
{
background-color: #266799;
}
</style>
border-color css
<style>
span { border-color: #266799; }
span { border-color: rgb(38,103,153); }
td.TdClassName
{
border-color: #266799;
}
.TagClassName
{
border-color: #266799;
}
</style>