#22429A

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

Shades of Egyptian Blue #22429A

Tints of Egyptian Blue #22429A

Color information

#22429A (or 0x22429A) is unknown color: approx Egyptian Blue. HEX triplet: 22, 42 and 9A. RGB value is (34,66,154). Sum of RGB (Red+Green+Blue) = 34+66+154=254 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.39% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 154 (60.55% from 255 or 60.63% from 254); Max value from RGB is 154 - color contains mainly: blue. Hex color #22429A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22429A is #DDBD65. Grayscale: #424242. Windows color (decimal): -14531942 or 10109474. OLE color: 10109474.

HSL color Cylindrical-coordinate representation of color #22429A: hue angle of 224º 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 #22429A is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3466154-
CMYK0.780.5700.40
HSL224º63.83%36.86%-
HSV(B)224º77.92%60.39%-
XYZ8.446.5731.4-
YUV66.46177.4104.84-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.39%
GREEN value IS 66 (26.17% from 255) = 25.98%
BLUE value IS 154 (60.55% from 255) = 60.63%
R=13.39%
G=25.98%
B=60.63%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal34661540.780.5700.4022463.8336.86
Hex22429A4E39028e04025
Octal421022321167105034010045
Binary10001010000101001101010011101110010101000111000001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22429A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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