Html Css Color HEX #223793 Egyptian Blue

📋 copy color: '#223793'

red 34 ◦ green 55 ◦ blue 147

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

Shades of Egyptian Blue #223793

Tints of Egyptian Blue #223793

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.31%

 BLUE value IS 147 (57.81% from 255) = 62.29%

R = 14.41%
G = 23.31%
B = 62.29%

CMYK

 C value IS 0.77

 M value IS 0.63

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#223793 (or 0x223793) is known color: Egyptian Blue. HEX triplet: 22, 37 and 93. RGB value is (34,55,147). Sum of RGB (Red+Green+Blue) = 34+55+147=236 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.41% from 236); Green value is 55 (21.88% from 255 or 23.31% from 236); Blue value is 147 (57.81% from 255 or 62.29% from 236); Max value from RGB is 147 - color contains mainly: blue. Hex color #223793 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223793 is #DDC86C. Grayscale: #3A3A3A. Windows color (decimal): -14534765 or 9647906. OLE color: 9647906.

HSL color Cylindrical-coordinate representation of color #223793: hue angle of 228.85º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #223793 is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 34 55 147 -
CMYK 0.77 0.63 0 0.42
HSL 228.85º 0.62% 0.35% -
HSV(B) 228.85º 0.77% 0.58% -
XYZ 7.29 5.18 28.22 -
YUV 59.21 177.54 110.02 -
System Red Green Blue C M Y K H S L
Decimal 34 55 147 0.77 0.63 0 0.42 228.85 0.62 0.35
Hex 22 37 93 4D 3F 0 2A E5 3E 23
Octal 42 67 223 115 77 0 52 345 76 43
Binary 100010 110111 10010011 1001101 111111 0 101010 11100101 111110 100011

Color Harmonies of #223793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223793

Black with #223793

Text Example


Text Example

White with #223793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223793; }

 p { color: rgb(34,55,147); }

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

background-color css

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

 a { background-color: rgb(34,55,147); }

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

border-color css

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

 span { border-color: rgb(34,55,147); }

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