Html Css Color HEX #223990 Egyptian Blue

📋 copy color: '#223990'

red 34 ◦ green 57 ◦ blue 144

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

Shades of Egyptian Blue #223990

Tints of Egyptian Blue #223990

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.26%

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

R = 14.47%
G = 24.26%
B = 61.28%

CMYK

 C value IS 0.76

 M value IS 0.60

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#223990 (or 0x223990) is known color: Egyptian Blue. HEX triplet: 22, 39 and 90. RGB value is (34,57,144). Sum of RGB (Red+Green+Blue) = 34+57+144=235 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.47% from 235); Green value is 57 (22.66% from 255 or 24.26% from 235); Blue value is 144 (56.64% from 255 or 61.28% from 235); Max value from RGB is 144 - color contains mainly: blue. Hex color #223990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223990 is #DDC66F. Grayscale: #3B3B3B. Windows color (decimal): -14534256 or 9451810. OLE color: 9451810.

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

Color convert

RGB 34 57 144 -
CMYK 0.76 0.60 0 0.44
HSL 227.45º 0.62% 0.35% -
HSV(B) 227.45º 0.76% 0.56% -
XYZ 7.16 5.28 27.03 -
YUV 60.04 175.38 109.43 -
System Red Green Blue C M Y K H S L
Decimal 34 57 144 0.76 0.60 0 0.44 227.45 0.62 0.35
Hex 22 39 90 4C 3C 0 2C E3 3E 23
Octal 42 71 220 114 74 0 54 343 76 43
Binary 100010 111001 10010000 1001100 111100 0 101100 11100011 111110 100011

Color Harmonies of #223990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223990

Black with #223990

Text Example


Text Example

White with #223990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223990; }

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

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

background-color css

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

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

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

border-color css

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

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

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