Html Css Color HEX #223190 Egyptian Blue

📋 copy color: '#223190'

red 34 ◦ green 49 ◦ blue 144

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

Shades of Egyptian Blue #223190

Tints of Egyptian Blue #223190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 63.44%

R = 14.98%
G = 21.59%
B = 63.44%

CMYK

 C value IS 0.76

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#223190 (or 0x223190) is known color: Egyptian Blue. HEX triplet: 22, 31 and 90. RGB value is (34,49,144). Sum of RGB (Red+Green+Blue) = 34+49+144=227 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.98% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 144 (56.64% from 255 or 63.44% from 227); Max value from RGB is 144 - color contains mainly: blue. Hex color #223190 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223190 is #DDCE6F. Grayscale: #363636. Windows color (decimal): -14536304 or 9449762. OLE color: 9449762.

HSL color Cylindrical-coordinate representation of color #223190: hue angle of 231.82º degrees, saturation: 0.62, 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 #223190 is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 34 49 144 -
CMYK 0.76 0.66 0 0.44
HSL 231.82º 0.62% 0.35% -
HSV(B) 231.82º 0.76% 0.56% -
XYZ 6.79 4.55 26.91 -
YUV 55.35 178.03 112.78 -
System Red Green Blue C M Y K H S L
Decimal 34 49 144 0.76 0.66 0 0.44 231.82 0.62 0.35
Hex 22 31 90 4C 42 0 2C E8 3E 23
Octal 42 61 220 114 102 0 54 350 76 43
Binary 100010 110001 10010000 1001100 1000010 0 101100 11101000 111110 100011

Color Harmonies of #223190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223190

Black with #223190

Text Example


Text Example

White with #223190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223190; }

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

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

background-color css

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

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

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

border-color css

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

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

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