#223A9E

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

Shades of Egyptian Blue #223A9E

Tints of Egyptian Blue #223A9E

Color information

#223A9E (or 0x223A9E) is unknown color: approx Egyptian Blue. HEX triplet: 22, 3A and 9E. RGB value is (34,58,158). Sum of RGB (Red+Green+Blue) = 34+58+158=250 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.6% from 250); Green value is 58 (23.05% from 255 or 23.2% from 250); Blue value is 158 (62.11% from 255 or 63.2% from 250); Max value from RGB is 158 - color contains mainly: blue. Hex color #223A9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223A9E is #DDC561. Grayscale: #3D3D3D. Windows color (decimal): -14533986 or 10369570. OLE color: 10369570.

HSL color Cylindrical-coordinate representation of color #223A9E: hue angle of 228.39º 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 #223A9E is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3458158-
CMYK0.780.6300.38
HSL228.39º64.58%37.65%-
HSV(B)228.39º78.48%61.96%-
XYZ8.345.8333.03-
YUV62.22182.05107.87-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.6%
GREEN value IS 58 (23.05% from 255) = 23.2%
BLUE value IS 158 (62.11% from 255) = 63.2%
R=13.6%
G=23.2%
B=63.2%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal34581580.780.6300.38228.3964.5837.65
Hex223A9E4E3F026e44126
Octal42722361167704634410146
Binary1000101110101001111010011101111110100110111001001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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