#1C34AA

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

Shades of Egyptian Blue #1C34AA

Tints of Egyptian Blue #1C34AA

Color information

#1C34AA (or 0x1C34AA) is unknown color: approx Egyptian Blue. HEX triplet: 1C, 34 and AA. RGB value is (28,52,170). Sum of RGB (Red+Green+Blue) = 28+52+170=250 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.2% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 170 (66.80% from 255 or 68% from 250); Max value from RGB is 170 - color contains mainly: blue. Hex color #1C34AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C34AA is #E3CB55. Grayscale: #393939. Windows color (decimal): -14928726 or 11154460. OLE color: 11154460.

HSL color Cylindrical-coordinate representation of color #1C34AA: hue angle of 229.86º 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 #1C34AA is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2852170-
CMYK0.840.6900.33
HSL229.86º71.72%38.82%-
HSV(B)229.86º83.53%66.67%-
XYZ8.965.6138.64-
YUV58.28191.05106.41-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.2%
GREEN value IS 52 (20.70% from 255) = 20.8%
BLUE value IS 170 (66.80% from 255) = 68%
R=11.2%
G=20.8%
B=68%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal28521700.840.6900.33229.8671.7238.82
Hex1C34AA5445021e64827
Octal346425212410504134611047
Binary1110011010010101010101010010001010100001111001101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C34AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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