Shades of Lochmara #2666AE
Tints of Lochmara #2666AE
RGB
CMYK
RGB Variations
Color information
#2666AE (or 0x2666AE) is known color: Lochmara. HEX triplet: 26, 66 and AE. RGB value is (38,102,174). Sum of RGB (Red+Green+Blue) = 38+102+174=314 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.10% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 174 (68.36% from 255 or 55.41% from 314); Max value from RGB is 174 - color contains mainly: blue. Hex color #2666AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2666AE is #D99951. Grayscale: #5A5A5A. Windows color (decimal): -14260562 or 11429414. OLE color: 11429414.
HSL color Cylindrical-coordinate representation of color #2666AE: hue angle of 211.76º 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 #2666AE is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 102 | 174 | - |
| CMYK | 0.78 | 0.41 | 0 | 0.32 |
| HSL | 211.76º | 0.64% | 0.42% | - |
| HSV(B) | 211.76º | 0.78% | 0.68% | - |
| XYZ | 13.19 | 12.97 | 41.85 | - |
| YUV | 91.07 | 174.8 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 102 | 174 | 0.78 | 0.41 | 0 | 0.32 | 211.76 | 0.64 | 0.42 |
| Hex | 26 | 66 | AE | 4E | 29 | 0 | 20 | D4 | 40 | 2A |
| Octal | 46 | 146 | 256 | 116 | 51 | 0 | 40 | 324 | 100 | 52 |
| Binary | 100110 | 1100110 | 10101110 | 1001110 | 101001 | 0 | 100000 | 11010100 | 1000000 | 101010 |
Color Harmonies of #2666AE
Complementary color
Monochromatic Colors of #2666AE
Black with #2666AE
Text Example
Text Example
White with #2666AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2666AE; }
p { color: rgb(38,102,174); }
H1.HeaderClassName
{
color: #2666AE;
}
.AnyTagClassName
{
color: #2666AE;
}
</style>
background-color css
<style>
a { background-color: #2666AE; }
a { background-color: rgb(38,102,174); }
div.DivClassName
{
background-color: #2666AE;
}
.BgClassName
{
background-color: #2666AE;
}
</style>
border-color css
<style>
span { border-color: #2666AE; }
span { border-color: rgb(38,102,174); }
td.TdClassName
{
border-color: #2666AE;
}
.TagClassName
{
border-color: #2666AE;
}
</style>