Shades of Lochmara #26649D
Tints of Lochmara #26649D
RGB
CMYK
RGB Variations
Color information
#26649D (or 0x26649D) is known color: Lochmara. HEX triplet: 26, 64 and 9D. RGB value is (38,100,157). Sum of RGB (Red+Green+Blue) = 38+100+157=295 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.88% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 157 (61.72% from 255 or 53.22% from 295); Max value from RGB is 157 - color contains mainly: blue. Hex color #26649D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26649D is #D99B62. Grayscale: #575757. Windows color (decimal): -14261091 or 10314790. OLE color: 10314790.
HSL color Cylindrical-coordinate representation of color #26649D: hue angle of 208.74º 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 #26649D is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 100 | 157 | - |
| CMYK | 0.76 | 0.36 | 0 | 0.38 |
| HSL | 208.74º | 0.61% | 0.38% | - |
| HSV(B) | 208.74º | 0.76% | 0.62% | - |
| XYZ | 11.44 | 11.96 | 33.6 | - |
| YUV | 87.96 | 166.96 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 100 | 157 | 0.76 | 0.36 | 0 | 0.38 | 208.74 | 0.61 | 0.38 |
| Hex | 26 | 64 | 9D | 4C | 24 | 0 | 26 | D1 | 3D | 26 |
| Octal | 46 | 144 | 235 | 114 | 44 | 0 | 46 | 321 | 75 | 46 |
| Binary | 100110 | 1100100 | 10011101 | 1001100 | 100100 | 0 | 100110 | 11010001 | 111101 | 100110 |
Color Harmonies of #26649D
Complementary color
Monochromatic Colors of #26649D
Black with #26649D
Text Example
Text Example
White with #26649D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26649D; }
p { color: rgb(38,100,157); }
H1.HeaderClassName
{
color: #26649D;
}
.AnyTagClassName
{
color: #26649D;
}
</style>
background-color css
<style>
a { background-color: #26649D; }
a { background-color: rgb(38,100,157); }
div.DivClassName
{
background-color: #26649D;
}
.BgClassName
{
background-color: #26649D;
}
</style>
border-color css
<style>
span { border-color: #26649D; }
span { border-color: rgb(38,100,157); }
td.TdClassName
{
border-color: #26649D;
}
.TagClassName
{
border-color: #26649D;
}
</style>