#223A9B

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

Shades of Egyptian Blue #223A9B

Tints of Egyptian Blue #223A9B

Color information

#223A9B (or 0x223A9B) is unknown color: approx Egyptian Blue. HEX triplet: 22, 3A and 9B. RGB value is (34,58,155). Sum of RGB (Red+Green+Blue) = 34+58+155=247 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.77% from 247); Green value is 58 (23.05% from 255 or 23.48% from 247); Blue value is 155 (60.94% from 255 or 62.75% from 247); Max value from RGB is 155 - color contains mainly: blue. Hex color #223A9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223A9B is #DDC564. Grayscale: #3D3D3D. Windows color (decimal): -14533989 or 10172962. OLE color: 10172962.

HSL color Cylindrical-coordinate representation of color #223A9B: hue angle of 228.1º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #223A9B is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3458155-
CMYK0.780.6300.39
HSL228.1º64.02%37.06%-
HSV(B)228.1º78.06%60.78%-
XYZ8.095.7331.69-
YUV61.88180.55108.11-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.77%
GREEN value IS 58 (23.05% from 255) = 23.48%
BLUE value IS 155 (60.94% from 255) = 62.75%
R=13.77%
G=23.48%
B=62.75%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal34581550.780.6300.39228.164.0237.06
Hex223A9B4E3F027e44025
Octal42722331167704734410045
Binary1000101110101001101110011101111110100111111001001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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