Shades of Lochmara #2666AB
Tints of Lochmara #2666AB
RGB
CMYK
RGB Variations
Color information
#2666AB (or 0x2666AB) is known color: Lochmara. HEX triplet: 26, 66 and AB. RGB value is (38,102,171). Sum of RGB (Red+Green+Blue) = 38+102+171=311 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.22% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #2666AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2666AB is #D99954. Grayscale: #5A5A5A. Windows color (decimal): -14260565 or 11232806. OLE color: 11232806.
HSL color Cylindrical-coordinate representation of color #2666AB: hue angle of 211.13º 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 #2666AB is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 102 | 171 | - |
| CMYK | 0.78 | 0.40 | 0 | 0.33 |
| HSL | 211.13º | 0.64% | 0.41% | - |
| HSV(B) | 211.13º | 0.78% | 0.67% | - |
| XYZ | 12.9 | 12.86 | 40.33 | - |
| YUV | 90.73 | 173.3 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 102 | 171 | 0.78 | 0.40 | 0 | 0.33 | 211.13 | 0.64 | 0.41 |
| Hex | 26 | 66 | AB | 4E | 28 | 0 | 21 | D3 | 40 | 29 |
| Octal | 46 | 146 | 253 | 116 | 50 | 0 | 41 | 323 | 100 | 51 |
| Binary | 100110 | 1100110 | 10101011 | 1001110 | 101000 | 0 | 100001 | 11010011 | 1000000 | 101001 |
Color Harmonies of #2666AB
Complementary color
Monochromatic Colors of #2666AB
Black with #2666AB
Text Example
Text Example
White with #2666AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2666AB; }
p { color: rgb(38,102,171); }
H1.HeaderClassName
{
color: #2666AB;
}
.AnyTagClassName
{
color: #2666AB;
}
</style>
background-color css
<style>
a { background-color: #2666AB; }
a { background-color: rgb(38,102,171); }
div.DivClassName
{
background-color: #2666AB;
}
.BgClassName
{
background-color: #2666AB;
}
</style>
border-color css
<style>
span { border-color: #2666AB; }
span { border-color: rgb(38,102,171); }
td.TdClassName
{
border-color: #2666AB;
}
.TagClassName
{
border-color: #2666AB;
}
</style>