Html Css Color HEX #223391 Egyptian Blue

📋 copy color: '#223391'

red 34 ◦ green 51 ◦ blue 145

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

Shades of Egyptian Blue #223391

Tints of Egyptian Blue #223391

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.17%

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

R = 14.78%
G = 22.17%
B = 63.04%

CMYK

 C value IS 0.77

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#223391 (or 0x223391) is known color: Egyptian Blue. HEX triplet: 22, 33 and 91. RGB value is (34,51,145). Sum of RGB (Red+Green+Blue) = 34+51+145=230 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.78% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 145 (57.03% from 255 or 63.04% from 230); Max value from RGB is 145 - color contains mainly: blue. Hex color #223391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223391 is #DDCC6E. Grayscale: #383838. Windows color (decimal): -14535791 or 9515810. OLE color: 9515810.

HSL color Cylindrical-coordinate representation of color #223391: hue angle of 230.81º 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 #223391 is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 34 51 145 -
CMYK 0.77 0.65 0 0.43
HSL 230.81º 0.62% 0.35% -
HSV(B) 230.81º 0.77% 0.57% -
XYZ 6.95 4.75 27.34 -
YUV 56.63 177.87 111.86 -
System Red Green Blue C M Y K H S L
Decimal 34 51 145 0.77 0.65 0 0.43 230.81 0.62 0.35
Hex 22 33 91 4D 41 0 2B E7 3E 23
Octal 42 63 221 115 101 0 53 347 76 43
Binary 100010 110011 10010001 1001101 1000001 0 101011 11100111 111110 100011

Color Harmonies of #223391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223391

Black with #223391

Text Example


Text Example

White with #223391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223391; }

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

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

background-color css

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

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

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

border-color css

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

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

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