Shades of Lochmara #266B92
Tints of Lochmara #266B92
RGB
CMYK
RGB Variations
Color information
#266B92 (or 0x266B92) is known color: Lochmara. HEX triplet: 26, 6B and 92. RGB value is (38,107,146). Sum of RGB (Red+Green+Blue) = 38+107+146=291 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.06% from 291); Green value is 107 (42.19% from 255 or 36.77% from 291); Blue value is 146 (57.42% from 255 or 50.17% from 291); Max value from RGB is 146 - color contains mainly: blue. Hex color #266B92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266B92 is #D9946D. Grayscale: #5A5A5A. Windows color (decimal): -14259310 or 9595686. OLE color: 9595686.
HSL color Cylindrical-coordinate representation of color #266B92: hue angle of 201.67º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #266B92 is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 107 | 146 | - |
| CMYK | 0.74 | 0.27 | 0 | 0.43 |
| HSL | 201.67º | 0.59% | 0.36% | - |
| HSV(B) | 201.67º | 0.74% | 0.57% | - |
| XYZ | 11.25 | 13 | 29.11 | - |
| YUV | 90.82 | 159.14 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 107 | 146 | 0.74 | 0.27 | 0 | 0.43 | 201.67 | 0.59 | 0.36 |
| Hex | 26 | 6B | 92 | 4A | 1B | 0 | 2B | CA | 3B | 24 |
| Octal | 46 | 153 | 222 | 112 | 33 | 0 | 53 | 312 | 73 | 44 |
| Binary | 100110 | 1101011 | 10010010 | 1001010 | 11011 | 0 | 101011 | 11001010 | 111011 | 100100 |
Color Harmonies of #266B92
Complementary color
Monochromatic Colors of #266B92
Black with #266B92
Text Example
Text Example
White with #266B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266B92; }
p { color: rgb(38,107,146); }
H1.HeaderClassName
{
color: #266B92;
}
.AnyTagClassName
{
color: #266B92;
}
</style>
background-color css
<style>
a { background-color: #266B92; }
a { background-color: rgb(38,107,146); }
div.DivClassName
{
background-color: #266B92;
}
.BgClassName
{
background-color: #266B92;
}
</style>
border-color css
<style>
span { border-color: #266B92; }
span { border-color: rgb(38,107,146); }
td.TdClassName
{
border-color: #266B92;
}
.TagClassName
{
border-color: #266B92;
}
</style>