Html Css Color HEX #224599 Egyptian Blue

📋 copy color: '#224599'

red 34 ◦ green 69 ◦ blue 153

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

Shades of Egyptian Blue #224599

Tints of Egyptian Blue #224599

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.95%

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

R = 13.28%
G = 26.95%
B = 59.77%

CMYK

 C value IS 0.78

 M value IS 0.55

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#224599 (or 0x224599) is known color: Egyptian Blue. HEX triplet: 22, 45 and 99. RGB value is (34,69,153). Sum of RGB (Red+Green+Blue) = 34+69+153=256 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.28% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 153 (60.16% from 255 or 59.77% from 256); Max value from RGB is 153 - color contains mainly: blue. Hex color #224599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224599 is #DDBA66. Grayscale: #434343. Windows color (decimal): -14531175 or 10044706. OLE color: 10044706.

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

Color convert

RGB 34 69 153 -
CMYK 0.78 0.55 0 0.4
HSL 222.35º 0.64% 0.37% -
HSV(B) 222.35º 0.78% 0.6% -
XYZ 8.54 6.9 31.02 -
YUV 68.11 175.9 103.67 -
System Red Green Blue C M Y K H S L
Decimal 34 69 153 0.78 0.55 0 0.4 222.35 0.64 0.37
Hex 22 45 99 4E 37 0 28 DE 40 25
Octal 42 105 231 116 67 0 50 336 100 45
Binary 100010 1000101 10011001 1001110 110111 0 101000 11011110 1000000 100101

Color Harmonies of #224599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224599

Black with #224599

Text Example


Text Example

White with #224599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224599; }

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

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

background-color css

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

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

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

border-color css

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

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

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