#2C3499

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

Shades of Egyptian Blue #2C3499

Tints of Egyptian Blue #2C3499

Color information

#2C3499 (or 0x2C3499) is unknown color: approx Egyptian Blue. HEX triplet: 2C, 34 and 99. RGB value is (44,52,153). Sum of RGB (Red+Green+Blue) = 44+52+153=249 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.67% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 153 (60.16% from 255 or 61.45% from 249); Max value from RGB is 153 - color contains mainly: blue. Hex color #2C3499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C3499 is #D3CB66. Grayscale: #3C3C3C. Windows color (decimal): -13880167 or 10040364. OLE color: 10040364.

HSL color Cylindrical-coordinate representation of color #2C3499: hue angle of 235.6º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C3499 is Cyan = 0.71, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB4452153-
CMYK0.710.6600.4
HSL235.6º55.33%38.63%-
HSV(B)235.6º71.24%60%-
XYZ8.025.2930.74-
YUV61.12179.85115.79-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.67%
GREEN value IS 52 (20.70% from 255) = 20.88%
BLUE value IS 153 (60.16% from 255) = 61.45%
R=17.67%
G=20.88%
B=61.45%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal44521530.710.6600.4235.655.3338.63
Hex2C34994742028ec3727
Octal54642311071020503546747
Binary1011001101001001100110001111000010010100011101100110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,52,153); }

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

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

 a { background-color: rgb(44,52,153); }

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

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

 span { border-color: rgb(44,52,153); }

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