Shades of Lochmara #26739D
Tints of Lochmara #26739D
RGB
CMYK
RGB Variations
Color information
#26739D (or 0x26739D) is known color: Lochmara. HEX triplet: 26, 73 and 9D. RGB value is (38,115,157). Sum of RGB (Red+Green+Blue) = 38+115+157=310 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.26% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 157 (61.72% from 255 or 50.65% from 310); Max value from RGB is 157 - color contains mainly: blue. Hex color #26739D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26739D is #D98C62. Grayscale: #606060. Windows color (decimal): -14257251 or 10318630. OLE color: 10318630.
HSL color Cylindrical-coordinate representation of color #26739D: hue angle of 201.18º 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 #26739D is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 115 | 157 | - |
| CMYK | 0.76 | 0.27 | 0 | 0.38 |
| HSL | 201.18º | 0.61% | 0.38% | - |
| HSV(B) | 201.18º | 0.76% | 0.62% | - |
| XYZ | 13.02 | 15.11 | 34.13 | - |
| YUV | 96.77 | 161.99 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 115 | 157 | 0.76 | 0.27 | 0 | 0.38 | 201.18 | 0.61 | 0.38 |
| Hex | 26 | 73 | 9D | 4C | 1B | 0 | 26 | C9 | 3D | 26 |
| Octal | 46 | 163 | 235 | 114 | 33 | 0 | 46 | 311 | 75 | 46 |
| Binary | 100110 | 1110011 | 10011101 | 1001100 | 11011 | 0 | 100110 | 11001001 | 111101 | 100110 |
Color Harmonies of #26739D
Complementary color
Monochromatic Colors of #26739D
Black with #26739D
Text Example
Text Example
White with #26739D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26739D; }
p { color: rgb(38,115,157); }
H1.HeaderClassName
{
color: #26739D;
}
.AnyTagClassName
{
color: #26739D;
}
</style>
background-color css
<style>
a { background-color: #26739D; }
a { background-color: rgb(38,115,157); }
div.DivClassName
{
background-color: #26739D;
}
.BgClassName
{
background-color: #26739D;
}
</style>
border-color css
<style>
span { border-color: #26739D; }
span { border-color: rgb(38,115,157); }
td.TdClassName
{
border-color: #26739D;
}
.TagClassName
{
border-color: #26739D;
}
</style>