Shades of Lochmara #26759C
Tints of Lochmara #26759C
RGB
CMYK
RGB Variations
Color information
#26759C (or 0x26759C) is known color: Lochmara. HEX triplet: 26, 75 and 9C. RGB value is (38,117,156). Sum of RGB (Red+Green+Blue) = 38+117+156=311 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.22% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 156 (61.33% from 255 or 50.16% from 311); Max value from RGB is 156 - color contains mainly: blue. Hex color #26759C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26759C is #D98A63. Grayscale: #616161. Windows color (decimal): -14256740 or 10253606. OLE color: 10253606.
HSL color Cylindrical-coordinate representation of color #26759C: hue angle of 199.83º 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 #26759C is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 117 | 156 | - |
| CMYK | 0.76 | 0.25 | 0 | 0.39 |
| HSL | 199.83º | 0.61% | 0.38% | - |
| HSV(B) | 199.83º | 0.76% | 0.61% | - |
| XYZ | 13.16 | 15.53 | 33.76 | - |
| YUV | 97.83 | 160.83 | 85.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 117 | 156 | 0.76 | 0.25 | 0 | 0.39 | 199.83 | 0.61 | 0.38 |
| Hex | 26 | 75 | 9C | 4C | 19 | 0 | 27 | C8 | 3D | 26 |
| Octal | 46 | 165 | 234 | 114 | 31 | 0 | 47 | 310 | 75 | 46 |
| Binary | 100110 | 1110101 | 10011100 | 1001100 | 11001 | 0 | 100111 | 11001000 | 111101 | 100110 |
Color Harmonies of #26759C
Complementary color
Monochromatic Colors of #26759C
Black with #26759C
Text Example
Text Example
White with #26759C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26759C; }
p { color: rgb(38,117,156); }
H1.HeaderClassName
{
color: #26759C;
}
.AnyTagClassName
{
color: #26759C;
}
</style>
background-color css
<style>
a { background-color: #26759C; }
a { background-color: rgb(38,117,156); }
div.DivClassName
{
background-color: #26759C;
}
.BgClassName
{
background-color: #26759C;
}
</style>
border-color css
<style>
span { border-color: #26759C; }
span { border-color: rgb(38,117,156); }
td.TdClassName
{
border-color: #26759C;
}
.TagClassName
{
border-color: #26759C;
}
</style>