Shades of Lochmara #26659C
Tints of Lochmara #26659C
RGB
CMYK
RGB Variations
Color information
#26659C (or 0x26659C) is known color: Lochmara. HEX triplet: 26, 65 and 9C. RGB value is (38,101,156). Sum of RGB (Red+Green+Blue) = 38+101+156=295 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.88% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 156 (61.33% from 255 or 52.88% from 295); Max value from RGB is 156 - color contains mainly: blue. Hex color #26659C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26659C is #D99A63. Grayscale: #585858. Windows color (decimal): -14260836 or 10249510. OLE color: 10249510.
HSL color Cylindrical-coordinate representation of color #26659C: hue angle of 207.97º 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 #26659C is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 101 | 156 | - |
| CMYK | 0.76 | 0.35 | 0 | 0.39 |
| HSL | 207.97º | 0.61% | 0.38% | - |
| HSV(B) | 207.97º | 0.76% | 0.61% | - |
| XYZ | 11.45 | 12.12 | 33.19 | - |
| YUV | 88.43 | 166.13 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 101 | 156 | 0.76 | 0.35 | 0 | 0.39 | 207.97 | 0.61 | 0.38 |
| Hex | 26 | 65 | 9C | 4C | 23 | 0 | 27 | D0 | 3D | 26 |
| Octal | 46 | 145 | 234 | 114 | 43 | 0 | 47 | 320 | 75 | 46 |
| Binary | 100110 | 1100101 | 10011100 | 1001100 | 100011 | 0 | 100111 | 11010000 | 111101 | 100110 |
Color Harmonies of #26659C
Complementary color
Monochromatic Colors of #26659C
Black with #26659C
Text Example
Text Example
White with #26659C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26659C; }
p { color: rgb(38,101,156); }
H1.HeaderClassName
{
color: #26659C;
}
.AnyTagClassName
{
color: #26659C;
}
</style>
background-color css
<style>
a { background-color: #26659C; }
a { background-color: rgb(38,101,156); }
div.DivClassName
{
background-color: #26659C;
}
.BgClassName
{
background-color: #26659C;
}
</style>
border-color css
<style>
span { border-color: #26659C; }
span { border-color: rgb(38,101,156); }
td.TdClassName
{
border-color: #26659C;
}
.TagClassName
{
border-color: #26659C;
}
</style>