Shades of Egyptian Blue #26319E
Tints of Egyptian Blue #26319E
RGB
CMYK
RGB Variations
Color information
#26319E (or 0x26319E) is known color: Egyptian Blue. HEX triplet: 26, 31 and 9E. RGB value is (38,49,158). Sum of RGB (Red+Green+Blue) = 38+49+158=245 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.51% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 158 (62.11% from 255 or 64.49% from 245); Max value from RGB is 158 - color contains mainly: blue. Hex color #26319E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26319E is #D9CE61. Grayscale: #393939. Windows color (decimal): -14274146 or 10367270. OLE color: 10367270.
HSL color Cylindrical-coordinate representation of color #26319E: hue angle of 234.5º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26319E is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 49 | 158 | - |
| CMYK | 0.76 | 0.69 | 0 | 0.38 |
| HSL | 234.5º | 0.61% | 0.38% | - |
| HSV(B) | 234.5º | 0.76% | 0.62% | - |
| XYZ | 8.07 | 5.08 | 32.9 | - |
| YUV | 58.14 | 184.36 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 49 | 158 | 0.76 | 0.69 | 0 | 0.38 | 234.5 | 0.61 | 0.38 |
| Hex | 26 | 31 | 9E | 4C | 45 | 0 | 26 | EA | 3D | 26 |
| Octal | 46 | 61 | 236 | 114 | 105 | 0 | 46 | 352 | 75 | 46 |
| Binary | 100110 | 110001 | 10011110 | 1001100 | 1000101 | 0 | 100110 | 11101010 | 111101 | 100110 |
Color Harmonies of #26319E
Complementary color
Monochromatic Colors of #26319E
Black with #26319E
Text Example
Text Example
White with #26319E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26319E; }
p { color: rgb(38,49,158); }
H1.HeaderClassName
{
color: #26319E;
}
.AnyTagClassName
{
color: #26319E;
}
</style>
background-color css
<style>
a { background-color: #26319E; }
a { background-color: rgb(38,49,158); }
div.DivClassName
{
background-color: #26319E;
}
.BgClassName
{
background-color: #26319E;
}
</style>
border-color css
<style>
span { border-color: #26319E; }
span { border-color: rgb(38,49,158); }
td.TdClassName
{
border-color: #26319E;
}
.TagClassName
{
border-color: #26319E;
}
</style>