Shades of Egyptian Blue #2428A2
Tints of Egyptian Blue #2428A2
RGB
CMYK
RGB Variations
Color information
#2428A2 (or 0x2428A2) is known color: Egyptian Blue. HEX triplet: 24, 28 and A2. RGB value is (36,40,162). Sum of RGB (Red+Green+Blue) = 36+40+162=238 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.13% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 162 (63.67% from 255 or 68.07% from 238); Max value from RGB is 162 - color contains mainly: blue. Hex color #2428A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2428A2 is #DBD75D. Grayscale: #343434. Windows color (decimal): -14407518 or 10627108. OLE color: 10627108.
HSL color Cylindrical-coordinate representation of color #2428A2: hue angle of 238.1º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2428A2 is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 36 | 40 | 162 | - |
| CMYK | 0.78 | 0.75 | 0 | 0.36 |
| HSL | 238.1º | 0.64% | 0.39% | - |
| HSV(B) | 238.1º | 0.78% | 0.64% | - |
| XYZ | 8.01 | 4.5 | 34.63 | - |
| YUV | 52.71 | 189.67 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 40 | 162 | 0.78 | 0.75 | 0 | 0.36 | 238.1 | 0.64 | 0.39 |
| Hex | 24 | 28 | A2 | 4E | 4B | 0 | 24 | EE | 40 | 27 |
| Octal | 44 | 50 | 242 | 116 | 113 | 0 | 44 | 356 | 100 | 47 |
| Binary | 100100 | 101000 | 10100010 | 1001110 | 1001011 | 0 | 100100 | 11101110 | 1000000 | 100111 |
Color Harmonies of #2428A2
Complementary color
Monochromatic Colors of #2428A2
Black with #2428A2
Text Example
Text Example
White with #2428A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2428A2; }
p { color: rgb(36,40,162); }
H1.HeaderClassName
{
color: #2428A2;
}
.AnyTagClassName
{
color: #2428A2;
}
</style>
background-color css
<style>
a { background-color: #2428A2; }
a { background-color: rgb(36,40,162); }
div.DivClassName
{
background-color: #2428A2;
}
.BgClassName
{
background-color: #2428A2;
}
</style>
border-color css
<style>
span { border-color: #2428A2; }
span { border-color: rgb(36,40,162); }
td.TdClassName
{
border-color: #2428A2;
}
.TagClassName
{
border-color: #2428A2;
}
</style>