#1E3CA4

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

Shades of Egyptian Blue #1E3CA4

Tints of Egyptian Blue #1E3CA4

Color information

#1E3CA4 (or 0x1E3CA4) is unknown color: approx Egyptian Blue. HEX triplet: 1E, 3C and A4. RGB value is (30,60,164). Sum of RGB (Red+Green+Blue) = 30+60+164=254 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.81% from 254); Green value is 60 (23.83% from 255 or 23.62% from 254); Blue value is 164 (64.45% from 255 or 64.57% from 254); Max value from RGB is 164 - color contains mainly: blue. Hex color #1E3CA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E3CA4 is #E1C35B. Grayscale: #3E3E3E. Windows color (decimal): -14795612 or 10763294. OLE color: 10763294.

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

Color convert

RGB3060164-
CMYK0.820.6300.36
HSL226.57º69.07%38.04%-
HSV(B)226.57º81.71%64.31%-
XYZ8.856.1935.85-
YUV62.89185.06104.54-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.81%
GREEN value IS 60 (23.83% from 255) = 23.62%
BLUE value IS 164 (64.45% from 255) = 64.57%
R=11.81%
G=23.62%
B=64.57%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal30601640.820.6300.36226.5769.0738.04
Hex1E3CA4523F024e34526
Octal36742441227704434310546
Binary111101111001010010010100101111110100100111000111000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,60,164); }

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

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

 a { background-color: rgb(30,60,164); }

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

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

 span { border-color: rgb(30,60,164); }

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