#2223A4

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

Shades of Egyptian Blue #2223A4

Tints of Egyptian Blue #2223A4

Color information

#2223A4 (or 0x2223A4) is unknown color: approx Egyptian Blue. HEX triplet: 22, 23 and A4. RGB value is (34,35,164). Sum of RGB (Red+Green+Blue) = 34+35+164=233 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.59% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 164 (64.45% from 255 or 70.39% from 233); Max value from RGB is 164 - color contains mainly: blue. Hex color #2223A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2223A4 is #DDDC5B. Grayscale: #303030. Windows color (decimal): -14539868 or 10756898. OLE color: 10756898.

HSL color Cylindrical-coordinate representation of color #2223A4: hue angle of 239.54º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2223A4 is Cyan = 0.79, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3435164-
CMYK0.790.7900.36
HSL239.54º65.66%38.82%-
HSV(B)239.54º79.27%64.31%-
XYZ7.964.2235.52-
YUV49.41192.67117.01-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.59%
GREEN value IS 35 (14.06% from 255) = 15.02%
BLUE value IS 164 (64.45% from 255) = 70.39%
R=14.59%
G=15.02%
B=70.39%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal34351640.790.7900.36239.5465.6638.82
Hex2223A44F4F024f04227
Octal424324411711704436010247
Binary10001010001110100100100111110011110100100111100001000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2223A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2223A4; }

 p { color: rgb(34,35,164); }

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

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

 a { background-color: rgb(34,35,164); }

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

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

 span { border-color: rgb(34,35,164); }

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