Shades of Lochmara #26629B
Tints of Lochmara #26629B
RGB
CMYK
RGB Variations
Color information
#26629B (or 0x26629B) is known color: Lochmara. HEX triplet: 26, 62 and 9B. RGB value is (38,98,155). Sum of RGB (Red+Green+Blue) = 38+98+155=291 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.06% from 291); Green value is 98 (38.67% from 255 or 33.68% from 291); Blue value is 155 (60.94% from 255 or 53.26% from 291); Max value from RGB is 155 - color contains mainly: blue. Hex color #26629B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26629B is #D99D64. Grayscale: #565656. Windows color (decimal): -14261605 or 10183206. OLE color: 10183206.
HSL color Cylindrical-coordinate representation of color #26629B: hue angle of 209.23º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #26629B is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 98 | 155 | - |
| CMYK | 0.75 | 0.37 | 0 | 0.39 |
| HSL | 209.23º | 0.61% | 0.38% | - |
| HSV(B) | 209.23º | 0.75% | 0.61% | - |
| XYZ | 11.08 | 11.51 | 32.65 | - |
| YUV | 86.56 | 166.62 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 98 | 155 | 0.75 | 0.37 | 0 | 0.39 | 209.23 | 0.61 | 0.38 |
| Hex | 26 | 62 | 9B | 4B | 25 | 0 | 27 | D1 | 3D | 26 |
| Octal | 46 | 142 | 233 | 113 | 45 | 0 | 47 | 321 | 75 | 46 |
| Binary | 100110 | 1100010 | 10011011 | 1001011 | 100101 | 0 | 100111 | 11010001 | 111101 | 100110 |
Color Harmonies of #26629B
Complementary color
Monochromatic Colors of #26629B
Black with #26629B
Text Example
Text Example
White with #26629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26629B; }
p { color: rgb(38,98,155); }
H1.HeaderClassName
{
color: #26629B;
}
.AnyTagClassName
{
color: #26629B;
}
</style>
background-color css
<style>
a { background-color: #26629B; }
a { background-color: rgb(38,98,155); }
div.DivClassName
{
background-color: #26629B;
}
.BgClassName
{
background-color: #26629B;
}
</style>
border-color css
<style>
span { border-color: #26629B; }
span { border-color: rgb(38,98,155); }
td.TdClassName
{
border-color: #26629B;
}
.TagClassName
{
border-color: #26629B;
}
</style>