Shades of Lochmara #26709D
Tints of Lochmara #26709D
RGB
CMYK
RGB Variations
Color information
#26709D (or 0x26709D) is known color: Lochmara. HEX triplet: 26, 70 and 9D. RGB value is (38,112,157). Sum of RGB (Red+Green+Blue) = 38+112+157=307 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.38% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 157 (61.72% from 255 or 51.14% from 307); Max value from RGB is 157 - color contains mainly: blue. Hex color #26709D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26709D is #D98F62. Grayscale: #5E5E5E. Windows color (decimal): -14258019 or 10317862. OLE color: 10317862.
HSL color Cylindrical-coordinate representation of color #26709D: hue angle of 202.69º 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 #26709D is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 112 | 157 | - |
| CMYK | 0.76 | 0.29 | 0 | 0.38 |
| HSL | 202.69º | 0.61% | 0.38% | - |
| HSV(B) | 202.69º | 0.76% | 0.62% | - |
| XYZ | 12.68 | 14.43 | 34.02 | - |
| YUV | 95 | 162.98 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 112 | 157 | 0.76 | 0.29 | 0 | 0.38 | 202.69 | 0.61 | 0.38 |
| Hex | 26 | 70 | 9D | 4C | 1D | 0 | 26 | CB | 3D | 26 |
| Octal | 46 | 160 | 235 | 114 | 35 | 0 | 46 | 313 | 75 | 46 |
| Binary | 100110 | 1110000 | 10011101 | 1001100 | 11101 | 0 | 100110 | 11001011 | 111101 | 100110 |
Color Harmonies of #26709D
Complementary color
Monochromatic Colors of #26709D
Black with #26709D
Text Example
Text Example
White with #26709D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26709D; }
p { color: rgb(38,112,157); }
H1.HeaderClassName
{
color: #26709D;
}
.AnyTagClassName
{
color: #26709D;
}
</style>
background-color css
<style>
a { background-color: #26709D; }
a { background-color: rgb(38,112,157); }
div.DivClassName
{
background-color: #26709D;
}
.BgClassName
{
background-color: #26709D;
}
</style>
border-color css
<style>
span { border-color: #26709D; }
span { border-color: rgb(38,112,157); }
td.TdClassName
{
border-color: #26709D;
}
.TagClassName
{
border-color: #26709D;
}
</style>