#224499

Color #224499 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #224499

Tints of Egyptian Blue #224499

Color information

#224499 (or 0x224499) is unknown color: approx 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

RGB3468153-
CMYK0.780.5600.4
HSL222.86º63.64%36.67%-
HSV(B)222.86º77.78%60%-
XYZ8.486.7731-
YUV67.52176.24104.09-

RGB Variations

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

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 (Cyan) values IS 0.78
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal34681530.780.5600.4222.8663.6436.67
Hex2244994E38028df4025
Octal421042311167005033710045
Binary10001010001001001100110011101110000101000110111111000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>