Shades of Lochmara #26739F
Tints of Lochmara #26739F
RGB
CMYK
RGB Variations
Color information
#26739F (or 0x26739F) is known color: Lochmara. HEX triplet: 26, 73 and 9F. RGB value is (38,115,159). Sum of RGB (Red+Green+Blue) = 38+115+159=312 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.18% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 159 (62.5% from 255 or 50.96% from 312); Max value from RGB is 159 - color contains mainly: blue. Hex color #26739F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26739F is #D98C60. Grayscale: #606060. Windows color (decimal): -14257249 or 10449702. OLE color: 10449702.
HSL color Cylindrical-coordinate representation of color #26739F: hue angle of 201.82º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26739F is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 115 | 159 | - |
| CMYK | 0.76 | 0.28 | 0 | 0.38 |
| HSL | 201.82º | 0.61% | 0.39% | - |
| HSV(B) | 201.82º | 0.76% | 0.62% | - |
| XYZ | 13.19 | 15.18 | 35.04 | - |
| YUV | 96.99 | 162.99 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 115 | 159 | 0.76 | 0.28 | 0 | 0.38 | 201.82 | 0.61 | 0.39 |
| Hex | 26 | 73 | 9F | 4C | 1C | 0 | 26 | CA | 3D | 27 |
| Octal | 46 | 163 | 237 | 114 | 34 | 0 | 46 | 312 | 75 | 47 |
| Binary | 100110 | 1110011 | 10011111 | 1001100 | 11100 | 0 | 100110 | 11001010 | 111101 | 100111 |
Color Harmonies of #26739F
Complementary color
Monochromatic Colors of #26739F
Black with #26739F
Text Example
Text Example
White with #26739F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26739F; }
p { color: rgb(38,115,159); }
H1.HeaderClassName
{
color: #26739F;
}
.AnyTagClassName
{
color: #26739F;
}
</style>
background-color css
<style>
a { background-color: #26739F; }
a { background-color: rgb(38,115,159); }
div.DivClassName
{
background-color: #26739F;
}
.BgClassName
{
background-color: #26739F;
}
</style>
border-color css
<style>
span { border-color: #26739F; }
span { border-color: rgb(38,115,159); }
td.TdClassName
{
border-color: #26739F;
}
.TagClassName
{
border-color: #26739F;
}
</style>