Html Css Color HEX #22429C Egyptian Blue

📋 copy color: '#22429C'

red 34 ◦ green 66 ◦ blue 156

#22429C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #22429C

Tints of Egyptian Blue #22429C

RGB

 RED value IS 34 (13.67% from 255) = 13.28%

 GREEN value IS 66 (26.17% from 255) = 25.78%

 BLUE value IS 156 (61.33% from 255) = 60.94%

R = 13.28%
G = 25.78%
B = 60.94%

CMYK

 C value IS 0.78

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#22429C (or 0x22429C) is known color: Egyptian Blue. HEX triplet: 22, 42 and 9C. RGB value is (34,66,156). Sum of RGB (Red+Green+Blue) = 34+66+156=256 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.28% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 156 (61.33% from 255 or 60.94% from 256); Max value from RGB is 156 - color contains mainly: blue. Hex color #22429C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22429C is #DDBD63. Grayscale: #424242. Windows color (decimal): -14531940 or 10240546. OLE color: 10240546.

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

Color convert

RGB 34 66 156 -
CMYK 0.78 0.58 0 0.39
HSL 224.26º 0.64% 0.37% -
HSV(B) 224.26º 0.78% 0.61% -
XYZ 8.61 6.64 32.28 -
YUV 66.69 178.4 104.68 -
System Red Green Blue C M Y K H S L
Decimal 34 66 156 0.78 0.58 0 0.39 224.26 0.64 0.37
Hex 22 42 9C 4E 3A 0 27 E0 40 25
Octal 42 102 234 116 72 0 47 340 100 45
Binary 100010 1000010 10011100 1001110 111010 0 100111 11100000 1000000 100101

Color Harmonies of #22429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22429C

Black with #22429C

Text Example


Text Example

White with #22429C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #22429C;
 }
 .AnyTagClassName
 {
   color: #22429C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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