Shades of Egyptian Blue #263AA2
Tints of Egyptian Blue #263AA2
RGB
CMYK
RGB Variations
Color information
#263AA2 (or 0x263AA2) is known color: Egyptian Blue. HEX triplet: 26, 3A and A2. RGB value is (38,58,162). Sum of RGB (Red+Green+Blue) = 38+58+162=258 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.73% from 258); Green value is 58 (23.05% from 255 or 22.48% from 258); Blue value is 162 (63.67% from 255 or 62.79% from 258); Max value from RGB is 162 - color contains mainly: blue. Hex color #263AA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263AA2 is #D9C55D. Grayscale: #3F3F3F. Windows color (decimal): -14271838 or 10631718. OLE color: 10631718.
HSL color Cylindrical-coordinate representation of color #263AA2: hue angle of 230.32º 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 #263AA2 is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 38 | 58 | 162 | - |
| CMYK | 0.77 | 0.64 | 0 | 0.36 |
| HSL | 230.32º | 0.62% | 0.39% | - |
| HSV(B) | 230.32º | 0.77% | 0.64% | - |
| XYZ | 8.83 | 6.05 | 34.88 | - |
| YUV | 63.88 | 183.37 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 58 | 162 | 0.77 | 0.64 | 0 | 0.36 | 230.32 | 0.62 | 0.39 |
| Hex | 26 | 3A | A2 | 4D | 40 | 0 | 24 | E6 | 3E | 27 |
| Octal | 46 | 72 | 242 | 115 | 100 | 0 | 44 | 346 | 76 | 47 |
| Binary | 100110 | 111010 | 10100010 | 1001101 | 1000000 | 0 | 100100 | 11100110 | 111110 | 100111 |
Color Harmonies of #263AA2
Complementary color
Monochromatic Colors of #263AA2
Black with #263AA2
Text Example
Text Example
White with #263AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263AA2; }
p { color: rgb(38,58,162); }
H1.HeaderClassName
{
color: #263AA2;
}
.AnyTagClassName
{
color: #263AA2;
}
</style>
background-color css
<style>
a { background-color: #263AA2; }
a { background-color: rgb(38,58,162); }
div.DivClassName
{
background-color: #263AA2;
}
.BgClassName
{
background-color: #263AA2;
}
</style>
border-color css
<style>
span { border-color: #263AA2; }
span { border-color: rgb(38,58,162); }
td.TdClassName
{
border-color: #263AA2;
}
.TagClassName
{
border-color: #263AA2;
}
</style>