#2C32A1

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

Shades of Egyptian Blue #2C32A1

Tints of Egyptian Blue #2C32A1

Color information

#2C32A1 (or 0x2C32A1) is unknown color: approx Egyptian Blue. HEX triplet: 2C, 32 and A1. RGB value is (44,50,161). Sum of RGB (Red+Green+Blue) = 44+50+161=255 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.25% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 161 (63.28% from 255 or 63.14% from 255); Max value from RGB is 161 - color contains mainly: blue. Hex color #2C32A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C32A1 is #D3CD5E. Grayscale: #3C3C3C. Windows color (decimal): -13880671 or 10564140. OLE color: 10564140.

HSL color Cylindrical-coordinate representation of color #2C32A1: hue angle of 236.92º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C32A1 is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB4450161-
CMYK0.730.6900.37
HSL236.92º57.07%40.2%-
HSV(B)236.92º72.67%63.14%-
XYZ8.615.3934.3-
YUV60.86184.51115.97-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.25%
GREEN value IS 50 (19.92% from 255) = 19.61%
BLUE value IS 161 (63.28% from 255) = 63.14%
R=17.25%
G=19.61%
B=63.14%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal44501610.730.6900.37236.9257.0740.2
Hex2C32A14945025ed3928
Octal54622411111050453557150
Binary1011001100101010000110010011000101010010111101101111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C32A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C32A1; }

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

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

<style>
 a { background-color: #2C32A1; }

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

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

<style>
 span { border-color: #2C32A1; }

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

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