Html Css Color HEX #223390 Egyptian Blue

📋 copy color: '#223390'

red 34 ◦ green 51 ◦ blue 144

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

Shades of Egyptian Blue #223390

Tints of Egyptian Blue #223390

RGB

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

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

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

R = 14.85%
G = 22.27%
B = 62.88%

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

#223390 (or 0x223390) is known color: Egyptian Blue. HEX triplet: 22, 33 and 90. RGB value is (34,51,144). Sum of RGB (Red+Green+Blue) = 34+51+144=229 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.85% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 144 (56.64% from 255 or 62.88% from 229); Max value from RGB is 144 - color contains mainly: blue. Hex color #223390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223390 is #DDCC6F. Grayscale: #383838. Windows color (decimal): -14535792 or 9450274. OLE color: 9450274.

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

Color convert

RGB 34 51 144 -
CMYK 0.76 0.65 0 0.44
HSL 230.73º 0.62% 0.35% -
HSV(B) 230.73º 0.76% 0.56% -
XYZ 6.88 4.72 26.93 -
YUV 56.52 177.37 111.94 -
System Red Green Blue C M Y K H S L
Decimal 34 51 144 0.76 0.65 0 0.44 230.73 0.62 0.35
Hex 22 33 90 4C 41 0 2C E7 3E 23
Octal 42 63 220 114 101 0 54 347 76 43
Binary 100010 110011 10010000 1001100 1000001 0 101100 11100111 111110 100011

Color Harmonies of #223390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223390

Black with #223390

Text Example


Text Example

White with #223390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223390; }

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

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

background-color css

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

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

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

border-color css

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

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

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