Shades of Egyptian Blue #263C97
Tints of Egyptian Blue #263C97
RGB
CMYK
RGB Variations
Color information
#263C97 (or 0x263C97) is known color: Egyptian Blue. HEX triplet: 26, 3C and 97. RGB value is (38,60,151). Sum of RGB (Red+Green+Blue) = 38+60+151=249 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.26% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 151 (59.38% from 255 or 60.64% from 249); Max value from RGB is 151 - color contains mainly: blue. Hex color #263C97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263C97 is #D9C368. Grayscale: #3F3F3F. Windows color (decimal): -14271337 or 9911334. OLE color: 9911334.
HSL color Cylindrical-coordinate representation of color #263C97: hue angle of 228.32º 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 #263C97 is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 38 | 60 | 151 | - |
| CMYK | 0.75 | 0.60 | 0 | 0.41 |
| HSL | 228.32º | 0.6% | 0.37% | - |
| HSV(B) | 228.32º | 0.75% | 0.59% | - |
| XYZ | 8 | 5.88 | 29.99 | - |
| YUV | 63.8 | 177.21 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 60 | 151 | 0.75 | 0.60 | 0 | 0.41 | 228.32 | 0.6 | 0.37 |
| Hex | 26 | 3C | 97 | 4B | 3C | 0 | 29 | E4 | 3C | 25 |
| Octal | 46 | 74 | 227 | 113 | 74 | 0 | 51 | 344 | 74 | 45 |
| Binary | 100110 | 111100 | 10010111 | 1001011 | 111100 | 0 | 101001 | 11100100 | 111100 | 100101 |
Color Harmonies of #263C97
Complementary color
Monochromatic Colors of #263C97
Black with #263C97
Text Example
Text Example
White with #263C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263C97; }
p { color: rgb(38,60,151); }
H1.HeaderClassName
{
color: #263C97;
}
.AnyTagClassName
{
color: #263C97;
}
</style>
background-color css
<style>
a { background-color: #263C97; }
a { background-color: rgb(38,60,151); }
div.DivClassName
{
background-color: #263C97;
}
.BgClassName
{
background-color: #263C97;
}
</style>
border-color css
<style>
span { border-color: #263C97; }
span { border-color: rgb(38,60,151); }
td.TdClassName
{
border-color: #263C97;
}
.TagClassName
{
border-color: #263C97;
}
</style>