Shades of Egyptian Blue #263C9B
Tints of Egyptian Blue #263C9B
RGB
CMYK
RGB Variations
Color information
#263C9B (or 0x263C9B) is known color: Egyptian Blue. HEX triplet: 26, 3C and 9B. RGB value is (38,60,155). Sum of RGB (Red+Green+Blue) = 38+60+155=253 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.02% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 155 (60.94% from 255 or 61.26% from 253); Max value from RGB is 155 - color contains mainly: blue. Hex color #263C9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263C9B is #D9C364. Grayscale: #3F3F3F. Windows color (decimal): -14271333 or 10173478. OLE color: 10173478.
HSL color Cylindrical-coordinate representation of color #263C9B: hue angle of 228.72º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #263C9B is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 60 | 155 | - |
| CMYK | 0.75 | 0.61 | 0 | 0.39 |
| HSL | 228.72º | 0.61% | 0.38% | - |
| HSV(B) | 228.72º | 0.75% | 0.61% | - |
| XYZ | 8.33 | 6.01 | 31.73 | - |
| YUV | 64.25 | 179.21 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 60 | 155 | 0.75 | 0.61 | 0 | 0.39 | 228.72 | 0.61 | 0.38 |
| Hex | 26 | 3C | 9B | 4B | 3D | 0 | 27 | E5 | 3D | 26 |
| Octal | 46 | 74 | 233 | 113 | 75 | 0 | 47 | 345 | 75 | 46 |
| Binary | 100110 | 111100 | 10011011 | 1001011 | 111101 | 0 | 100111 | 11100101 | 111101 | 100110 |
Color Harmonies of #263C9B
Complementary color
Monochromatic Colors of #263C9B
Black with #263C9B
Text Example
Text Example
White with #263C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263C9B; }
p { color: rgb(38,60,155); }
H1.HeaderClassName
{
color: #263C9B;
}
.AnyTagClassName
{
color: #263C9B;
}
</style>
background-color css
<style>
a { background-color: #263C9B; }
a { background-color: rgb(38,60,155); }
div.DivClassName
{
background-color: #263C9B;
}
.BgClassName
{
background-color: #263C9B;
}
</style>
border-color css
<style>
span { border-color: #263C9B; }
span { border-color: rgb(38,60,155); }
td.TdClassName
{
border-color: #263C9B;
}
.TagClassName
{
border-color: #263C9B;
}
</style>