Shades of Lochmara #26629C
Tints of Lochmara #26629C
RGB
CMYK
RGB Variations
Color information
#26629C (or 0x26629C) is known color: Lochmara. HEX triplet: 26, 62 and 9C. RGB value is (38,98,156). Sum of RGB (Red+Green+Blue) = 38+98+156=292 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.01% from 292); Green value is 98 (38.67% from 255 or 33.56% from 292); Blue value is 156 (61.33% from 255 or 53.42% from 292); Max value from RGB is 156 - color contains mainly: blue. Hex color #26629C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26629C is #D99D63. Grayscale: #565656. Windows color (decimal): -14261604 or 10248742. OLE color: 10248742.
HSL color Cylindrical-coordinate representation of color #26629C: hue angle of 209.49º 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 #26629C is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 98 | 156 | - |
| CMYK | 0.76 | 0.37 | 0 | 0.39 |
| HSL | 209.49º | 0.61% | 0.38% | - |
| HSV(B) | 209.49º | 0.76% | 0.61% | - |
| XYZ | 11.17 | 11.55 | 33.09 | - |
| YUV | 86.67 | 167.12 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 98 | 156 | 0.76 | 0.37 | 0 | 0.39 | 209.49 | 0.61 | 0.38 |
| Hex | 26 | 62 | 9C | 4C | 25 | 0 | 27 | D1 | 3D | 26 |
| Octal | 46 | 142 | 234 | 114 | 45 | 0 | 47 | 321 | 75 | 46 |
| Binary | 100110 | 1100010 | 10011100 | 1001100 | 100101 | 0 | 100111 | 11010001 | 111101 | 100110 |
Color Harmonies of #26629C
Complementary color
Monochromatic Colors of #26629C
Black with #26629C
Text Example
Text Example
White with #26629C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26629C; }
p { color: rgb(38,98,156); }
H1.HeaderClassName
{
color: #26629C;
}
.AnyTagClassName
{
color: #26629C;
}
</style>
background-color css
<style>
a { background-color: #26629C; }
a { background-color: rgb(38,98,156); }
div.DivClassName
{
background-color: #26629C;
}
.BgClassName
{
background-color: #26629C;
}
</style>
border-color css
<style>
span { border-color: #26629C; }
span { border-color: rgb(38,98,156); }
td.TdClassName
{
border-color: #26629C;
}
.TagClassName
{
border-color: #26629C;
}
</style>