Shades of Lochmara #266B95
Tints of Lochmara #266B95
RGB
CMYK
RGB Variations
Color information
#266B95 (or 0x266B95) is known color: Lochmara. HEX triplet: 26, 6B and 95. RGB value is (38,107,149). Sum of RGB (Red+Green+Blue) = 38+107+149=294 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.93% from 294); Green value is 107 (42.19% from 255 or 36.39% from 294); Blue value is 149 (58.59% from 255 or 50.68% from 294); Max value from RGB is 149 - color contains mainly: blue. Hex color #266B95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266B95 is #D9946A. Grayscale: #5A5A5A. Windows color (decimal): -14259307 or 9792294. OLE color: 9792294.
HSL color Cylindrical-coordinate representation of color #266B95: hue angle of 202.7º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #266B95 is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 107 | 149 | - |
| CMYK | 0.74 | 0.28 | 0 | 0.42 |
| HSL | 202.7º | 0.59% | 0.37% | - |
| HSV(B) | 202.7º | 0.74% | 0.58% | - |
| XYZ | 11.48 | 13.1 | 30.36 | - |
| YUV | 91.16 | 160.64 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 107 | 149 | 0.74 | 0.28 | 0 | 0.42 | 202.7 | 0.59 | 0.37 |
| Hex | 26 | 6B | 95 | 4A | 1C | 0 | 2A | CB | 3B | 25 |
| Octal | 46 | 153 | 225 | 112 | 34 | 0 | 52 | 313 | 73 | 45 |
| Binary | 100110 | 1101011 | 10010101 | 1001010 | 11100 | 0 | 101010 | 11001011 | 111011 | 100101 |
Color Harmonies of #266B95
Complementary color
Monochromatic Colors of #266B95
Black with #266B95
Text Example
Text Example
White with #266B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266B95; }
p { color: rgb(38,107,149); }
H1.HeaderClassName
{
color: #266B95;
}
.AnyTagClassName
{
color: #266B95;
}
</style>
background-color css
<style>
a { background-color: #266B95; }
a { background-color: rgb(38,107,149); }
div.DivClassName
{
background-color: #266B95;
}
.BgClassName
{
background-color: #266B95;
}
</style>
border-color css
<style>
span { border-color: #266B95; }
span { border-color: rgb(38,107,149); }
td.TdClassName
{
border-color: #266B95;
}
.TagClassName
{
border-color: #266B95;
}
</style>