#1C3495

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

Shades of Egyptian Blue #1C3495

Tints of Egyptian Blue #1C3495

Color information

#1C3495 (or 0x1C3495) is unknown color: approx Egyptian Blue. HEX triplet: 1C, 34 and 95. RGB value is (28,52,149). Sum of RGB (Red+Green+Blue) = 28+52+149=229 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.23% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 149 (58.59% from 255 or 65.07% from 229); Max value from RGB is 149 - color contains mainly: blue. Hex color #1C3495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C3495 is #E3CB6A. Grayscale: #373737. Windows color (decimal): -14928747 or 9778204. OLE color: 9778204.

HSL color Cylindrical-coordinate representation of color #1C3495: hue angle of 228.1º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C3495 is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2852149-
CMYK0.810.6500.42
HSL228.1º68.36%34.71%-
HSV(B)228.1º81.21%58.43%-
XYZ7.134.8729-
YUV55.88180.55108.11-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.23%
GREEN value IS 52 (20.70% from 255) = 22.71%
BLUE value IS 149 (58.59% from 255) = 65.07%
R=12.23%
G=22.71%
B=65.07%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal28521490.810.6500.42228.168.3634.71
Hex1C3495514102Ae44423
Octal346422512110105234410443
Binary1110011010010010101101000110000010101010111001001000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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