Shades of Egyptian Blue #263F9D
Tints of Egyptian Blue #263F9D
RGB
CMYK
RGB Variations
Color information
#263F9D (or 0x263F9D) is known color: Egyptian Blue. HEX triplet: 26, 3F and 9D. RGB value is (38,63,157). Sum of RGB (Red+Green+Blue) = 38+63+157=258 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.73% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 157 (61.72% from 255 or 60.85% from 258); Max value from RGB is 157 - color contains mainly: blue. Hex color #263F9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263F9D is #D9C062. Grayscale: #414141. Windows color (decimal): -14270563 or 10305318. OLE color: 10305318.
HSL color Cylindrical-coordinate representation of color #263F9D: hue angle of 227.39º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #263F9D is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 63 | 157 | - |
| CMYK | 0.76 | 0.60 | 0 | 0.38 |
| HSL | 227.4º | 0.61% | 0.38% | - |
| HSV(B) | 227.4º | 0.76% | 0.62% | - |
| XYZ | 8.66 | 6.4 | 32.68 | - |
| YUV | 66.24 | 179.22 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 63 | 157 | 0.76 | 0.60 | 0 | 0.38 | 227.4 | 0.61 | 0.38 |
| Hex | 26 | 3F | 9D | 4C | 3C | 0 | 26 | E3 | 3D | 26 |
| Octal | 46 | 77 | 235 | 114 | 74 | 0 | 46 | 343 | 75 | 46 |
| Binary | 100110 | 111111 | 10011101 | 1001100 | 111100 | 0 | 100110 | 11100011 | 111101 | 100110 |
Color Harmonies of #263F9D
Complementary color
Monochromatic Colors of #263F9D
Black with #263F9D
Text Example
Text Example
White with #263F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263F9D; }
p { color: rgb(38,63,157); }
H1.HeaderClassName
{
color: #263F9D;
}
.AnyTagClassName
{
color: #263F9D;
}
</style>
background-color css
<style>
a { background-color: #263F9D; }
a { background-color: rgb(38,63,157); }
div.DivClassName
{
background-color: #263F9D;
}
.BgClassName
{
background-color: #263F9D;
}
</style>
border-color css
<style>
span { border-color: #263F9D; }
span { border-color: rgb(38,63,157); }
td.TdClassName
{
border-color: #263F9D;
}
.TagClassName
{
border-color: #263F9D;
}
</style>