Shades of Egyptian Blue #262B91
Tints of Egyptian Blue #262B91
RGB
CMYK
RGB Variations
Color information
#262B91 (or 0x262B91) is known color: Egyptian Blue. HEX triplet: 26, 2B and 91. RGB value is (38,43,145). Sum of RGB (Red+Green+Blue) = 38+43+145=226 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.81% from 226); Green value is 43 (17.19% from 255 or 19.03% from 226); Blue value is 145 (57.03% from 255 or 64.16% from 226); Max value from RGB is 145 - color contains mainly: blue. Hex color #262B91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262B91 is #D9D46E. Grayscale: #343434. Windows color (decimal): -14275695 or 9513766. OLE color: 9513766.
HSL color Cylindrical-coordinate representation of color #262B91: hue angle of 237.2º 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 #262B91 is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 43 | 145 | - |
| CMYK | 0.74 | 0.70 | 0 | 0.43 |
| HSL | 237.2º | 0.58% | 0.36% | - |
| HSV(B) | 237.2º | 0.74% | 0.57% | - |
| XYZ | 6.77 | 4.18 | 27.24 | - |
| YUV | 53.13 | 179.84 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 43 | 145 | 0.74 | 0.70 | 0 | 0.43 | 237.2 | 0.58 | 0.36 |
| Hex | 26 | 2B | 91 | 4A | 46 | 0 | 2B | ED | 3A | 24 |
| Octal | 46 | 53 | 221 | 112 | 106 | 0 | 53 | 355 | 72 | 44 |
| Binary | 100110 | 101011 | 10010001 | 1001010 | 1000110 | 0 | 101011 | 11101101 | 111010 | 100100 |
Color Harmonies of #262B91
Complementary color
Monochromatic Colors of #262B91
Black with #262B91
Text Example
Text Example
White with #262B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262B91; }
p { color: rgb(38,43,145); }
H1.HeaderClassName
{
color: #262B91;
}
.AnyTagClassName
{
color: #262B91;
}
</style>
background-color css
<style>
a { background-color: #262B91; }
a { background-color: rgb(38,43,145); }
div.DivClassName
{
background-color: #262B91;
}
.BgClassName
{
background-color: #262B91;
}
</style>
border-color css
<style>
span { border-color: #262B91; }
span { border-color: rgb(38,43,145); }
td.TdClassName
{
border-color: #262B91;
}
.TagClassName
{
border-color: #262B91;
}
</style>