Shades of Lochmara #266C9A
Tints of Lochmara #266C9A
RGB
CMYK
RGB Variations
Color information
#266C9A (or 0x266C9A) is known color: Lochmara. HEX triplet: 26, 6C and 9A. RGB value is (38,108,154). Sum of RGB (Red+Green+Blue) = 38+108+154=300 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.67% from 300); Green value is 108 (42.58% from 255 or 36% from 300); Blue value is 154 (60.55% from 255 or 51.33% from 300); Max value from RGB is 154 - color contains mainly: blue. Hex color #266C9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266C9A is #D99365. Grayscale: #5C5C5C. Windows color (decimal): -14259046 or 10120230. OLE color: 10120230.
HSL color Cylindrical-coordinate representation of color #266C9A: hue angle of 203.79º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #266C9A is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 38 | 108 | 154 | - |
| CMYK | 0.75 | 0.30 | 0 | 0.40 |
| HSL | 203.79º | 0.6% | 0.38% | - |
| HSV(B) | 203.79º | 0.75% | 0.6% | - |
| XYZ | 11.99 | 13.47 | 32.54 | - |
| YUV | 92.31 | 162.81 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 108 | 154 | 0.75 | 0.30 | 0 | 0.40 | 203.79 | 0.6 | 0.38 |
| Hex | 26 | 6C | 9A | 4B | 1E | 0 | 28 | CC | 3C | 26 |
| Octal | 46 | 154 | 232 | 113 | 36 | 0 | 50 | 314 | 74 | 46 |
| Binary | 100110 | 1101100 | 10011010 | 1001011 | 11110 | 0 | 101000 | 11001100 | 111100 | 100110 |
Color Harmonies of #266C9A
Complementary color
Monochromatic Colors of #266C9A
Black with #266C9A
Text Example
Text Example
White with #266C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266C9A; }
p { color: rgb(38,108,154); }
H1.HeaderClassName
{
color: #266C9A;
}
.AnyTagClassName
{
color: #266C9A;
}
</style>
background-color css
<style>
a { background-color: #266C9A; }
a { background-color: rgb(38,108,154); }
div.DivClassName
{
background-color: #266C9A;
}
.BgClassName
{
background-color: #266C9A;
}
</style>
border-color css
<style>
span { border-color: #266C9A; }
span { border-color: rgb(38,108,154); }
td.TdClassName
{
border-color: #266C9A;
}
.TagClassName
{
border-color: #266C9A;
}
</style>