Html Css Color HEX #22379A Egyptian Blue

📋 copy color: '#22379A'

red 34 ◦ green 55 ◦ blue 154

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

Shades of Egyptian Blue #22379A

Tints of Egyptian Blue #22379A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 63.37%

R = 13.99%
G = 22.63%
B = 63.37%

CMYK

 C value IS 0.78

 M value IS 0.64

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#22379A (or 0x22379A) is known color: Egyptian Blue. HEX triplet: 22, 37 and 9A. RGB value is (34,55,154). Sum of RGB (Red+Green+Blue) = 34+55+154=243 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.99% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 154 (60.55% from 255 or 63.37% from 243); Max value from RGB is 154 - color contains mainly: blue. Hex color #22379A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22379A is #DDC865. Grayscale: #3B3B3B. Windows color (decimal): -14534758 or 10106658. OLE color: 10106658.

HSL color Cylindrical-coordinate representation of color #22379A: hue angle of 229.5º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #22379A is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 34 55 154 -
CMYK 0.78 0.64 0 0.40
HSL 229.5º 0.64% 0.37% -
HSV(B) 229.5º 0.78% 0.6% -
XYZ 7.86 5.41 31.2 -
YUV 60.01 181.04 109.45 -
System Red Green Blue C M Y K H S L
Decimal 34 55 154 0.78 0.64 0 0.40 229.5 0.64 0.37
Hex 22 37 9A 4E 40 0 28 E6 40 25
Octal 42 67 232 116 100 0 50 346 100 45
Binary 100010 110111 10011010 1001110 1000000 0 101000 11100110 1000000 100101

Color Harmonies of #22379A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22379A

Black with #22379A

Text Example


Text Example

White with #22379A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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