#224298

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

Shades of Egyptian Blue #224298

Tints of Egyptian Blue #224298

Color information

#224298 (or 0x224298) is unknown color: approx Egyptian Blue. HEX triplet: 22, 42 and 98. RGB value is (34,66,152). Sum of RGB (Red+Green+Blue) = 34+66+152=252 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.49% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 152 (59.77% from 255 or 60.32% from 252); Max value from RGB is 152 - color contains mainly: blue. Hex color #224298 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224298 is #DDBD67. Grayscale: #414141. Windows color (decimal): -14531944 or 9978402. OLE color: 9978402.

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

Color convert

RGB3466152-
CMYK0.780.5700.40
HSL223.73º63.44%36.47%-
HSV(B)223.73º77.63%59.61%-
XYZ8.286.530.52-
YUV66.24176.4105.01-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.49%
GREEN value IS 66 (26.17% from 255) = 26.19%
BLUE value IS 152 (59.77% from 255) = 60.32%
R=13.49%
G=26.19%
B=60.32%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal34661520.780.5700.40223.7363.4436.47
Hex2242984E39028e03f24
Octal42102230116710503407744
Binary1000101000010100110001001110111001010100011100000111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224298; }

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

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

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

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

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

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

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

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