Shades of Egyptian Blue #262C91
Tints of Egyptian Blue #262C91
RGB
CMYK
RGB Variations
Color information
#262C91 (or 0x262C91) is known color: Egyptian Blue. HEX triplet: 26, 2C and 91. RGB value is (38,44,145). Sum of RGB (Red+Green+Blue) = 38+44+145=227 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.74% from 227); Green value is 44 (17.58% from 255 or 19.38% from 227); Blue value is 145 (57.03% from 255 or 63.88% from 227); Max value from RGB is 145 - color contains mainly: blue. Hex color #262C91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262C91 is #D9D36E. Grayscale: #353535. Windows color (decimal): -14275439 or 9514022. OLE color: 9514022.
HSL color Cylindrical-coordinate representation of color #262C91: hue angle of 236.64º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #262C91 is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 44 | 145 | - |
| CMYK | 0.74 | 0.70 | 0 | 0.43 |
| HSL | 236.64º | 0.58% | 0.36% | - |
| HSV(B) | 236.64º | 0.74% | 0.57% | - |
| XYZ | 6.81 | 4.26 | 27.25 | - |
| YUV | 53.72 | 179.51 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 44 | 145 | 0.74 | 0.70 | 0 | 0.43 | 236.64 | 0.58 | 0.36 |
| Hex | 26 | 2C | 91 | 4A | 46 | 0 | 2B | ED | 3A | 24 |
| Octal | 46 | 54 | 221 | 112 | 106 | 0 | 53 | 355 | 72 | 44 |
| Binary | 100110 | 101100 | 10010001 | 1001010 | 1000110 | 0 | 101011 | 11101101 | 111010 | 100100 |
Color Harmonies of #262C91
Complementary color
Monochromatic Colors of #262C91
Black with #262C91
Text Example
Text Example
White with #262C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262C91; }
p { color: rgb(38,44,145); }
H1.HeaderClassName
{
color: #262C91;
}
.AnyTagClassName
{
color: #262C91;
}
</style>
background-color css
<style>
a { background-color: #262C91; }
a { background-color: rgb(38,44,145); }
div.DivClassName
{
background-color: #262C91;
}
.BgClassName
{
background-color: #262C91;
}
</style>
border-color css
<style>
span { border-color: #262C91; }
span { border-color: rgb(38,44,145); }
td.TdClassName
{
border-color: #262C91;
}
.TagClassName
{
border-color: #262C91;
}
</style>