Shades of Lochmara #266BAD
Tints of Lochmara #266BAD
RGB
CMYK
RGB Variations
Color information
#266BAD (or 0x266BAD) is known color: Lochmara. HEX triplet: 26, 6B and AD. RGB value is (38,107,173). Sum of RGB (Red+Green+Blue) = 38+107+173=318 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.95% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 173 (67.97% from 255 or 54.40% from 318); Max value from RGB is 173 - color contains mainly: blue. Hex color #266BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266BAD is #D99452. Grayscale: #5D5D5D. Windows color (decimal): -14259283 or 11365158. OLE color: 11365158.
HSL color Cylindrical-coordinate representation of color #266BAD: hue angle of 209.33º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #266BAD is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 107 | 173 | - |
| CMYK | 0.78 | 0.38 | 0 | 0.32 |
| HSL | 209.33º | 0.64% | 0.41% | - |
| HSV(B) | 209.33º | 0.78% | 0.68% | - |
| XYZ | 13.6 | 13.94 | 41.51 | - |
| YUV | 93.89 | 172.64 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 107 | 173 | 0.78 | 0.38 | 0 | 0.32 | 209.33 | 0.64 | 0.41 |
| Hex | 26 | 6B | AD | 4E | 26 | 0 | 20 | D1 | 40 | 29 |
| Octal | 46 | 153 | 255 | 116 | 46 | 0 | 40 | 321 | 100 | 51 |
| Binary | 100110 | 1101011 | 10101101 | 1001110 | 100110 | 0 | 100000 | 11010001 | 1000000 | 101001 |
Color Harmonies of #266BAD
Complementary color
Monochromatic Colors of #266BAD
Black with #266BAD
Text Example
Text Example
White with #266BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266BAD; }
p { color: rgb(38,107,173); }
H1.HeaderClassName
{
color: #266BAD;
}
.AnyTagClassName
{
color: #266BAD;
}
</style>
background-color css
<style>
a { background-color: #266BAD; }
a { background-color: rgb(38,107,173); }
div.DivClassName
{
background-color: #266BAD;
}
.BgClassName
{
background-color: #266BAD;
}
</style>
border-color css
<style>
span { border-color: #266BAD; }
span { border-color: rgb(38,107,173); }
td.TdClassName
{
border-color: #266BAD;
}
.TagClassName
{
border-color: #266BAD;
}
</style>