#1C3489

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

Shades of Egyptian Blue #1C3489

Tints of Egyptian Blue #1C3489

Color information

#1C3489 (or 0x1C3489) is unknown color: approx Egyptian Blue. HEX triplet: 1C, 34 and 89. RGB value is (28,52,137). Sum of RGB (Red+Green+Blue) = 28+52+137=217 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.90% from 217); Green value is 52 (20.70% from 255 or 23.96% from 217); Blue value is 137 (53.91% from 255 or 63.13% from 217); Max value from RGB is 137 - color contains mainly: blue. Hex color #1C3489 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C3489 is #E3CB76. Grayscale: #363636. Windows color (decimal): -14928759 or 8991772. OLE color: 8991772.

HSL color Cylindrical-coordinate representation of color #1C3489: hue angle of 226.79º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C3489 is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2852137-
CMYK0.800.6200.46
HSL226.79º66.06%32.35%-
HSV(B)226.79º79.56%53.73%-
XYZ6.224.5124.21-
YUV54.51174.55109.09-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.90%
GREEN value IS 52 (20.70% from 255) = 23.96%
BLUE value IS 137 (53.91% from 255) = 63.13%
R=12.90%
G=23.96%
B=63.13%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal28521370.800.6200.46226.7966.0632.35
Hex1C3489503E02Ee34220
Octal34642111207605634310240
Binary111001101001000100110100001111100101110111000111000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,52,137); }

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

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

 a { background-color: rgb(28,52,137); }

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

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

 span { border-color: rgb(28,52,137); }

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