Html Css Color HEX #22379B Egyptian Blue

📋 copy color: '#22379B'

red 34 ◦ green 55 ◦ blue 155

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

Shades of Egyptian Blue #22379B

Tints of Egyptian Blue #22379B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.54%

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

R = 13.93%
G = 22.54%
B = 63.52%

CMYK

 C value IS 0.78

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#22379B (or 0x22379B) is known color: Egyptian Blue. HEX triplet: 22, 37 and 9B. RGB value is (34,55,155). Sum of RGB (Red+Green+Blue) = 34+55+155=244 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.93% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 155 (60.94% from 255 or 63.52% from 244); Max value from RGB is 155 - color contains mainly: blue. Hex color #22379B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22379B is #DDC864. Grayscale: #3B3B3B. Windows color (decimal): -14534757 or 10172194. OLE color: 10172194.

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

Color convert

RGB 34 55 155 -
CMYK 0.78 0.65 0 0.39
HSL 229.59º 0.64% 0.37% -
HSV(B) 229.59º 0.78% 0.61% -
XYZ 7.94 5.44 31.64 -
YUV 60.12 181.54 109.37 -
System Red Green Blue C M Y K H S L
Decimal 34 55 155 0.78 0.65 0 0.39 229.59 0.64 0.37
Hex 22 37 9B 4E 41 0 27 E6 40 25
Octal 42 67 233 116 101 0 47 346 100 45
Binary 100010 110111 10011011 1001110 1000001 0 100111 11100110 1000000 100101

Color Harmonies of #22379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22379B

Black with #22379B

Text Example


Text Example

White with #22379B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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