Html Css Color HEX #223393 Egyptian Blue

📋 copy color: '#223393'

red 34 ◦ green 51 ◦ blue 147

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

Shades of Egyptian Blue #223393

Tints of Egyptian Blue #223393

RGB

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

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

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

R = 14.66%
G = 21.98%
B = 63.36%

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

#223393 (or 0x223393) is known color: Egyptian Blue. HEX triplet: 22, 33 and 93. RGB value is (34,51,147). Sum of RGB (Red+Green+Blue) = 34+51+147=232 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.66% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 147 (57.81% from 255 or 63.36% from 232); Max value from RGB is 147 - color contains mainly: blue. Hex color #223393 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223393 is #DDCC6C. Grayscale: #383838. Windows color (decimal): -14535789 or 9646882. OLE color: 9646882.

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

Color convert

RGB 34 51 147 -
CMYK 0.77 0.65 0 0.42
HSL 230.97º 0.62% 0.35% -
HSV(B) 230.97º 0.77% 0.58% -
XYZ 7.11 4.81 28.16 -
YUV 56.86 178.87 111.69 -
System Red Green Blue C M Y K H S L
Decimal 34 51 147 0.77 0.65 0 0.42 230.97 0.62 0.35
Hex 22 33 93 4D 41 0 2A E7 3E 23
Octal 42 63 223 115 101 0 52 347 76 43
Binary 100010 110011 10010011 1001101 1000001 0 101010 11100111 111110 100011

Color Harmonies of #223393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223393

Black with #223393

Text Example


Text Example

White with #223393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223393; }

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

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

background-color css

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

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

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

border-color css

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

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

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