#22409C

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

Shades of Egyptian Blue #22409C

Tints of Egyptian Blue #22409C

Color information

#22409C (or 0x22409C) is unknown color: approx Egyptian Blue. HEX triplet: 22, 40 and 9C. RGB value is (34,64,156). Sum of RGB (Red+Green+Blue) = 34+64+156=254 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.39% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 156 (61.33% from 255 or 61.42% from 254); Max value from RGB is 156 - color contains mainly: blue. Hex color #22409C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22409C is #DDBF63. Grayscale: #414141. Windows color (decimal): -14532452 or 10240034. OLE color: 10240034.

HSL color Cylindrical-coordinate representation of color #22409C: hue angle of 225.25º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #22409C is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3464156-
CMYK0.780.5900.39
HSL225.25º64.21%37.25%-
HSV(B)225.25º78.21%61.18%-
XYZ8.496.4132.24-
YUV65.52179.06105.52-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.39%
GREEN value IS 64 (25.39% from 255) = 25.20%
BLUE value IS 156 (61.33% from 255) = 61.42%
R=13.39%
G=25.20%
B=61.42%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal34641560.780.5900.39225.2564.2137.25
Hex22409C4E3B027e14025
Octal421002341167304734110045
Binary10001010000001001110010011101110110100111111000011000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22409C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22409C; }

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

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

<style>
 a { background-color: #22409C; }

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

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

<style>
 span { border-color: #22409C; }

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

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