#2332A1

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

Shades of Egyptian Blue #2332A1

Tints of Egyptian Blue #2332A1

Color information

#2332A1 (or 0x2332A1) is unknown color: approx Egyptian Blue. HEX triplet: 23, 32 and A1. RGB value is (35,50,161). Sum of RGB (Red+Green+Blue) = 35+50+161=246 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.23% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 161 (63.28% from 255 or 65.45% from 246); Max value from RGB is 161 - color contains mainly: blue. Hex color #2332A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2332A1 is #DCCD5E. Grayscale: #393939. Windows color (decimal): -14470495 or 10564131. OLE color: 10564131.

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

Color convert

RGB3550161-
CMYK0.780.6900.37
HSL232.86º64.29%38.43%-
HSV(B)232.86º78.26%63.14%-
XYZ8.275.2134.29-
YUV58.17186.03111.47-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.23%
GREEN value IS 50 (19.92% from 255) = 20.33%
BLUE value IS 161 (63.28% from 255) = 65.45%
R=14.23%
G=20.33%
B=65.45%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal35501610.780.6900.37232.8664.2938.43
Hex2332A14E45025e94026
Octal436224111610504535110046
Binary10001111001010100001100111010001010100101111010011000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2332A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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