Html Css Color HEX #22329C Egyptian Blue

📋 copy color: '#22329C'

red 34 ◦ green 50 ◦ blue 156

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

Shades of Egyptian Blue #22329C

Tints of Egyptian Blue #22329C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.83%

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

R = 14.17%
G = 20.83%
B = 65%

CMYK

 C value IS 0.78

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#22329C (or 0x22329C) is known color: Egyptian Blue. HEX triplet: 22, 32 and 9C. RGB value is (34,50,156). Sum of RGB (Red+Green+Blue) = 34+50+156=240 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.17% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 156 (61.33% from 255 or 65% from 240); Max value from RGB is 156 - color contains mainly: blue. Hex color #22329C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22329C is #DDCD63. Grayscale: #383838. Windows color (decimal): -14536036 or 10236450. OLE color: 10236450.

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

Color convert

RGB 34 50 156 -
CMYK 0.78 0.68 0 0.39
HSL 232.13º 0.64% 0.37% -
HSV(B) 232.13º 0.78% 0.61% -
XYZ 7.8 5.02 32.01 -
YUV 57.3 183.7 111.38 -
System Red Green Blue C M Y K H S L
Decimal 34 50 156 0.78 0.68 0 0.39 232.13 0.64 0.37
Hex 22 32 9C 4E 44 0 27 E8 40 25
Octal 42 62 234 116 104 0 47 350 100 45
Binary 100010 110010 10011100 1001110 1000100 0 100111 11101000 1000000 100101

Color Harmonies of #22329C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22329C

Black with #22329C

Text Example


Text Example

White with #22329C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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