#222CA4

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

Shades of Egyptian Blue #222CA4

Tints of Egyptian Blue #222CA4

Color information

#222CA4 (or 0x222CA4) is unknown color: approx Egyptian Blue. HEX triplet: 22, 2C and A4. RGB value is (34,44,164). Sum of RGB (Red+Green+Blue) = 34+44+164=242 (32% of max value = 765). Red value is 34 (13.67% from 255 or 14.05% from 242); Green value is 44 (17.58% from 255 or 18.18% from 242); Blue value is 164 (64.45% from 255 or 67.77% from 242); Max value from RGB is 164 - color contains mainly: blue. Hex color #222CA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222CA4 is #DDD35B. Grayscale: #363636. Windows color (decimal): -14537564 or 10759202. OLE color: 10759202.

HSL color Cylindrical-coordinate representation of color #222CA4: hue angle of 235.38º 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 #222CA4 is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3444164-
CMYK0.790.7300.36
HSL235.38º65.66%38.82%-
HSV(B)235.38º79.27%64.31%-
XYZ8.264.8235.62-
YUV54.69189.69113.24-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.05%
GREEN value IS 44 (17.58% from 255) = 18.18%
BLUE value IS 164 (64.45% from 255) = 67.77%
R=14.05%
G=18.18%
B=67.77%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal34441640.790.7300.36235.3865.6638.82
Hex222CA44F49024eb4227
Octal425424411711104435310247
Binary10001010110010100100100111110010010100100111010111000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222CA4; }

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

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

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

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

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

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

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

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