#223C9E

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

Shades of Egyptian Blue #223C9E

Tints of Egyptian Blue #223C9E

Color information

#223C9E (or 0x223C9E) is unknown color: approx Egyptian Blue. HEX triplet: 22, 3C and 9E. RGB value is (34,60,158). Sum of RGB (Red+Green+Blue) = 34+60+158=252 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.49% from 252); Green value is 60 (23.83% from 255 or 23.81% from 252); Blue value is 158 (62.11% from 255 or 62.70% from 252); Max value from RGB is 158 - color contains mainly: blue. Hex color #223C9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223C9E is #DDC361. Grayscale: #3E3E3E. Windows color (decimal): -14533474 or 10370082. OLE color: 10370082.

HSL color Cylindrical-coordinate representation of color #223C9E: hue angle of 227.42º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #223C9E is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3460158-
CMYK0.780.6200.38
HSL227.42º64.58%37.65%-
HSV(B)227.42º78.48%61.96%-
XYZ8.456.0433.07-
YUV63.4181.39107.03-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.49%
GREEN value IS 60 (23.83% from 255) = 23.81%
BLUE value IS 158 (62.11% from 255) = 62.70%
R=13.49%
G=23.81%
B=62.70%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal34601580.780.6200.38227.4264.5837.65
Hex223C9E4E3E026e34126
Octal42742361167604634310146
Binary1000101111001001111010011101111100100110111000111000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223C9E; }

 p { color: rgb(34,60,158); }

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

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

 a { background-color: rgb(34,60,158); }

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

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

 span { border-color: rgb(34,60,158); }

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