Shades of Egyptian Blue #263E9B
Tints of Egyptian Blue #263E9B
RGB
CMYK
RGB Variations
Color information
#263E9B (or 0x263E9B) is known color: Egyptian Blue. HEX triplet: 26, 3E and 9B. RGB value is (38,62,155). Sum of RGB (Red+Green+Blue) = 38+62+155=255 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.90% from 255); Green value is 62 (24.61% from 255 or 24.31% from 255); Blue value is 155 (60.94% from 255 or 60.78% from 255); Max value from RGB is 155 - color contains mainly: blue. Hex color #263E9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263E9B is #D9C164. Grayscale: #414141. Windows color (decimal): -14270821 or 10173990. OLE color: 10173990.
HSL color Cylindrical-coordinate representation of color #263E9B: hue angle of 227.69º 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 #263E9B is Cyan = 0.75, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 62 | 155 | - |
| CMYK | 0.75 | 0.6 | 0 | 0.39 |
| HSL | 227.69º | 0.61% | 0.38% | - |
| HSV(B) | 227.69º | 0.75% | 0.61% | - |
| XYZ | 8.44 | 6.22 | 31.77 | - |
| YUV | 65.43 | 178.55 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 62 | 155 | 0.75 | 0.6 | 0 | 0.39 | 227.69 | 0.61 | 0.38 |
| Hex | 26 | 3E | 9B | 4B | 3C | 0 | 27 | E4 | 3D | 26 |
| Octal | 46 | 76 | 233 | 113 | 74 | 0 | 47 | 344 | 75 | 46 |
| Binary | 100110 | 111110 | 10011011 | 1001011 | 111100 | 0 | 100111 | 11100100 | 111101 | 100110 |
Color Harmonies of #263E9B
Complementary color
Monochromatic Colors of #263E9B
Black with #263E9B
Text Example
Text Example
White with #263E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263E9B; }
p { color: rgb(38,62,155); }
H1.HeaderClassName
{
color: #263E9B;
}
.AnyTagClassName
{
color: #263E9B;
}
</style>
background-color css
<style>
a { background-color: #263E9B; }
a { background-color: rgb(38,62,155); }
div.DivClassName
{
background-color: #263E9B;
}
.BgClassName
{
background-color: #263E9B;
}
</style>
border-color css
<style>
span { border-color: #263E9B; }
span { border-color: rgb(38,62,155); }
td.TdClassName
{
border-color: #263E9B;
}
.TagClassName
{
border-color: #263E9B;
}
</style>