Html Css Color HEX #224099 Egyptian Blue

📋 copy color: '#224099'

red 34 ◦ green 64 ◦ blue 153

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

Shades of Egyptian Blue #224099

Tints of Egyptian Blue #224099

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.5%

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

R = 13.55%
G = 25.5%
B = 60.96%

CMYK

 C value IS 0.78

 M value IS 0.58

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#224099 (or 0x224099) is known color: Egyptian Blue. HEX triplet: 22, 40 and 99. RGB value is (34,64,153). Sum of RGB (Red+Green+Blue) = 34+64+153=251 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.55% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 153 (60.16% from 255 or 60.96% from 251); Max value from RGB is 153 - color contains mainly: blue. Hex color #224099 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224099 is #DDBF66. Grayscale: #404040. Windows color (decimal): -14532455 or 10043426. OLE color: 10043426.

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

Color convert

RGB 34 64 153 -
CMYK 0.78 0.58 0 0.4
HSL 224.87º 0.64% 0.37% -
HSV(B) 224.87º 0.78% 0.6% -
XYZ 8.24 6.31 30.92 -
YUV 65.18 177.56 105.76 -
System Red Green Blue C M Y K H S L
Decimal 34 64 153 0.78 0.58 0 0.4 224.87 0.64 0.37
Hex 22 40 99 4E 3A 0 28 E1 40 25
Octal 42 100 231 116 72 0 50 341 100 45
Binary 100010 1000000 10011001 1001110 111010 0 101000 11100001 1000000 100101

Color Harmonies of #224099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224099

Black with #224099

Text Example


Text Example

White with #224099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224099; }

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

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

background-color css

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

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

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

border-color css

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

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

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