Shades of Egyptian Blue #26309B
Tints of Egyptian Blue #26309B
RGB
CMYK
RGB Variations
Color information
#26309B (or 0x26309B) is known color: Egyptian Blue. HEX triplet: 26, 30 and 9B. RGB value is (38,48,155). Sum of RGB (Red+Green+Blue) = 38+48+155=241 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.77% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 155 (60.94% from 255 or 64.32% from 241); Max value from RGB is 155 - color contains mainly: blue. Hex color #26309B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26309B is #D9CF64. Grayscale: #383838. Windows color (decimal): -14274405 or 10170406. OLE color: 10170406.
HSL color Cylindrical-coordinate representation of color #26309B: hue angle of 234.87º 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 #26309B is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 48 | 155 | - |
| CMYK | 0.75 | 0.69 | 0 | 0.39 |
| HSL | 234.87º | 0.61% | 0.38% | - |
| HSV(B) | 234.87º | 0.75% | 0.61% | - |
| XYZ | 7.77 | 4.89 | 31.55 | - |
| YUV | 57.21 | 183.19 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 48 | 155 | 0.75 | 0.69 | 0 | 0.39 | 234.87 | 0.61 | 0.38 |
| Hex | 26 | 30 | 9B | 4B | 45 | 0 | 27 | EB | 3D | 26 |
| Octal | 46 | 60 | 233 | 113 | 105 | 0 | 47 | 353 | 75 | 46 |
| Binary | 100110 | 110000 | 10011011 | 1001011 | 1000101 | 0 | 100111 | 11101011 | 111101 | 100110 |
Color Harmonies of #26309B
Complementary color
Monochromatic Colors of #26309B
Black with #26309B
Text Example
Text Example
White with #26309B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26309B; }
p { color: rgb(38,48,155); }
H1.HeaderClassName
{
color: #26309B;
}
.AnyTagClassName
{
color: #26309B;
}
</style>
background-color css
<style>
a { background-color: #26309B; }
a { background-color: rgb(38,48,155); }
div.DivClassName
{
background-color: #26309B;
}
.BgClassName
{
background-color: #26309B;
}
</style>
border-color css
<style>
span { border-color: #26309B; }
span { border-color: rgb(38,48,155); }
td.TdClassName
{
border-color: #26309B;
}
.TagClassName
{
border-color: #26309B;
}
</style>