Shades of Egyptian Blue #263399
Tints of Egyptian Blue #263399
RGB
CMYK
RGB Variations
Color information
#263399 (or 0x263399) is known color: Egyptian Blue. HEX triplet: 26, 33 and 99. RGB value is (38,51,153). Sum of RGB (Red+Green+Blue) = 38+51+153=242 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.70% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 153 (60.16% from 255 or 63.22% from 242); Max value from RGB is 153 - color contains mainly: blue. Hex color #263399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263399 is #D9CC66. Grayscale: #3A3A3A. Windows color (decimal): -14273639 or 10040102. OLE color: 10040102.
HSL color Cylindrical-coordinate representation of color #263399: hue angle of 233.22º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #263399 is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 38 | 51 | 153 | - |
| CMYK | 0.75 | 0.67 | 0 | 0.4 |
| HSL | 233.22º | 0.6% | 0.37% | - |
| HSV(B) | 233.22º | 0.75% | 0.6% | - |
| XYZ | 7.73 | 5.08 | 30.71 | - |
| YUV | 58.74 | 181.19 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 51 | 153 | 0.75 | 0.67 | 0 | 0.4 | 233.22 | 0.6 | 0.37 |
| Hex | 26 | 33 | 99 | 4B | 43 | 0 | 28 | E9 | 3C | 25 |
| Octal | 46 | 63 | 231 | 113 | 103 | 0 | 50 | 351 | 74 | 45 |
| Binary | 100110 | 110011 | 10011001 | 1001011 | 1000011 | 0 | 101000 | 11101001 | 111100 | 100101 |
Color Harmonies of #263399
Complementary color
Monochromatic Colors of #263399
Black with #263399
Text Example
Text Example
White with #263399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263399; }
p { color: rgb(38,51,153); }
H1.HeaderClassName
{
color: #263399;
}
.AnyTagClassName
{
color: #263399;
}
</style>
background-color css
<style>
a { background-color: #263399; }
a { background-color: rgb(38,51,153); }
div.DivClassName
{
background-color: #263399;
}
.BgClassName
{
background-color: #263399;
}
</style>
border-color css
<style>
span { border-color: #263399; }
span { border-color: rgb(38,51,153); }
td.TdClassName
{
border-color: #263399;
}
.TagClassName
{
border-color: #263399;
}
</style>