Shades of Lochmara #26749C
Tints of Lochmara #26749C
RGB
CMYK
RGB Variations
Color information
#26749C (or 0x26749C) is known color: Lochmara. HEX triplet: 26, 74 and 9C. RGB value is (38,116,156). Sum of RGB (Red+Green+Blue) = 38+116+156=310 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.26% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 156 (61.33% from 255 or 50.32% from 310); Max value from RGB is 156 - color contains mainly: blue. Hex color #26749C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26749C is #D98B63. Grayscale: #616161. Windows color (decimal): -14256996 or 10253350. OLE color: 10253350.
HSL color Cylindrical-coordinate representation of color #26749C: hue angle of 200.34º 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 #26749C is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 116 | 156 | - |
| CMYK | 0.76 | 0.26 | 0 | 0.39 |
| HSL | 200.34º | 0.61% | 0.38% | - |
| HSV(B) | 200.34º | 0.76% | 0.61% | - |
| XYZ | 13.05 | 15.3 | 33.72 | - |
| YUV | 97.24 | 161.16 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 116 | 156 | 0.76 | 0.26 | 0 | 0.39 | 200.34 | 0.61 | 0.38 |
| Hex | 26 | 74 | 9C | 4C | 1A | 0 | 27 | C8 | 3D | 26 |
| Octal | 46 | 164 | 234 | 114 | 32 | 0 | 47 | 310 | 75 | 46 |
| Binary | 100110 | 1110100 | 10011100 | 1001100 | 11010 | 0 | 100111 | 11001000 | 111101 | 100110 |
Color Harmonies of #26749C
Complementary color
Monochromatic Colors of #26749C
Black with #26749C
Text Example
Text Example
White with #26749C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26749C; }
p { color: rgb(38,116,156); }
H1.HeaderClassName
{
color: #26749C;
}
.AnyTagClassName
{
color: #26749C;
}
</style>
background-color css
<style>
a { background-color: #26749C; }
a { background-color: rgb(38,116,156); }
div.DivClassName
{
background-color: #26749C;
}
.BgClassName
{
background-color: #26749C;
}
</style>
border-color css
<style>
span { border-color: #26749C; }
span { border-color: rgb(38,116,156); }
td.TdClassName
{
border-color: #26749C;
}
.TagClassName
{
border-color: #26749C;
}
</style>