#1C3296

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

Shades of Egyptian Blue #1C3296

Tints of Egyptian Blue #1C3296

Color information

#1C3296 (or 0x1C3296) is unknown color: approx Egyptian Blue. HEX triplet: 1C, 32 and 96. RGB value is (28,50,150). Sum of RGB (Red+Green+Blue) = 28+50+150=228 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.28% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 150 (58.98% from 255 or 65.79% from 228); Max value from RGB is 150 - color contains mainly: blue. Hex color #1C3296 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C3296 is #E3CD69. Grayscale: #363636. Windows color (decimal): -14929258 or 9843228. OLE color: 9843228.

HSL color Cylindrical-coordinate representation of color #1C3296: hue angle of 229.18º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C3296 is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2850150-
CMYK0.810.6700.41
HSL229.18º68.54%34.9%-
HSV(B)229.18º81.33%58.82%-
XYZ7.124.7329.39-
YUV54.82181.71108.87-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.28%
GREEN value IS 50 (19.92% from 255) = 21.93%
BLUE value IS 150 (58.98% from 255) = 65.79%
R=12.28%
G=21.93%
B=65.79%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal28501500.810.6700.41229.1868.5434.9
Hex1C32965143029e54523
Octal346222612110305134510543
Binary1110011001010010110101000110000110101001111001011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,50,150); }

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

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

 a { background-color: rgb(28,50,150); }

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

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

 span { border-color: rgb(28,50,150); }

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