#2340A0

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

Shades of Egyptian Blue #2340A0

Tints of Egyptian Blue #2340A0

Color information

#2340A0 (or 0x2340A0) is unknown color: approx Egyptian Blue. HEX triplet: 23, 40 and A0. RGB value is (35,64,160). Sum of RGB (Red+Green+Blue) = 35+64+160=259 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.51% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 160 (62.89% from 255 or 61.78% from 259); Max value from RGB is 160 - color contains mainly: blue. Hex color #2340A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2340A0 is #DCBF5F. Grayscale: #414141. Windows color (decimal): -14466912 or 10502179. OLE color: 10502179.

HSL color Cylindrical-coordinate representation of color #2340A0: hue angle of 226.08º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2340A0 is Cyan = 0.78, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB3564160-
CMYK0.780.600.37
HSL226.08º64.1%38.24%-
HSV(B)226.08º78.12%62.75%-
XYZ8.876.5634.06-
YUV66.27180.89105.69-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.51%
GREEN value IS 64 (25.39% from 255) = 24.71%
BLUE value IS 160 (62.89% from 255) = 61.78%
R=13.51%
G=24.71%
B=61.78%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal35641600.780.600.37226.0864.138.24
Hex2340A04E3C025e24026
Octal431002401167404534210046
Binary10001110000001010000010011101111000100101111000101000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2340A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2340A0; }

 p { color: rgb(35,64,160); }

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

<style>
 a { background-color: #2340A0; }

 a { background-color: rgb(35,64,160); }

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

<style>
 span { border-color: #2340A0; }

 span { border-color: rgb(35,64,160); }

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