Shades of Egyptian Blue #262E94
Tints of Egyptian Blue #262E94
RGB
CMYK
RGB Variations
Color information
#262E94 (or 0x262E94) is known color: Egyptian Blue. HEX triplet: 26, 2E and 94. RGB value is (38,46,148). Sum of RGB (Red+Green+Blue) = 38+46+148=232 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.38% from 232); Green value is 46 (18.36% from 255 or 19.83% from 232); Blue value is 148 (58.20% from 255 or 63.79% from 232); Max value from RGB is 148 - color contains mainly: blue. Hex color #262E94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262E94 is #D9D16B. Grayscale: #363636. Windows color (decimal): -14274924 or 9711142. OLE color: 9711142.
HSL color Cylindrical-coordinate representation of color #262E94: hue angle of 235.64º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #262E94 is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 46 | 148 | - |
| CMYK | 0.74 | 0.69 | 0 | 0.42 |
| HSL | 235.64º | 0.59% | 0.36% | - |
| HSV(B) | 235.64º | 0.74% | 0.58% | - |
| XYZ | 7.12 | 4.5 | 28.51 | - |
| YUV | 55.24 | 180.35 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 46 | 148 | 0.74 | 0.69 | 0 | 0.42 | 235.64 | 0.59 | 0.36 |
| Hex | 26 | 2E | 94 | 4A | 45 | 0 | 2A | EC | 3B | 24 |
| Octal | 46 | 56 | 224 | 112 | 105 | 0 | 52 | 354 | 73 | 44 |
| Binary | 100110 | 101110 | 10010100 | 1001010 | 1000101 | 0 | 101010 | 11101100 | 111011 | 100100 |
Color Harmonies of #262E94
Complementary color
Monochromatic Colors of #262E94
Black with #262E94
Text Example
Text Example
White with #262E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262E94; }
p { color: rgb(38,46,148); }
H1.HeaderClassName
{
color: #262E94;
}
.AnyTagClassName
{
color: #262E94;
}
</style>
background-color css
<style>
a { background-color: #262E94; }
a { background-color: rgb(38,46,148); }
div.DivClassName
{
background-color: #262E94;
}
.BgClassName
{
background-color: #262E94;
}
</style>
border-color css
<style>
span { border-color: #262E94; }
span { border-color: rgb(38,46,148); }
td.TdClassName
{
border-color: #262E94;
}
.TagClassName
{
border-color: #262E94;
}
</style>