Shades of Lochmara #266CAE
Tints of Lochmara #266CAE
RGB
CMYK
RGB Variations
Color information
#266CAE (or 0x266CAE) is known color: Lochmara. HEX triplet: 26, 6C and AE. RGB value is (38,108,174). Sum of RGB (Red+Green+Blue) = 38+108+174=320 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.88% from 320); Green value is 108 (42.58% from 255 or 33.75% from 320); Blue value is 174 (68.36% from 255 or 54.38% from 320); Max value from RGB is 174 - color contains mainly: blue. Hex color #266CAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266CAE is #D99351. Grayscale: #5E5E5E. Windows color (decimal): -14259026 or 11430950. OLE color: 11430950.
HSL color Cylindrical-coordinate representation of color #266CAE: hue angle of 209.12º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #266CAE is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 108 | 174 | - |
| CMYK | 0.78 | 0.38 | 0 | 0.32 |
| HSL | 209.12º | 0.64% | 0.42% | - |
| HSV(B) | 209.12º | 0.78% | 0.68% | - |
| XYZ | 13.8 | 14.19 | 42.06 | - |
| YUV | 94.59 | 172.81 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 108 | 174 | 0.78 | 0.38 | 0 | 0.32 | 209.12 | 0.64 | 0.42 |
| Hex | 26 | 6C | AE | 4E | 26 | 0 | 20 | D1 | 40 | 2A |
| Octal | 46 | 154 | 256 | 116 | 46 | 0 | 40 | 321 | 100 | 52 |
| Binary | 100110 | 1101100 | 10101110 | 1001110 | 100110 | 0 | 100000 | 11010001 | 1000000 | 101010 |
Color Harmonies of #266CAE
Complementary color
Monochromatic Colors of #266CAE
Black with #266CAE
Text Example
Text Example
White with #266CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266CAE; }
p { color: rgb(38,108,174); }
H1.HeaderClassName
{
color: #266CAE;
}
.AnyTagClassName
{
color: #266CAE;
}
</style>
background-color css
<style>
a { background-color: #266CAE; }
a { background-color: rgb(38,108,174); }
div.DivClassName
{
background-color: #266CAE;
}
.BgClassName
{
background-color: #266CAE;
}
</style>
border-color css
<style>
span { border-color: #266CAE; }
span { border-color: rgb(38,108,174); }
td.TdClassName
{
border-color: #266CAE;
}
.TagClassName
{
border-color: #266CAE;
}
</style>