Shades of Lochmara #2666AC
Tints of Lochmara #2666AC
RGB
CMYK
RGB Variations
Color information
#2666AC (or 0x2666AC) is known color: Lochmara. HEX triplet: 26, 66 and AC. RGB value is (38,102,172). Sum of RGB (Red+Green+Blue) = 38+102+172=312 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.18% from 312); Green value is 102 (40.23% from 255 or 32.69% from 312); Blue value is 172 (67.58% from 255 or 55.13% from 312); Max value from RGB is 172 - color contains mainly: blue. Hex color #2666AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2666AC is #D99953. Grayscale: #5A5A5A. Windows color (decimal): -14260564 or 11298342. OLE color: 11298342.
HSL color Cylindrical-coordinate representation of color #2666AC: hue angle of 211.34º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2666AC is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 102 | 172 | - |
| CMYK | 0.78 | 0.41 | 0 | 0.33 |
| HSL | 211.34º | 0.64% | 0.41% | - |
| HSV(B) | 211.34º | 0.78% | 0.67% | - |
| XYZ | 13 | 12.89 | 40.83 | - |
| YUV | 90.84 | 173.8 | 90.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 102 | 172 | 0.78 | 0.41 | 0 | 0.33 | 211.34 | 0.64 | 0.41 |
| Hex | 26 | 66 | AC | 4E | 29 | 0 | 21 | D3 | 40 | 29 |
| Octal | 46 | 146 | 254 | 116 | 51 | 0 | 41 | 323 | 100 | 51 |
| Binary | 100110 | 1100110 | 10101100 | 1001110 | 101001 | 0 | 100001 | 11010011 | 1000000 | 101001 |
Color Harmonies of #2666AC
Complementary color
Monochromatic Colors of #2666AC
Black with #2666AC
Text Example
Text Example
White with #2666AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2666AC; }
p { color: rgb(38,102,172); }
H1.HeaderClassName
{
color: #2666AC;
}
.AnyTagClassName
{
color: #2666AC;
}
</style>
background-color css
<style>
a { background-color: #2666AC; }
a { background-color: rgb(38,102,172); }
div.DivClassName
{
background-color: #2666AC;
}
.BgClassName
{
background-color: #2666AC;
}
</style>
border-color css
<style>
span { border-color: #2666AC; }
span { border-color: rgb(38,102,172); }
td.TdClassName
{
border-color: #2666AC;
}
.TagClassName
{
border-color: #2666AC;
}
</style>