Html Css Color HEX #223090 Egyptian Blue

📋 copy color: '#223090'

red 34 ◦ green 48 ◦ blue 144

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

Shades of Egyptian Blue #223090

Tints of Egyptian Blue #223090

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.24%

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

R = 15.04%
G = 21.24%
B = 63.72%

CMYK

 C value IS 0.76

 M value IS 0.67

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#223090 (or 0x223090) is known color: Egyptian Blue. HEX triplet: 22, 30 and 90. RGB value is (34,48,144). Sum of RGB (Red+Green+Blue) = 34+48+144=226 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.04% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 144 (56.64% from 255 or 63.72% from 226); Max value from RGB is 144 - color contains mainly: blue. Hex color #223090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223090 is #DDCF6F. Grayscale: #363636. Windows color (decimal): -14536560 or 9449506. OLE color: 9449506.

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

Color convert

RGB 34 48 144 -
CMYK 0.76 0.67 0 0.44
HSL 232.36º 0.62% 0.35% -
HSV(B) 232.36º 0.76% 0.56% -
XYZ 6.75 4.47 26.89 -
YUV 54.76 178.36 113.19 -
System Red Green Blue C M Y K H S L
Decimal 34 48 144 0.76 0.67 0 0.44 232.36 0.62 0.35
Hex 22 30 90 4C 43 0 2C E8 3E 23
Octal 42 60 220 114 103 0 54 350 76 43
Binary 100010 110000 10010000 1001100 1000011 0 101100 11101000 111110 100011

Color Harmonies of #223090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223090

Black with #223090

Text Example


Text Example

White with #223090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223090; }

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

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

background-color css

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

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

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

border-color css

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

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

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