Html Css Color HEX #22379C Egyptian Blue

📋 copy color: '#22379C'

red 34 ◦ green 55 ◦ blue 156

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

Shades of Egyptian Blue #22379C

Tints of Egyptian Blue #22379C

RGB

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

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

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

R = 13.88%
G = 22.45%
B = 63.67%

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

#22379C (or 0x22379C) is known color: Egyptian Blue. HEX triplet: 22, 37 and 9C. RGB value is (34,55,156). Sum of RGB (Red+Green+Blue) = 34+55+156=245 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.88% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 156 (61.33% from 255 or 63.67% from 245); Max value from RGB is 156 - color contains mainly: blue. Hex color #22379C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22379C is #DDC863. Grayscale: #3B3B3B. Windows color (decimal): -14534756 or 10237730. OLE color: 10237730.

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

Color convert

RGB 34 55 156 -
CMYK 0.78 0.65 0 0.39
HSL 229.67º 0.64% 0.37% -
HSV(B) 229.67º 0.78% 0.61% -
XYZ 8.03 5.47 32.09 -
YUV 60.24 182.04 109.29 -
System Red Green Blue C M Y K H S L
Decimal 34 55 156 0.78 0.65 0 0.39 229.67 0.64 0.37
Hex 22 37 9C 4E 41 0 27 E6 40 25
Octal 42 67 234 116 101 0 47 346 100 45
Binary 100010 110111 10011100 1001110 1000001 0 100111 11100110 1000000 100101

Color Harmonies of #22379C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22379C

Black with #22379C

Text Example


Text Example

White with #22379C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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