Shades of Egyptian Blue #263AA3
Tints of Egyptian Blue #263AA3
RGB
CMYK
RGB Variations
Color information
#263AA3 (or 0x263AA3) is known color: Egyptian Blue. HEX triplet: 26, 3A and A3. RGB value is (38,58,163). Sum of RGB (Red+Green+Blue) = 38+58+163=259 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.67% from 259); Green value is 58 (23.05% from 255 or 22.39% from 259); Blue value is 163 (64.06% from 255 or 62.93% from 259); Max value from RGB is 163 - color contains mainly: blue. Hex color #263AA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263AA3 is #D9C55C. Grayscale: #3F3F3F. Windows color (decimal): -14271837 or 10697254. OLE color: 10697254.
HSL color Cylindrical-coordinate representation of color #263AA3: hue angle of 230.4º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #263AA3 is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 38 | 58 | 163 | - |
| CMYK | 0.77 | 0.64 | 0 | 0.36 |
| HSL | 230.4º | 0.62% | 0.39% | - |
| HSV(B) | 230.4º | 0.77% | 0.64% | - |
| XYZ | 8.92 | 6.08 | 35.35 | - |
| YUV | 63.99 | 183.87 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 58 | 163 | 0.77 | 0.64 | 0 | 0.36 | 230.4 | 0.62 | 0.39 |
| Hex | 26 | 3A | A3 | 4D | 40 | 0 | 24 | E6 | 3E | 27 |
| Octal | 46 | 72 | 243 | 115 | 100 | 0 | 44 | 346 | 76 | 47 |
| Binary | 100110 | 111010 | 10100011 | 1001101 | 1000000 | 0 | 100100 | 11100110 | 111110 | 100111 |
Color Harmonies of #263AA3
Complementary color
Monochromatic Colors of #263AA3
Black with #263AA3
Text Example
Text Example
White with #263AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263AA3; }
p { color: rgb(38,58,163); }
H1.HeaderClassName
{
color: #263AA3;
}
.AnyTagClassName
{
color: #263AA3;
}
</style>
background-color css
<style>
a { background-color: #263AA3; }
a { background-color: rgb(38,58,163); }
div.DivClassName
{
background-color: #263AA3;
}
.BgClassName
{
background-color: #263AA3;
}
</style>
border-color css
<style>
span { border-color: #263AA3; }
span { border-color: rgb(38,58,163); }
td.TdClassName
{
border-color: #263AA3;
}
.TagClassName
{
border-color: #263AA3;
}
</style>