Shades of Egyptian Blue #263DA1
Tints of Egyptian Blue #263DA1
RGB
CMYK
RGB Variations
Color information
#263DA1 (or 0x263DA1) is known color: Egyptian Blue. HEX triplet: 26, 3D and A1. RGB value is (38,61,161). Sum of RGB (Red+Green+Blue) = 38+61+161=260 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.62% from 260); Green value is 61 (24.22% from 255 or 23.46% from 260); Blue value is 161 (63.28% from 255 or 61.92% from 260); Max value from RGB is 161 - color contains mainly: blue. Hex color #263DA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263DA1 is #D9C25E. Grayscale: #414141. Windows color (decimal): -14271071 or 10566950. OLE color: 10566950.
HSL color Cylindrical-coordinate representation of color #263DA1: hue angle of 228.78º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #263DA1 is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 38 | 61 | 161 | - |
| CMYK | 0.76 | 0.62 | 0 | 0.37 |
| HSL | 228.78º | 0.62% | 0.39% | - |
| HSV(B) | 228.78º | 0.76% | 0.63% | - |
| XYZ | 8.9 | 6.32 | 34.47 | - |
| YUV | 65.52 | 181.88 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 161 | 0.76 | 0.62 | 0 | 0.37 | 228.78 | 0.62 | 0.39 |
| Hex | 26 | 3D | A1 | 4C | 3E | 0 | 25 | E5 | 3E | 27 |
| Octal | 46 | 75 | 241 | 114 | 76 | 0 | 45 | 345 | 76 | 47 |
| Binary | 100110 | 111101 | 10100001 | 1001100 | 111110 | 0 | 100101 | 11100101 | 111110 | 100111 |
Color Harmonies of #263DA1
Complementary color
Monochromatic Colors of #263DA1
Black with #263DA1
Text Example
Text Example
White with #263DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263DA1; }
p { color: rgb(38,61,161); }
H1.HeaderClassName
{
color: #263DA1;
}
.AnyTagClassName
{
color: #263DA1;
}
</style>
background-color css
<style>
a { background-color: #263DA1; }
a { background-color: rgb(38,61,161); }
div.DivClassName
{
background-color: #263DA1;
}
.BgClassName
{
background-color: #263DA1;
}
</style>
border-color css
<style>
span { border-color: #263DA1; }
span { border-color: rgb(38,61,161); }
td.TdClassName
{
border-color: #263DA1;
}
.TagClassName
{
border-color: #263DA1;
}
</style>