Html Css Color HEX #223493 Egyptian Blue

📋 copy color: '#223493'

red 34 ◦ green 52 ◦ blue 147

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

Shades of Egyptian Blue #223493

Tints of Egyptian Blue #223493

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.32%

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

R = 14.59%
G = 22.32%
B = 63.09%

CMYK

 C value IS 0.77

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#223493 (or 0x223493) is known color: Egyptian Blue. HEX triplet: 22, 34 and 93. RGB value is (34,52,147). Sum of RGB (Red+Green+Blue) = 34+52+147=233 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.59% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 147 (57.81% from 255 or 63.09% from 233); Max value from RGB is 147 - color contains mainly: blue. Hex color #223493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223493 is #DDCB6C. Grayscale: #393939. Windows color (decimal): -14535533 or 9647138. OLE color: 9647138.

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

Color convert

RGB 34 52 147 -
CMYK 0.77 0.65 0 0.42
HSL 230.44º 0.62% 0.35% -
HSV(B) 230.44º 0.77% 0.58% -
XYZ 7.15 4.9 28.17 -
YUV 57.45 178.54 111.28 -
System Red Green Blue C M Y K H S L
Decimal 34 52 147 0.77 0.65 0 0.42 230.44 0.62 0.35
Hex 22 34 93 4D 41 0 2A E6 3E 23
Octal 42 64 223 115 101 0 52 346 76 43
Binary 100010 110100 10010011 1001101 1000001 0 101010 11100110 111110 100011

Color Harmonies of #223493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223493

Black with #223493

Text Example


Text Example

White with #223493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223493; }

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

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

background-color css

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

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

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

border-color css

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

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

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