Html Css Color HEX #224199 Egyptian Blue

📋 copy color: '#224199'

red 34 ◦ green 65 ◦ blue 153

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

Shades of Egyptian Blue #224199

Tints of Egyptian Blue #224199

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.79%

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

R = 13.49%
G = 25.79%
B = 60.71%

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

#224199 (or 0x224199) is known color: Egyptian Blue. HEX triplet: 22, 41 and 99. RGB value is (34,65,153). Sum of RGB (Red+Green+Blue) = 34+65+153=252 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.49% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 153 (60.16% from 255 or 60.71% from 252); Max value from RGB is 153 - color contains mainly: blue. Hex color #224199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224199 is #DDBE66. Grayscale: #414141. Windows color (decimal): -14532199 or 10043682. OLE color: 10043682.

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

Color convert

RGB 34 65 153 -
CMYK 0.78 0.58 0 0.4
HSL 224.37º 0.64% 0.37% -
HSV(B) 224.37º 0.78% 0.6% -
XYZ 8.3 6.42 30.94 -
YUV 65.76 177.23 105.34 -
System Red Green Blue C M Y K H S L
Decimal 34 65 153 0.78 0.58 0 0.4 224.37 0.64 0.37
Hex 22 41 99 4E 3A 0 28 E0 40 25
Octal 42 101 231 116 72 0 50 340 100 45
Binary 100010 1000001 10011001 1001110 111010 0 101000 11100000 1000000 100101

Color Harmonies of #224199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224199

Black with #224199

Text Example


Text Example

White with #224199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224199; }

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

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

background-color css

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

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

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

border-color css

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

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

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