Shades of Egyptian Blue #26429D
Tints of Egyptian Blue #26429D
RGB
CMYK
RGB Variations
Color information
#26429D (or 0x26429D) is known color: Egyptian Blue. HEX triplet: 26, 42 and 9D. RGB value is (38,66,157). Sum of RGB (Red+Green+Blue) = 38+66+157=261 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.56% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 157 (61.72% from 255 or 60.15% from 261); Max value from RGB is 157 - color contains mainly: blue. Hex color #26429D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26429D is #D9BD62. Grayscale: #434343. Windows color (decimal): -14269795 or 10306086. OLE color: 10306086.
HSL color Cylindrical-coordinate representation of color #26429D: hue angle of 225.88º 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 #26429D is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 66 | 157 | - |
| CMYK | 0.76 | 0.58 | 0 | 0.38 |
| HSL | 225.88º | 0.61% | 0.38% | - |
| HSV(B) | 225.88º | 0.76% | 0.62% | - |
| XYZ | 8.83 | 6.74 | 32.73 | - |
| YUV | 68 | 178.22 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 66 | 157 | 0.76 | 0.58 | 0 | 0.38 | 225.88 | 0.61 | 0.38 |
| Hex | 26 | 42 | 9D | 4C | 3A | 0 | 26 | E2 | 3D | 26 |
| Octal | 46 | 102 | 235 | 114 | 72 | 0 | 46 | 342 | 75 | 46 |
| Binary | 100110 | 1000010 | 10011101 | 1001100 | 111010 | 0 | 100110 | 11100010 | 111101 | 100110 |
Color Harmonies of #26429D
Complementary color
Monochromatic Colors of #26429D
Black with #26429D
Text Example
Text Example
White with #26429D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26429D; }
p { color: rgb(38,66,157); }
H1.HeaderClassName
{
color: #26429D;
}
.AnyTagClassName
{
color: #26429D;
}
</style>
background-color css
<style>
a { background-color: #26429D; }
a { background-color: rgb(38,66,157); }
div.DivClassName
{
background-color: #26429D;
}
.BgClassName
{
background-color: #26429D;
}
</style>
border-color css
<style>
span { border-color: #26429D; }
span { border-color: rgb(38,66,157); }
td.TdClassName
{
border-color: #26429D;
}
.TagClassName
{
border-color: #26429D;
}
</style>