Shades of Egyptian Blue #263BA4
Tints of Egyptian Blue #263BA4
RGB
CMYK
RGB Variations
Color information
#263BA4 (or 0x263BA4) is known color: Egyptian Blue. HEX triplet: 26, 3B and A4. RGB value is (38,59,164). Sum of RGB (Red+Green+Blue) = 38+59+164=261 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.56% from 261); Green value is 59 (23.44% from 255 or 22.61% from 261); Blue value is 164 (64.45% from 255 or 62.84% from 261); Max value from RGB is 164 - color contains mainly: blue. Hex color #263BA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263BA4 is #D9C45B. Grayscale: #404040. Windows color (decimal): -14271580 or 10763046. OLE color: 10763046.
HSL color Cylindrical-coordinate representation of color #263BA4: hue angle of 230º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #263BA4 is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 38 | 59 | 164 | - |
| CMYK | 0.77 | 0.64 | 0 | 0.36 |
| HSL | 230º | 0.62% | 0.4% | - |
| HSV(B) | 230º | 0.77% | 0.64% | - |
| XYZ | 9.06 | 6.22 | 35.84 | - |
| YUV | 64.69 | 184.04 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 59 | 164 | 0.77 | 0.64 | 0 | 0.36 | 230 | 0.62 | 0.4 |
| Hex | 26 | 3B | A4 | 4D | 40 | 0 | 24 | E6 | 3E | 28 |
| Octal | 46 | 73 | 244 | 115 | 100 | 0 | 44 | 346 | 76 | 50 |
| Binary | 100110 | 111011 | 10100100 | 1001101 | 1000000 | 0 | 100100 | 11100110 | 111110 | 101000 |
Color Harmonies of #263BA4
Complementary color
Monochromatic Colors of #263BA4
Black with #263BA4
Text Example
Text Example
White with #263BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263BA4; }
p { color: rgb(38,59,164); }
H1.HeaderClassName
{
color: #263BA4;
}
.AnyTagClassName
{
color: #263BA4;
}
</style>
background-color css
<style>
a { background-color: #263BA4; }
a { background-color: rgb(38,59,164); }
div.DivClassName
{
background-color: #263BA4;
}
.BgClassName
{
background-color: #263BA4;
}
</style>
border-color css
<style>
span { border-color: #263BA4; }
span { border-color: rgb(38,59,164); }
td.TdClassName
{
border-color: #263BA4;
}
.TagClassName
{
border-color: #263BA4;
}
</style>