#1C34AC

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

Shades of Egyptian Blue #1C34AC

Tints of Egyptian Blue #1C34AC

Color information

#1C34AC (or 0x1C34AC) is unknown color: approx Egyptian Blue. HEX triplet: 1C, 34 and AC. RGB value is (28,52,172). Sum of RGB (Red+Green+Blue) = 28+52+172=252 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.11% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 172 (67.58% from 255 or 68.25% from 252); Max value from RGB is 172 - color contains mainly: blue. Hex color #1C34AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C34AC is #E3CB53. Grayscale: #3A3A3A. Windows color (decimal): -14928724 or 11285532. OLE color: 11285532.

HSL color Cylindrical-coordinate representation of color #1C34AC: hue angle of 230º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C34AC is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2852172-
CMYK0.840.7000.33
HSL230º72%39.22%-
HSV(B)230º83.72%67.45%-
XYZ9.155.6839.64-
YUV58.5192.05106.24-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.11%
GREEN value IS 52 (20.70% from 255) = 20.63%
BLUE value IS 172 (67.58% from 255) = 68.25%
R=11.11%
G=20.63%
B=68.25%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal28521720.840.7000.332307239.22
Hex1C34AC5446021e64827
Octal346425412410604134611047
Binary1110011010010101100101010010001100100001111001101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C34AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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