Shades of Lochmara #266CA0
Tints of Lochmara #266CA0
RGB
CMYK
RGB Variations
Color information
#266CA0 (or 0x266CA0) is known color: Lochmara. HEX triplet: 26, 6C and A0. RGB value is (38,108,160). Sum of RGB (Red+Green+Blue) = 38+108+160=306 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.42% from 306); Green value is 108 (42.58% from 255 or 35.29% from 306); Blue value is 160 (62.89% from 255 or 52.29% from 306); Max value from RGB is 160 - color contains mainly: blue. Hex color #266CA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266CA0 is #D9935F. Grayscale: #5C5C5C. Windows color (decimal): -14259040 or 10513446. OLE color: 10513446.
HSL color Cylindrical-coordinate representation of color #266CA0: hue angle of 205.57º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #266CA0 is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 38 | 108 | 160 | - |
| CMYK | 0.76 | 0.32 | 0 | 0.37 |
| HSL | 205.57º | 0.62% | 0.39% | - |
| HSV(B) | 205.57º | 0.76% | 0.63% | - |
| XYZ | 12.51 | 13.68 | 35.24 | - |
| YUV | 93 | 165.81 | 88.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 108 | 160 | 0.76 | 0.32 | 0 | 0.37 | 205.57 | 0.62 | 0.39 |
| Hex | 26 | 6C | A0 | 4C | 20 | 0 | 25 | CE | 3E | 27 |
| Octal | 46 | 154 | 240 | 114 | 40 | 0 | 45 | 316 | 76 | 47 |
| Binary | 100110 | 1101100 | 10100000 | 1001100 | 100000 | 0 | 100101 | 11001110 | 111110 | 100111 |
Color Harmonies of #266CA0
Complementary color
Monochromatic Colors of #266CA0
Black with #266CA0
Text Example
Text Example
White with #266CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266CA0; }
p { color: rgb(38,108,160); }
H1.HeaderClassName
{
color: #266CA0;
}
.AnyTagClassName
{
color: #266CA0;
}
</style>
background-color css
<style>
a { background-color: #266CA0; }
a { background-color: rgb(38,108,160); }
div.DivClassName
{
background-color: #266CA0;
}
.BgClassName
{
background-color: #266CA0;
}
</style>
border-color css
<style>
span { border-color: #266CA0; }
span { border-color: rgb(38,108,160); }
td.TdClassName
{
border-color: #266CA0;
}
.TagClassName
{
border-color: #266CA0;
}
</style>