#2C329E

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

Shades of Egyptian Blue #2C329E

Tints of Egyptian Blue #2C329E

Color information

#2C329E (or 0x2C329E) is unknown color: approx Egyptian Blue. HEX triplet: 2C, 32 and 9E. RGB value is (44,50,158). Sum of RGB (Red+Green+Blue) = 44+50+158=252 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.46% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 158 (62.11% from 255 or 62.70% from 252); Max value from RGB is 158 - color contains mainly: blue. Hex color #2C329E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C329E is #D3CD61. Grayscale: #3C3C3C. Windows color (decimal): -13880674 or 10367532. OLE color: 10367532.

HSL color Cylindrical-coordinate representation of color #2C329E: hue angle of 236.84º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C329E is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4450158-
CMYK0.720.6800.38
HSL236.84º56.44%39.61%-
HSV(B)236.84º72.15%61.96%-
XYZ8.355.2932.93-
YUV60.52183.01116.22-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.46%
GREEN value IS 50 (19.92% from 255) = 19.84%
BLUE value IS 158 (62.11% from 255) = 62.70%
R=17.46%
G=19.84%
B=62.70%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal44501580.720.6800.38236.8456.4439.61
Hex2C329E4844026ed3828
Octal54622361101040463557050
Binary1011001100101001111010010001000100010011011101101111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C329E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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