Html Css Color HEX #22328D Egyptian Blue

📋 copy color: '#22328D'

red 34 ◦ green 50 ◦ blue 141

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

Shades of Egyptian Blue #22328D

Tints of Egyptian Blue #22328D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 62.67%

R = 15.11%
G = 22.22%
B = 62.67%

CMYK

 C value IS 0.76

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#22328D (or 0x22328D) is known color: Egyptian Blue. HEX triplet: 22, 32 and 8D. RGB value is (34,50,141). Sum of RGB (Red+Green+Blue) = 34+50+141=225 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.11% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 141 (55.47% from 255 or 62.67% from 225); Max value from RGB is 141 - color contains mainly: blue. Hex color #22328D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22328D is #DDCD72. Grayscale: #373737. Windows color (decimal): -14536051 or 9253410. OLE color: 9253410.

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

Color convert

RGB 34 50 141 -
CMYK 0.76 0.65 0 0.45
HSL 231.03º 0.61% 0.34% -
HSV(B) 231.03º 0.76% 0.55% -
XYZ 6.61 4.54 25.73 -
YUV 55.59 176.2 112.6 -
System Red Green Blue C M Y K H S L
Decimal 34 50 141 0.76 0.65 0 0.45 231.03 0.61 0.34
Hex 22 32 8D 4C 41 0 2D E7 3D 22
Octal 42 62 215 114 101 0 55 347 75 42
Binary 100010 110010 10001101 1001100 1000001 0 101101 11100111 111101 100010

Color Harmonies of #22328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22328D

Black with #22328D

Text Example


Text Example

White with #22328D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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