Shades of Lochmara #2669AB
Tints of Lochmara #2669AB
RGB
CMYK
RGB Variations
Color information
#2669AB (or 0x2669AB) is known color: Lochmara. HEX triplet: 26, 69 and AB. RGB value is (38,105,171). Sum of RGB (Red+Green+Blue) = 38+105+171=314 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.10% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 171 (67.19% from 255 or 54.46% from 314); Max value from RGB is 171 - color contains mainly: blue. Hex color #2669AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2669AB is #D99654. Grayscale: #5C5C5C. Windows color (decimal): -14259797 or 11233574. OLE color: 11233574.
HSL color Cylindrical-coordinate representation of color #2669AB: hue angle of 209.77º 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 #2669AB is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 105 | 171 | - |
| CMYK | 0.78 | 0.39 | 0 | 0.33 |
| HSL | 209.77º | 0.64% | 0.41% | - |
| HSV(B) | 209.77º | 0.78% | 0.67% | - |
| XYZ | 13.2 | 13.46 | 40.43 | - |
| YUV | 92.49 | 172.3 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 105 | 171 | 0.78 | 0.39 | 0 | 0.33 | 209.77 | 0.64 | 0.41 |
| Hex | 26 | 69 | AB | 4E | 27 | 0 | 21 | D2 | 40 | 29 |
| Octal | 46 | 151 | 253 | 116 | 47 | 0 | 41 | 322 | 100 | 51 |
| Binary | 100110 | 1101001 | 10101011 | 1001110 | 100111 | 0 | 100001 | 11010010 | 1000000 | 101001 |
Color Harmonies of #2669AB
Complementary color
Monochromatic Colors of #2669AB
Black with #2669AB
Text Example
Text Example
White with #2669AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2669AB; }
p { color: rgb(38,105,171); }
H1.HeaderClassName
{
color: #2669AB;
}
.AnyTagClassName
{
color: #2669AB;
}
</style>
background-color css
<style>
a { background-color: #2669AB; }
a { background-color: rgb(38,105,171); }
div.DivClassName
{
background-color: #2669AB;
}
.BgClassName
{
background-color: #2669AB;
}
</style>
border-color css
<style>
span { border-color: #2669AB; }
span { border-color: rgb(38,105,171); }
td.TdClassName
{
border-color: #2669AB;
}
.TagClassName
{
border-color: #2669AB;
}
</style>