Shades of Lochmara #26679C
Tints of Lochmara #26679C
RGB
CMYK
RGB Variations
Color information
#26679C (or 0x26679C) is known color: Lochmara. HEX triplet: 26, 67 and 9C. RGB value is (38,103,156). Sum of RGB (Red+Green+Blue) = 38+103+156=297 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.79% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 156 (61.33% from 255 or 52.53% from 297); Max value from RGB is 156 - color contains mainly: blue. Hex color #26679C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26679C is #D99863. Grayscale: #595959. Windows color (decimal): -14260324 or 10250022. OLE color: 10250022.
HSL color Cylindrical-coordinate representation of color #26679C: hue angle of 206.95º 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 #26679C is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 103 | 156 | - |
| CMYK | 0.76 | 0.34 | 0 | 0.39 |
| HSL | 206.95º | 0.61% | 0.38% | - |
| HSV(B) | 206.95º | 0.76% | 0.61% | - |
| XYZ | 11.65 | 12.51 | 33.25 | - |
| YUV | 89.61 | 165.47 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 103 | 156 | 0.76 | 0.34 | 0 | 0.39 | 206.95 | 0.61 | 0.38 |
| Hex | 26 | 67 | 9C | 4C | 22 | 0 | 27 | CF | 3D | 26 |
| Octal | 46 | 147 | 234 | 114 | 42 | 0 | 47 | 317 | 75 | 46 |
| Binary | 100110 | 1100111 | 10011100 | 1001100 | 100010 | 0 | 100111 | 11001111 | 111101 | 100110 |
Color Harmonies of #26679C
Complementary color
Monochromatic Colors of #26679C
Black with #26679C
Text Example
Text Example
White with #26679C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26679C; }
p { color: rgb(38,103,156); }
H1.HeaderClassName
{
color: #26679C;
}
.AnyTagClassName
{
color: #26679C;
}
</style>
background-color css
<style>
a { background-color: #26679C; }
a { background-color: rgb(38,103,156); }
div.DivClassName
{
background-color: #26679C;
}
.BgClassName
{
background-color: #26679C;
}
</style>
border-color css
<style>
span { border-color: #26679C; }
span { border-color: rgb(38,103,156); }
td.TdClassName
{
border-color: #26679C;
}
.TagClassName
{
border-color: #26679C;
}
</style>