Shades of Egyptian Blue #26309D
Tints of Egyptian Blue #26309D
RGB
CMYK
RGB Variations
Color information
#26309D (or 0x26309D) is known color: Egyptian Blue. HEX triplet: 26, 30 and 9D. RGB value is (38,48,157). Sum of RGB (Red+Green+Blue) = 38+48+157=243 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.64% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 157 (61.72% from 255 or 64.61% from 243); Max value from RGB is 157 - color contains mainly: blue. Hex color #26309D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26309D is #D9CF62. Grayscale: #383838. Windows color (decimal): -14274403 or 10301478. OLE color: 10301478.
HSL color Cylindrical-coordinate representation of color #26309D: hue angle of 234.96º 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 #26309D is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 48 | 157 | - |
| CMYK | 0.76 | 0.69 | 0 | 0.38 |
| HSL | 234.96º | 0.61% | 0.38% | - |
| HSV(B) | 234.96º | 0.76% | 0.62% | - |
| XYZ | 7.94 | 4.96 | 32.44 | - |
| YUV | 57.44 | 184.19 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 48 | 157 | 0.76 | 0.69 | 0 | 0.38 | 234.96 | 0.61 | 0.38 |
| Hex | 26 | 30 | 9D | 4C | 45 | 0 | 26 | EB | 3D | 26 |
| Octal | 46 | 60 | 235 | 114 | 105 | 0 | 46 | 353 | 75 | 46 |
| Binary | 100110 | 110000 | 10011101 | 1001100 | 1000101 | 0 | 100110 | 11101011 | 111101 | 100110 |
Color Harmonies of #26309D
Complementary color
Monochromatic Colors of #26309D
Black with #26309D
Text Example
Text Example
White with #26309D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26309D; }
p { color: rgb(38,48,157); }
H1.HeaderClassName
{
color: #26309D;
}
.AnyTagClassName
{
color: #26309D;
}
</style>
background-color css
<style>
a { background-color: #26309D; }
a { background-color: rgb(38,48,157); }
div.DivClassName
{
background-color: #26309D;
}
.BgClassName
{
background-color: #26309D;
}
</style>
border-color css
<style>
span { border-color: #26309D; }
span { border-color: rgb(38,48,157); }
td.TdClassName
{
border-color: #26309D;
}
.TagClassName
{
border-color: #26309D;
}
</style>