Html Css Color HEX #22329B Egyptian Blue

📋 copy color: '#22329B'

red 34 ◦ green 50 ◦ blue 155

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

Shades of Egyptian Blue #22329B

Tints of Egyptian Blue #22329B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 64.85%

R = 14.23%
G = 20.92%
B = 64.85%

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

#22329B (or 0x22329B) is known color: Egyptian Blue. HEX triplet: 22, 32 and 9B. RGB value is (34,50,155). Sum of RGB (Red+Green+Blue) = 34+50+155=239 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.23% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 155 (60.94% from 255 or 64.85% from 239); Max value from RGB is 155 - color contains mainly: blue. Hex color #22329B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22329B is #DDCD64. Grayscale: #383838. Windows color (decimal): -14536037 or 10170914. OLE color: 10170914.

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

Color convert

RGB 34 50 155 -
CMYK 0.78 0.68 0 0.39
HSL 232.07º 0.64% 0.37% -
HSV(B) 232.07º 0.78% 0.61% -
XYZ 7.72 4.99 31.57 -
YUV 57.19 183.2 111.46 -
System Red Green Blue C M Y K H S L
Decimal 34 50 155 0.78 0.68 0 0.39 232.07 0.64 0.37
Hex 22 32 9B 4E 44 0 27 E8 40 25
Octal 42 62 233 116 104 0 47 350 100 45
Binary 100010 110010 10011011 1001110 1000100 0 100111 11101000 1000000 100101

Color Harmonies of #22329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22329B

Black with #22329B

Text Example


Text Example

White with #22329B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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