Shades of Lochmara #26609D
Tints of Lochmara #26609D
RGB
CMYK
RGB Variations
Color information
#26609D (or 0x26609D) is known color: Lochmara. HEX triplet: 26, 60 and 9D. RGB value is (38,96,157). Sum of RGB (Red+Green+Blue) = 38+96+157=291 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.06% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 157 (61.72% from 255 or 53.95% from 291); Max value from RGB is 157 - color contains mainly: blue. Hex color #26609D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26609D is #D99F62. Grayscale: #555555. Windows color (decimal): -14262115 or 10313766. OLE color: 10313766.
HSL color Cylindrical-coordinate representation of color #26609D: hue angle of 210.76º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26609D is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 96 | 157 | - |
| CMYK | 0.76 | 0.39 | 0 | 0.38 |
| HSL | 210.76º | 0.61% | 0.38% | - |
| HSV(B) | 210.76º | 0.76% | 0.62% | - |
| XYZ | 11.07 | 11.21 | 33.48 | - |
| YUV | 85.61 | 168.28 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 96 | 157 | 0.76 | 0.39 | 0 | 0.38 | 210.76 | 0.61 | 0.38 |
| Hex | 26 | 60 | 9D | 4C | 27 | 0 | 26 | D3 | 3D | 26 |
| Octal | 46 | 140 | 235 | 114 | 47 | 0 | 46 | 323 | 75 | 46 |
| Binary | 100110 | 1100000 | 10011101 | 1001100 | 100111 | 0 | 100110 | 11010011 | 111101 | 100110 |
Color Harmonies of #26609D
Complementary color
Monochromatic Colors of #26609D
Black with #26609D
Text Example
Text Example
White with #26609D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26609D; }
p { color: rgb(38,96,157); }
H1.HeaderClassName
{
color: #26609D;
}
.AnyTagClassName
{
color: #26609D;
}
</style>
background-color css
<style>
a { background-color: #26609D; }
a { background-color: rgb(38,96,157); }
div.DivClassName
{
background-color: #26609D;
}
.BgClassName
{
background-color: #26609D;
}
</style>
border-color css
<style>
span { border-color: #26609D; }
span { border-color: rgb(38,96,157); }
td.TdClassName
{
border-color: #26609D;
}
.TagClassName
{
border-color: #26609D;
}
</style>