#2122A7

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

Shades of Egyptian Blue #2122A7

Tints of Egyptian Blue #2122A7

Color information

#2122A7 (or 0x2122A7) is unknown color: approx Egyptian Blue. HEX triplet: 21, 22 and A7. RGB value is (33,34,167). Sum of RGB (Red+Green+Blue) = 33+34+167=234 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.10% from 234); Green value is 34 (13.67% from 255 or 14.53% from 234); Blue value is 167 (65.62% from 255 or 71.37% from 234); Max value from RGB is 167 - color contains mainly: blue. Hex color #2122A7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2122A7 is #DEDD58. Grayscale: #303030. Windows color (decimal): -14605657 or 10953249. OLE color: 10953249.

HSL color Cylindrical-coordinate representation of color #2122A7: hue angle of 239.55º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2122A7 is Cyan = 0.80, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB3334167-
CMYK0.800.8000.35
HSL239.55º67%39.22%-
HSV(B)239.55º80.24%65.49%-
XYZ8.174.2636.95-
YUV48.86194.67116.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.10%
GREEN value IS 34 (13.67% from 255) = 14.53%
BLUE value IS 167 (65.62% from 255) = 71.37%
R=14.10%
G=14.53%
B=71.37%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal33341670.800.8000.35239.556739.22
Hex2122A75050023f04327
Octal414224712012004336010347
Binary10000110001010100111101000010100000100011111100001000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2122A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2122A7; }

 p { color: rgb(33,34,167); }

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

<style>
 a { background-color: #2122A7; }

 a { background-color: rgb(33,34,167); }

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

<style>
 span { border-color: #2122A7; }

 span { border-color: rgb(33,34,167); }

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