#2132A1

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

Shades of Egyptian Blue #2132A1

Tints of Egyptian Blue #2132A1

Color information

#2132A1 (or 0x2132A1) is unknown color: approx Egyptian Blue. HEX triplet: 21, 32 and A1. RGB value is (33,50,161). Sum of RGB (Red+Green+Blue) = 33+50+161=244 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.52% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 161 (63.28% from 255 or 65.98% from 244); Max value from RGB is 161 - color contains mainly: blue. Hex color #2132A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2132A1 is #DECD5E. Grayscale: #393939. Windows color (decimal): -14601567 or 10564129. OLE color: 10564129.

HSL color Cylindrical-coordinate representation of color #2132A1: hue angle of 232.03º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2132A1 is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB3350161-
CMYK0.800.6900.37
HSL232.03º65.98%38.04%-
HSV(B)232.03º79.5%63.14%-
XYZ8.25.1834.29-
YUV57.57186.37110.47-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.52%
GREEN value IS 50 (19.92% from 255) = 20.49%
BLUE value IS 161 (63.28% from 255) = 65.98%
R=13.52%
G=20.49%
B=65.98%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal33501610.800.6900.37232.0365.9838.04
Hex2132A15045025e84226
Octal416224112010504535010246
Binary10000111001010100001101000010001010100101111010001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2132A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2132A1; }

 p { color: rgb(33,50,161); }

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

<style>
 a { background-color: #2132A1; }

 a { background-color: rgb(33,50,161); }

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

<style>
 span { border-color: #2132A1; }

 span { border-color: rgb(33,50,161); }

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