#1E349C

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

Shades of Egyptian Blue #1E349C

Tints of Egyptian Blue #1E349C

Color information

#1E349C (or 0x1E349C) is unknown color: approx Egyptian Blue. HEX triplet: 1E, 34 and 9C. RGB value is (30,52,156). Sum of RGB (Red+Green+Blue) = 30+52+156=238 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.61% from 238); Green value is 52 (20.70% from 255 or 21.85% from 238); Blue value is 156 (61.33% from 255 or 65.55% from 238); Max value from RGB is 156 - color contains mainly: blue. Hex color #1E349C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E349C is #E1CB63. Grayscale: #383838. Windows color (decimal): -14797668 or 10236958. OLE color: 10236958.

HSL color Cylindrical-coordinate representation of color #1E349C: hue angle of 229.52º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E349C is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3052156-
CMYK0.810.6700.39
HSL229.52º67.74%36.47%-
HSV(B)229.52º80.77%61.18%-
XYZ7.765.1332.03-
YUV57.28183.71108.54-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.61%
GREEN value IS 52 (20.70% from 255) = 21.85%
BLUE value IS 156 (61.33% from 255) = 65.55%
R=12.61%
G=21.85%
B=65.55%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal30521560.810.6700.39229.5267.7436.47
Hex1E349C5143027e64424
Octal366423412110304734610444
Binary1111011010010011100101000110000110100111111001101000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E349C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E349C; }

 p { color: rgb(30,52,156); }

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

<style>
 a { background-color: #1E349C; }

 a { background-color: rgb(30,52,156); }

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

<style>
 span { border-color: #1E349C; }

 span { border-color: rgb(30,52,156); }

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