Shades of Egyptian Blue #2522A2
Tints of Egyptian Blue #2522A2
RGB
CMYK
RGB Variations
Color information
#2522A2 (or 0x2522A2) is known color: Egyptian Blue. HEX triplet: 25, 22 and A2. RGB value is (37,34,162). Sum of RGB (Red+Green+Blue) = 37+34+162=233 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.88% from 233); Green value is 34 (13.67% from 255 or 14.59% from 233); Blue value is 162 (63.67% from 255 or 69.53% from 233); Max value from RGB is 162 - color contains mainly: blue. Hex color #2522A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2522A2 is #DADD5D. Grayscale: #303030. Windows color (decimal): -14343518 or 10625573. OLE color: 10625573.
HSL color Cylindrical-coordinate representation of color #2522A2: hue angle of 241.41º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2522A2 is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 37 | 34 | 162 | - |
| CMYK | 0.77 | 0.79 | 0 | 0.36 |
| HSL | 241.41º | 0.65% | 0.38% | - |
| HSV(B) | 241.41º | 0.79% | 0.64% | - |
| XYZ | 7.86 | 4.15 | 34.57 | - |
| YUV | 49.49 | 191.49 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 34 | 162 | 0.77 | 0.79 | 0 | 0.36 | 241.41 | 0.65 | 0.38 |
| Hex | 25 | 22 | A2 | 4D | 4F | 0 | 24 | F1 | 41 | 26 |
| Octal | 45 | 42 | 242 | 115 | 117 | 0 | 44 | 361 | 101 | 46 |
| Binary | 100101 | 100010 | 10100010 | 1001101 | 1001111 | 0 | 100100 | 11110001 | 1000001 | 100110 |
Color Harmonies of #2522A2
Complementary color
Monochromatic Colors of #2522A2
Black with #2522A2
Text Example
Text Example
White with #2522A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2522A2; }
p { color: rgb(37,34,162); }
H1.HeaderClassName
{
color: #2522A2;
}
.AnyTagClassName
{
color: #2522A2;
}
</style>
background-color css
<style>
a { background-color: #2522A2; }
a { background-color: rgb(37,34,162); }
div.DivClassName
{
background-color: #2522A2;
}
.BgClassName
{
background-color: #2522A2;
}
</style>
border-color css
<style>
span { border-color: #2522A2; }
span { border-color: rgb(37,34,162); }
td.TdClassName
{
border-color: #2522A2;
}
.TagClassName
{
border-color: #2522A2;
}
</style>