Shades of Egyptian Blue #263C96
Tints of Egyptian Blue #263C96
RGB
CMYK
RGB Variations
Color information
#263C96 (or 0x263C96) is known color: Egyptian Blue. HEX triplet: 26, 3C and 96. RGB value is (38,60,150). Sum of RGB (Red+Green+Blue) = 38+60+150=248 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.32% from 248); Green value is 60 (23.83% from 255 or 24.19% from 248); Blue value is 150 (58.98% from 255 or 60.48% from 248); Max value from RGB is 150 - color contains mainly: blue. Hex color #263C96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263C96 is #D9C369. Grayscale: #3F3F3F. Windows color (decimal): -14271338 or 9845798. OLE color: 9845798.
HSL color Cylindrical-coordinate representation of color #263C96: hue angle of 228.21º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #263C96 is Cyan = 0.75, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 38 | 60 | 150 | - |
| CMYK | 0.75 | 0.6 | 0 | 0.41 |
| HSL | 228.21º | 0.6% | 0.37% | - |
| HSV(B) | 228.21º | 0.75% | 0.59% | - |
| XYZ | 7.92 | 5.85 | 29.57 | - |
| YUV | 63.68 | 176.71 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 60 | 150 | 0.75 | 0.6 | 0 | 0.41 | 228.21 | 0.6 | 0.37 |
| Hex | 26 | 3C | 96 | 4B | 3C | 0 | 29 | E4 | 3C | 25 |
| Octal | 46 | 74 | 226 | 113 | 74 | 0 | 51 | 344 | 74 | 45 |
| Binary | 100110 | 111100 | 10010110 | 1001011 | 111100 | 0 | 101001 | 11100100 | 111100 | 100101 |
Color Harmonies of #263C96
Complementary color
Monochromatic Colors of #263C96
Black with #263C96
Text Example
Text Example
White with #263C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263C96; }
p { color: rgb(38,60,150); }
H1.HeaderClassName
{
color: #263C96;
}
.AnyTagClassName
{
color: #263C96;
}
</style>
background-color css
<style>
a { background-color: #263C96; }
a { background-color: rgb(38,60,150); }
div.DivClassName
{
background-color: #263C96;
}
.BgClassName
{
background-color: #263C96;
}
</style>
border-color css
<style>
span { border-color: #263C96; }
span { border-color: rgb(38,60,150); }
td.TdClassName
{
border-color: #263C96;
}
.TagClassName
{
border-color: #263C96;
}
</style>