#2124A3

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

Shades of Egyptian Blue #2124A3

Tints of Egyptian Blue #2124A3

Color information

#2124A3 (or 0x2124A3) is unknown color: approx Egyptian Blue. HEX triplet: 21, 24 and A3. RGB value is (33,36,163). Sum of RGB (Red+Green+Blue) = 33+36+163=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 163 (64.06% from 255 or 70.26% from 232); Max value from RGB is 163 - color contains mainly: blue. Hex color #2124A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2124A3 is #DEDB5C. Grayscale: #313131. Windows color (decimal): -14605149 or 10691617. OLE color: 10691617.

HSL color Cylindrical-coordinate representation of color #2124A3: hue angle of 238.62º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2124A3 is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3336163-
CMYK0.800.7800.36
HSL238.62º66.33%38.43%-
HSV(B)238.62º79.75%63.92%-
XYZ7.874.2335.05-
YUV49.58192.01116.17-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.22%
GREEN value IS 36 (14.45% from 255) = 15.52%
BLUE value IS 163 (64.06% from 255) = 70.26%
R=14.22%
G=15.52%
B=70.26%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal33361630.800.7800.36238.6266.3338.43
Hex2124A3504E024ef4226
Octal414424312011604435710246
Binary10000110010010100011101000010011100100100111011111000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2124A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,36,163); }

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

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

 a { background-color: rgb(33,36,163); }

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

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

 span { border-color: rgb(33,36,163); }

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