Shades of Egyptian Blue #2630A1
Tints of Egyptian Blue #2630A1
RGB
CMYK
RGB Variations
Color information
#2630A1 (or 0x2630A1) is known color: Egyptian Blue. HEX triplet: 26, 30 and A1. RGB value is (38,48,161). Sum of RGB (Red+Green+Blue) = 38+48+161=247 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.38% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 161 (63.28% from 255 or 65.18% from 247); Max value from RGB is 161 - color contains mainly: blue. Hex color #2630A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2630A1 is #D9CF5E. Grayscale: #393939. Windows color (decimal): -14274399 or 10563622. OLE color: 10563622.
HSL color Cylindrical-coordinate representation of color #2630A1: hue angle of 235.12º 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 #2630A1 is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 38 | 48 | 161 | - |
| CMYK | 0.76 | 0.70 | 0 | 0.37 |
| HSL | 235.12º | 0.62% | 0.39% | - |
| HSV(B) | 235.12º | 0.76% | 0.63% | - |
| XYZ | 8.29 | 5.1 | 34.27 | - |
| YUV | 57.89 | 186.19 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 48 | 161 | 0.76 | 0.70 | 0 | 0.37 | 235.12 | 0.62 | 0.39 |
| Hex | 26 | 30 | A1 | 4C | 46 | 0 | 25 | EB | 3E | 27 |
| Octal | 46 | 60 | 241 | 114 | 106 | 0 | 45 | 353 | 76 | 47 |
| Binary | 100110 | 110000 | 10100001 | 1001100 | 1000110 | 0 | 100101 | 11101011 | 111110 | 100111 |
Color Harmonies of #2630A1
Complementary color
Monochromatic Colors of #2630A1
Black with #2630A1
Text Example
Text Example
White with #2630A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2630A1; }
p { color: rgb(38,48,161); }
H1.HeaderClassName
{
color: #2630A1;
}
.AnyTagClassName
{
color: #2630A1;
}
</style>
background-color css
<style>
a { background-color: #2630A1; }
a { background-color: rgb(38,48,161); }
div.DivClassName
{
background-color: #2630A1;
}
.BgClassName
{
background-color: #2630A1;
}
</style>
border-color css
<style>
span { border-color: #2630A1; }
span { border-color: rgb(38,48,161); }
td.TdClassName
{
border-color: #2630A1;
}
.TagClassName
{
border-color: #2630A1;
}
</style>