Shades of Egyptian Blue #2624A6
Tints of Egyptian Blue #2624A6
RGB
CMYK
RGB Variations
Color information
#2624A6 (or 0x2624A6) is known color: Egyptian Blue. HEX triplet: 26, 24 and A6. RGB value is (38,36,166). Sum of RGB (Red+Green+Blue) = 38+36+166=240 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.83% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 166 (65.23% from 255 or 69.17% from 240); Max value from RGB is 166 - color contains mainly: blue. Hex color #2624A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2624A6 is #D9DB59. Grayscale: #323232. Windows color (decimal): -14277466 or 10888230. OLE color: 10888230.
HSL color Cylindrical-coordinate representation of color #2624A6: hue angle of 240.92º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2624A6 is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 38 | 36 | 166 | - |
| CMYK | 0.77 | 0.78 | 0 | 0.35 |
| HSL | 240.92º | 0.64% | 0.4% | - |
| HSV(B) | 240.92º | 0.78% | 0.65% | - |
| XYZ | 8.31 | 4.43 | 36.49 | - |
| YUV | 51.42 | 192.66 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 36 | 166 | 0.77 | 0.78 | 0 | 0.35 | 240.92 | 0.64 | 0.4 |
| Hex | 26 | 24 | A6 | 4D | 4E | 0 | 23 | F1 | 40 | 28 |
| Octal | 46 | 44 | 246 | 115 | 116 | 0 | 43 | 361 | 100 | 50 |
| Binary | 100110 | 100100 | 10100110 | 1001101 | 1001110 | 0 | 100011 | 11110001 | 1000000 | 101000 |
Color Harmonies of #2624A6
Complementary color
Monochromatic Colors of #2624A6
Black with #2624A6
Text Example
Text Example
White with #2624A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2624A6; }
p { color: rgb(38,36,166); }
H1.HeaderClassName
{
color: #2624A6;
}
.AnyTagClassName
{
color: #2624A6;
}
</style>
background-color css
<style>
a { background-color: #2624A6; }
a { background-color: rgb(38,36,166); }
div.DivClassName
{
background-color: #2624A6;
}
.BgClassName
{
background-color: #2624A6;
}
</style>
border-color css
<style>
span { border-color: #2624A6; }
span { border-color: rgb(38,36,166); }
td.TdClassName
{
border-color: #2624A6;
}
.TagClassName
{
border-color: #2624A6;
}
</style>