Html Css Color HEX #224499 Egyptian Blue

📋 copy color: '#224499'

red 34 ◦ green 68 ◦ blue 153

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

Shades of Egyptian Blue #224499

Tints of Egyptian Blue #224499

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.67%

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

R = 13.33%
G = 26.67%
B = 60%

CMYK

 C value IS 0.78

 M value IS 0.56

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#224499 (or 0x224499) is known color: Egyptian Blue. HEX triplet: 22, 44 and 99. RGB value is (34,68,153). Sum of RGB (Red+Green+Blue) = 34+68+153=255 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.33% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 153 (60.16% from 255 or 60% from 255); Max value from RGB is 153 - color contains mainly: blue. Hex color #224499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224499 is #DDBB66. Grayscale: #434343. Windows color (decimal): -14531431 or 10044450. OLE color: 10044450.

HSL color Cylindrical-coordinate representation of color #224499: hue angle of 222.86º 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 #224499 is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 34 68 153 -
CMYK 0.78 0.56 0 0.4
HSL 222.86º 0.64% 0.37% -
HSV(B) 222.86º 0.78% 0.6% -
XYZ 8.48 6.77 31 -
YUV 67.52 176.24 104.09 -
System Red Green Blue C M Y K H S L
Decimal 34 68 153 0.78 0.56 0 0.4 222.86 0.64 0.37
Hex 22 44 99 4E 38 0 28 DF 40 25
Octal 42 104 231 116 70 0 50 337 100 45
Binary 100010 1000100 10011001 1001110 111000 0 101000 11011111 1000000 100101

Color Harmonies of #224499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224499

Black with #224499

Text Example


Text Example

White with #224499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224499; }

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

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

background-color css

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

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

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

border-color css

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

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

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