#22409A

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

Shades of Egyptian Blue #22409A

Tints of Egyptian Blue #22409A

Color information

#22409A (or 0x22409A) is unknown color: approx Egyptian Blue. HEX triplet: 22, 40 and 9A. RGB value is (34,64,154). Sum of RGB (Red+Green+Blue) = 34+64+154=252 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.49% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 154 (60.55% from 255 or 61.11% from 252); Max value from RGB is 154 - color contains mainly: blue. Hex color #22409A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22409A is #DDBF65. Grayscale: #404040. Windows color (decimal): -14532454 or 10108962. OLE color: 10108962.

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

Color convert

RGB3464154-
CMYK0.780.5800.40
HSL225º63.83%36.86%-
HSV(B)225º77.92%60.39%-
XYZ8.336.3431.36-
YUV65.29178.06105.68-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.49%
GREEN value IS 64 (25.39% from 255) = 25.40%
BLUE value IS 154 (60.55% from 255) = 61.11%
R=13.49%
G=25.40%
B=61.11%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal34641540.780.5800.4022563.8336.86
Hex22409A4E3A028e14025
Octal421002321167205034110045
Binary10001010000001001101010011101110100101000111000011000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22409A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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