Shades of Lochmara #266BA8
Tints of Lochmara #266BA8
RGB
CMYK
RGB Variations
Color information
#266BA8 (or 0x266BA8) is known color: Lochmara. HEX triplet: 26, 6B and A8. RGB value is (38,107,168). Sum of RGB (Red+Green+Blue) = 38+107+168=313 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.14% from 313); Green value is 107 (42.19% from 255 or 34.19% from 313); Blue value is 168 (66.02% from 255 or 53.67% from 313); Max value from RGB is 168 - color contains mainly: blue. Hex color #266BA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266BA8 is #D99457. Grayscale: #5D5D5D. Windows color (decimal): -14259288 or 11037478. OLE color: 11037478.
HSL color Cylindrical-coordinate representation of color #266BA8: hue angle of 208.15º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #266BA8 is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 38 | 107 | 168 | - |
| CMYK | 0.77 | 0.36 | 0 | 0.34 |
| HSL | 208.15º | 0.63% | 0.4% | - |
| HSV(B) | 208.15º | 0.77% | 0.66% | - |
| XYZ | 13.12 | 13.75 | 39.01 | - |
| YUV | 93.32 | 170.14 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 107 | 168 | 0.77 | 0.36 | 0 | 0.34 | 208.15 | 0.63 | 0.4 |
| Hex | 26 | 6B | A8 | 4D | 24 | 0 | 22 | D0 | 3F | 28 |
| Octal | 46 | 153 | 250 | 115 | 44 | 0 | 42 | 320 | 77 | 50 |
| Binary | 100110 | 1101011 | 10101000 | 1001101 | 100100 | 0 | 100010 | 11010000 | 111111 | 101000 |
Color Harmonies of #266BA8
Complementary color
Monochromatic Colors of #266BA8
Black with #266BA8
Text Example
Text Example
White with #266BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266BA8; }
p { color: rgb(38,107,168); }
H1.HeaderClassName
{
color: #266BA8;
}
.AnyTagClassName
{
color: #266BA8;
}
</style>
background-color css
<style>
a { background-color: #266BA8; }
a { background-color: rgb(38,107,168); }
div.DivClassName
{
background-color: #266BA8;
}
.BgClassName
{
background-color: #266BA8;
}
</style>
border-color css
<style>
span { border-color: #266BA8; }
span { border-color: rgb(38,107,168); }
td.TdClassName
{
border-color: #266BA8;
}
.TagClassName
{
border-color: #266BA8;
}
</style>