#224096

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

Shades of Egyptian Blue #224096

Tints of Egyptian Blue #224096

Color information

#224096 (or 0x224096) is unknown color: approx Egyptian Blue. HEX triplet: 22, 40 and 96. RGB value is (34,64,150). Sum of RGB (Red+Green+Blue) = 34+64+150=248 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.71% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 150 (58.98% from 255 or 60.48% from 248); Max value from RGB is 150 - color contains mainly: blue. Hex color #224096 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224096 is #DDBF69. Grayscale: #404040. Windows color (decimal): -14532458 or 9846818. OLE color: 9846818.

HSL color Cylindrical-coordinate representation of color #224096: hue angle of 224.48º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #224096 is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3464150-
CMYK0.770.5700.41
HSL224.48º63.04%36.08%-
HSV(B)224.48º77.33%58.82%-
XYZ86.2129.63-
YUV64.83176.06106.01-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.71%
GREEN value IS 64 (25.39% from 255) = 25.81%
BLUE value IS 150 (58.98% from 255) = 60.48%
R=13.71%
G=25.81%
B=60.48%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal34641500.770.5700.41224.4863.0436.08
Hex2240964D39029e03f24
Octal42100226115710513407744
Binary1000101000000100101101001101111001010100111100000111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224096; }

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

 H1.HeaderClassName
 {
   color: #224096;
 }
 .AnyTagClassName
 {
   color: #224096;
 }
</style>
background-color css

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

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

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

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

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

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