#2522A3

Color #2522A3 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #2522A3

Tints of Egyptian Blue #2522A3

Color information

#2522A3 (or 0x2522A3) is unknown color: approx Egyptian Blue. HEX triplet: 25, 22 and A3. RGB value is (37,34,163). Sum of RGB (Red+Green+Blue) = 37+34+163=234 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.81% from 234); Green value is 34 (13.67% from 255 or 14.53% from 234); Blue value is 163 (64.06% from 255 or 69.66% from 234); Max value from RGB is 163 - color contains mainly: blue. Hex color #2522A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2522A3 is #DADD5C. Grayscale: #313131. Windows color (decimal): -14343517 or 10691109. OLE color: 10691109.

HSL color Cylindrical-coordinate representation of color #2522A3: hue angle of 241.4º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2522A3 is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3734163-
CMYK0.770.7900.36
HSL241.4º65.48%38.63%-
HSV(B)241.4º79.14%63.92%-
XYZ7.954.1835.04-
YUV49.6191.99119.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 15.81%
GREEN value IS 34 (13.67% from 255) = 14.53%
BLUE value IS 163 (64.06% from 255) = 69.66%
R=15.81%
G=14.53%
B=69.66%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal37341630.770.7900.36241.465.4838.63
Hex2522A34D4F024f14127
Octal454224311511704436110147
Binary10010110001010100011100110110011110100100111100011000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2522A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2522A3; }

 p { color: rgb(37,34,163); }

 H1.HeaderClassName
 {
   color: #2522A3;
 }
 .AnyTagClassName
 {
   color: #2522A3;
 }
</style>
background-color css

<style>
 a { background-color: #2522A3; }

 a { background-color: rgb(37,34,163); }

 div.DivClassName
 {
   background-color: #2522A3;
 }
 .BgClassName
 {
   background-color: #2522A3;
 }
</style>
border-color css

<style>
 span { border-color: #2522A3; }

 span { border-color: rgb(37,34,163); }

 td.TdClassName
 {
   border-color: #2522A3;
 }
 .TagClassName
 {
   border-color: #2522A3;
 }
</style>