Html Css Color HEX #22328E Egyptian Blue

📋 copy color: '#22328E'

red 34 ◦ green 50 ◦ blue 142

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

Shades of Egyptian Blue #22328E

Tints of Egyptian Blue #22328E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 62.83%

R = 15.04%
G = 22.12%
B = 62.83%

CMYK

 C value IS 0.76

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#22328E (or 0x22328E) is known color: Egyptian Blue. HEX triplet: 22, 32 and 8E. RGB value is (34,50,142). Sum of RGB (Red+Green+Blue) = 34+50+142=226 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.04% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 142 (55.86% from 255 or 62.83% from 226); Max value from RGB is 142 - color contains mainly: blue. Hex color #22328E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22328E is #DDCD71. Grayscale: #373737. Windows color (decimal): -14536050 or 9318946. OLE color: 9318946.

HSL color Cylindrical-coordinate representation of color #22328E: hue angle of 231.11º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #22328E is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 34 50 142 -
CMYK 0.76 0.65 0 0.44
HSL 231.11º 0.61% 0.35% -
HSV(B) 231.11º 0.76% 0.56% -
XYZ 6.68 4.57 26.12 -
YUV 55.7 176.7 112.52 -
System Red Green Blue C M Y K H S L
Decimal 34 50 142 0.76 0.65 0 0.44 231.11 0.61 0.35
Hex 22 32 8E 4C 41 0 2C E7 3D 23
Octal 42 62 216 114 101 0 54 347 75 43
Binary 100010 110010 10001110 1001100 1000001 0 101100 11100111 111101 100011

Color Harmonies of #22328E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22328E

Black with #22328E

Text Example


Text Example

White with #22328E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #22328E; }

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

 H1.HeaderClassName
 {
   color: #22328E;
 }
 .AnyTagClassName
 {
   color: #22328E;
 }
</style>

background-color css

<style>
 a { background-color: #22328E; }

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

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

border-color css

<style>
 span { border-color: #22328E; }

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

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