#2240A0

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

Shades of Egyptian Blue #2240A0

Tints of Egyptian Blue #2240A0

Color information

#2240A0 (or 0x2240A0) is unknown color: approx Egyptian Blue. HEX triplet: 22, 40 and A0. RGB value is (34,64,160). Sum of RGB (Red+Green+Blue) = 34+64+160=258 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.18% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 160 (62.89% from 255 or 62.02% from 258); Max value from RGB is 160 - color contains mainly: blue. Hex color #2240A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2240A0 is #DDBF5F. Grayscale: #414141. Windows color (decimal): -14532448 or 10502178. OLE color: 10502178.

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

Color convert

RGB3464160-
CMYK0.790.600.37
HSL225.71º64.95%38.04%-
HSV(B)225.71º78.75%62.75%-
XYZ8.846.5434.06-
YUV65.97181.06105.19-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.18%
GREEN value IS 64 (25.39% from 255) = 24.81%
BLUE value IS 160 (62.89% from 255) = 62.02%
R=13.18%
G=24.81%
B=62.02%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal34641600.790.600.37225.7164.9538.04
Hex2240A04F3C025e24126
Octal421002401177404534210146
Binary10001010000001010000010011111111000100101111000101000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2240A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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