Shades of Lochmara #266B9C
Tints of Lochmara #266B9C
RGB
CMYK
RGB Variations
Color information
#266B9C (or 0x266B9C) is known color: Lochmara. HEX triplet: 26, 6B and 9C. RGB value is (38,107,156). Sum of RGB (Red+Green+Blue) = 38+107+156=301 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.62% from 301); Green value is 107 (42.19% from 255 or 35.55% from 301); Blue value is 156 (61.33% from 255 or 51.83% from 301); Max value from RGB is 156 - color contains mainly: blue. Hex color #266B9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266B9C is #D99463. Grayscale: #5B5B5B. Windows color (decimal): -14259300 or 10251046. OLE color: 10251046.
HSL color Cylindrical-coordinate representation of color #266B9C: hue angle of 204.92º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #266B9C is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 107 | 156 | - |
| CMYK | 0.76 | 0.31 | 0 | 0.39 |
| HSL | 204.92º | 0.61% | 0.38% | - |
| HSV(B) | 204.92º | 0.76% | 0.61% | - |
| XYZ | 12.06 | 13.33 | 33.39 | - |
| YUV | 91.96 | 164.14 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 107 | 156 | 0.76 | 0.31 | 0 | 0.39 | 204.92 | 0.61 | 0.38 |
| Hex | 26 | 6B | 9C | 4C | 1F | 0 | 27 | CD | 3D | 26 |
| Octal | 46 | 153 | 234 | 114 | 37 | 0 | 47 | 315 | 75 | 46 |
| Binary | 100110 | 1101011 | 10011100 | 1001100 | 11111 | 0 | 100111 | 11001101 | 111101 | 100110 |
Color Harmonies of #266B9C
Complementary color
Monochromatic Colors of #266B9C
Black with #266B9C
Text Example
Text Example
White with #266B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266B9C; }
p { color: rgb(38,107,156); }
H1.HeaderClassName
{
color: #266B9C;
}
.AnyTagClassName
{
color: #266B9C;
}
</style>
background-color css
<style>
a { background-color: #266B9C; }
a { background-color: rgb(38,107,156); }
div.DivClassName
{
background-color: #266B9C;
}
.BgClassName
{
background-color: #266B9C;
}
</style>
border-color css
<style>
span { border-color: #266B9C; }
span { border-color: rgb(38,107,156); }
td.TdClassName
{
border-color: #266B9C;
}
.TagClassName
{
border-color: #266B9C;
}
</style>