Shades of Lochmara #26749D
Tints of Lochmara #26749D
RGB
CMYK
RGB Variations
Color information
#26749D (or 0x26749D) is known color: Lochmara. HEX triplet: 26, 74 and 9D. RGB value is (38,116,157). Sum of RGB (Red+Green+Blue) = 38+116+157=311 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.22% from 311); Green value is 116 (45.70% from 255 or 37.30% from 311); Blue value is 157 (61.72% from 255 or 50.48% from 311); Max value from RGB is 157 - color contains mainly: blue. Hex color #26749D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26749D is #D98B62. Grayscale: #616161. Windows color (decimal): -14256995 or 10318886. OLE color: 10318886.
HSL color Cylindrical-coordinate representation of color #26749D: hue angle of 200.67º 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 #26749D is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 116 | 157 | - |
| CMYK | 0.76 | 0.26 | 0 | 0.38 |
| HSL | 200.67º | 0.61% | 0.38% | - |
| HSV(B) | 200.67º | 0.76% | 0.62% | - |
| XYZ | 13.13 | 15.34 | 34.17 | - |
| YUV | 97.35 | 161.66 | 85.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 116 | 157 | 0.76 | 0.26 | 0 | 0.38 | 200.67 | 0.61 | 0.38 |
| Hex | 26 | 74 | 9D | 4C | 1A | 0 | 26 | C9 | 3D | 26 |
| Octal | 46 | 164 | 235 | 114 | 32 | 0 | 46 | 311 | 75 | 46 |
| Binary | 100110 | 1110100 | 10011101 | 1001100 | 11010 | 0 | 100110 | 11001001 | 111101 | 100110 |
Color Harmonies of #26749D
Complementary color
Monochromatic Colors of #26749D
Black with #26749D
Text Example
Text Example
White with #26749D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26749D; }
p { color: rgb(38,116,157); }
H1.HeaderClassName
{
color: #26749D;
}
.AnyTagClassName
{
color: #26749D;
}
</style>
background-color css
<style>
a { background-color: #26749D; }
a { background-color: rgb(38,116,157); }
div.DivClassName
{
background-color: #26749D;
}
.BgClassName
{
background-color: #26749D;
}
</style>
border-color css
<style>
span { border-color: #26749D; }
span { border-color: rgb(38,116,157); }
td.TdClassName
{
border-color: #26749D;
}
.TagClassName
{
border-color: #26749D;
}
</style>