Html Css Color HEX #223199 Egyptian Blue

📋 copy color: '#223199'

red 34 ◦ green 49 ◦ blue 153

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

Shades of Egyptian Blue #223199

Tints of Egyptian Blue #223199

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.76%

 BLUE value IS 153 (60.16% from 255) = 64.83%

R = 14.41%
G = 20.76%
B = 64.83%

CMYK

 C value IS 0.78

 M value IS 0.68

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#223199 (or 0x223199) is known color: Egyptian Blue. HEX triplet: 22, 31 and 99. RGB value is (34,49,153). Sum of RGB (Red+Green+Blue) = 34+49+153=236 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.41% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 153 (60.16% from 255 or 64.83% from 236); Max value from RGB is 153 - color contains mainly: blue. Hex color #223199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223199 is #DDCE66. Grayscale: #373737. Windows color (decimal): -14536295 or 10039586. OLE color: 10039586.

HSL color Cylindrical-coordinate representation of color #223199: hue angle of 232.44º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #223199 is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 34 49 153 -
CMYK 0.78 0.68 0 0.4
HSL 232.44º 0.64% 0.37% -
HSV(B) 232.44º 0.78% 0.6% -
XYZ 7.51 4.84 30.67 -
YUV 56.37 182.53 112.04 -
System Red Green Blue C M Y K H S L
Decimal 34 49 153 0.78 0.68 0 0.4 232.44 0.64 0.37
Hex 22 31 99 4E 44 0 28 E8 40 25
Octal 42 61 231 116 104 0 50 350 100 45
Binary 100010 110001 10011001 1001110 1000100 0 101000 11101000 1000000 100101

Color Harmonies of #223199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223199

Black with #223199

Text Example


Text Example

White with #223199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223199; }

 p { color: rgb(34,49,153); }

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

background-color css

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

 a { background-color: rgb(34,49,153); }

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

border-color css

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

 span { border-color: rgb(34,49,153); }

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