#22429D

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

Shades of Egyptian Blue #22429D

Tints of Egyptian Blue #22429D

Color information

#22429D (or 0x22429D) is unknown color: approx Egyptian Blue. HEX triplet: 22, 42 and 9D. RGB value is (34,66,157). Sum of RGB (Red+Green+Blue) = 34+66+157=257 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.23% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 157 (61.72% from 255 or 61.09% from 257); Max value from RGB is 157 - color contains mainly: blue. Hex color #22429D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22429D is #DDBD62. Grayscale: #424242. Windows color (decimal): -14531939 or 10306082. OLE color: 10306082.

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

Color convert

RGB3466157-
CMYK0.780.5800.38
HSL224.39º64.4%37.45%-
HSV(B)224.39º78.34%61.57%-
XYZ8.696.6732.73-
YUV66.81178.9104.6-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.23%
GREEN value IS 66 (26.17% from 255) = 25.68%
BLUE value IS 157 (61.72% from 255) = 61.09%
R=13.23%
G=25.68%
B=61.09%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal34661570.780.5800.38224.3964.437.45
Hex22429D4E3A026e04025
Octal421022351167204634010045
Binary10001010000101001110110011101110100100110111000001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22429D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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