Shades of Lochmara #26649A
Tints of Lochmara #26649A
RGB
CMYK
RGB Variations
Color information
#26649A (or 0x26649A) is known color: Lochmara. HEX triplet: 26, 64 and 9A. RGB value is (38,100,154). Sum of RGB (Red+Green+Blue) = 38+100+154=292 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.01% from 292); Green value is 100 (39.45% from 255 or 34.25% from 292); Blue value is 154 (60.55% from 255 or 52.74% from 292); Max value from RGB is 154 - color contains mainly: blue. Hex color #26649A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26649A is #D99B65. Grayscale: #575757. Windows color (decimal): -14261094 or 10118182. OLE color: 10118182.
HSL color Cylindrical-coordinate representation of color #26649A: hue angle of 207.93º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #26649A is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 38 | 100 | 154 | - |
| CMYK | 0.75 | 0.35 | 0 | 0.40 |
| HSL | 207.93º | 0.6% | 0.38% | - |
| HSV(B) | 207.93º | 0.75% | 0.6% | - |
| XYZ | 11.19 | 11.86 | 32.27 | - |
| YUV | 87.62 | 165.46 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 100 | 154 | 0.75 | 0.35 | 0 | 0.40 | 207.93 | 0.6 | 0.38 |
| Hex | 26 | 64 | 9A | 4B | 23 | 0 | 28 | D0 | 3C | 26 |
| Octal | 46 | 144 | 232 | 113 | 43 | 0 | 50 | 320 | 74 | 46 |
| Binary | 100110 | 1100100 | 10011010 | 1001011 | 100011 | 0 | 101000 | 11010000 | 111100 | 100110 |
Color Harmonies of #26649A
Complementary color
Monochromatic Colors of #26649A
Black with #26649A
Text Example
Text Example
White with #26649A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26649A; }
p { color: rgb(38,100,154); }
H1.HeaderClassName
{
color: #26649A;
}
.AnyTagClassName
{
color: #26649A;
}
</style>
background-color css
<style>
a { background-color: #26649A; }
a { background-color: rgb(38,100,154); }
div.DivClassName
{
background-color: #26649A;
}
.BgClassName
{
background-color: #26649A;
}
</style>
border-color css
<style>
span { border-color: #26649A; }
span { border-color: rgb(38,100,154); }
td.TdClassName
{
border-color: #26649A;
}
.TagClassName
{
border-color: #26649A;
}
</style>