Html Css Color HEX #224299 Egyptian Blue

📋 copy color: '#224299'

red 34 ◦ green 66 ◦ blue 153

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

Shades of Egyptian Blue #224299

Tints of Egyptian Blue #224299

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.09%

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

R = 13.44%
G = 26.09%
B = 60.47%

CMYK

 C value IS 0.78

 M value IS 0.57

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#224299 (or 0x224299) is known color: Egyptian Blue. HEX triplet: 22, 42 and 99. RGB value is (34,66,153). Sum of RGB (Red+Green+Blue) = 34+66+153=253 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.44% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 153 (60.16% from 255 or 60.47% from 253); Max value from RGB is 153 - color contains mainly: blue. Hex color #224299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224299 is #DDBD66. Grayscale: #414141. Windows color (decimal): -14531943 or 10043938. OLE color: 10043938.

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

Color convert

RGB 34 66 153 -
CMYK 0.78 0.57 0 0.4
HSL 223.87º 0.64% 0.37% -
HSV(B) 223.87º 0.78% 0.6% -
XYZ 8.36 6.54 30.96 -
YUV 66.35 176.9 104.93 -
System Red Green Blue C M Y K H S L
Decimal 34 66 153 0.78 0.57 0 0.4 223.87 0.64 0.37
Hex 22 42 99 4E 39 0 28 E0 40 25
Octal 42 102 231 116 71 0 50 340 100 45
Binary 100010 1000010 10011001 1001110 111001 0 101000 11100000 1000000 100101

Color Harmonies of #224299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224299

Black with #224299

Text Example


Text Example

White with #224299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224299; }

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

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

background-color css

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

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

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

border-color css

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

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

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