Shades of Egyptian Blue #26309A
Tints of Egyptian Blue #26309A
RGB
CMYK
RGB Variations
Color information
#26309A (or 0x26309A) is known color: Egyptian Blue. HEX triplet: 26, 30 and 9A. RGB value is (38,48,154). Sum of RGB (Red+Green+Blue) = 38+48+154=240 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.83% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 154 (60.55% from 255 or 64.17% from 240); Max value from RGB is 154 - color contains mainly: blue. Hex color #26309A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26309A is #D9CF65. Grayscale: #383838. Windows color (decimal): -14274406 or 10104870. OLE color: 10104870.
HSL color Cylindrical-coordinate representation of color #26309A: hue angle of 234.83º 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 #26309A is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 38 | 48 | 154 | - |
| CMYK | 0.75 | 0.69 | 0 | 0.40 |
| HSL | 234.83º | 0.6% | 0.38% | - |
| HSV(B) | 234.83º | 0.75% | 0.6% | - |
| XYZ | 7.69 | 4.86 | 31.1 | - |
| YUV | 57.09 | 182.69 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 48 | 154 | 0.75 | 0.69 | 0 | 0.40 | 234.83 | 0.6 | 0.38 |
| Hex | 26 | 30 | 9A | 4B | 45 | 0 | 28 | EB | 3C | 26 |
| Octal | 46 | 60 | 232 | 113 | 105 | 0 | 50 | 353 | 74 | 46 |
| Binary | 100110 | 110000 | 10011010 | 1001011 | 1000101 | 0 | 101000 | 11101011 | 111100 | 100110 |
Color Harmonies of #26309A
Complementary color
Monochromatic Colors of #26309A
Black with #26309A
Text Example
Text Example
White with #26309A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26309A; }
p { color: rgb(38,48,154); }
H1.HeaderClassName
{
color: #26309A;
}
.AnyTagClassName
{
color: #26309A;
}
</style>
background-color css
<style>
a { background-color: #26309A; }
a { background-color: rgb(38,48,154); }
div.DivClassName
{
background-color: #26309A;
}
.BgClassName
{
background-color: #26309A;
}
</style>
border-color css
<style>
span { border-color: #26309A; }
span { border-color: rgb(38,48,154); }
td.TdClassName
{
border-color: #26309A;
}
.TagClassName
{
border-color: #26309A;
}
</style>