Html Css Color HEX #223191 Egyptian Blue

📋 copy color: '#223191'

red 34 ◦ green 49 ◦ blue 145

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

Shades of Egyptian Blue #223191

Tints of Egyptian Blue #223191

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.49%

 BLUE value IS 145 (57.03% from 255) = 63.6%

R = 14.91%
G = 21.49%
B = 63.6%

CMYK

 C value IS 0.77

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#223191 (or 0x223191) is known color: Egyptian Blue. HEX triplet: 22, 31 and 91. RGB value is (34,49,145). Sum of RGB (Red+Green+Blue) = 34+49+145=228 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.91% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 145 (57.03% from 255 or 63.60% from 228); Max value from RGB is 145 - color contains mainly: blue. Hex color #223191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223191 is #DDCE6E. Grayscale: #373737. Windows color (decimal): -14536303 or 9515298. OLE color: 9515298.

HSL color Cylindrical-coordinate representation of color #223191: hue angle of 231.89º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #223191 is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 34 49 145 -
CMYK 0.77 0.66 0 0.43
HSL 231.89º 0.62% 0.35% -
HSV(B) 231.89º 0.77% 0.57% -
XYZ 6.87 4.58 27.31 -
YUV 55.46 178.53 112.69 -
System Red Green Blue C M Y K H S L
Decimal 34 49 145 0.77 0.66 0 0.43 231.89 0.62 0.35
Hex 22 31 91 4D 42 0 2B E8 3E 23
Octal 42 61 221 115 102 0 53 350 76 43
Binary 100010 110001 10010001 1001101 1000010 0 101011 11101000 111110 100011

Color Harmonies of #223191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223191

Black with #223191

Text Example


Text Example

White with #223191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223191; }

 p { color: rgb(34,49,145); }

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

background-color css

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

 a { background-color: rgb(34,49,145); }

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

border-color css

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

 span { border-color: rgb(34,49,145); }

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