#22329B

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

Shades of Egyptian Blue #22329B

Tints of Egyptian Blue #22329B

Color information

#22329B (or 0x22329B) is unknown color: approx Egyptian Blue. HEX triplet: 22, 32 and 9B. RGB value is (34,50,155). Sum of RGB (Red+Green+Blue) = 34+50+155=239 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.23% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 155 (60.94% from 255 or 64.85% from 239); Max value from RGB is 155 - color contains mainly: blue. Hex color #22329B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22329B is #DDCD64. Grayscale: #383838. Windows color (decimal): -14536037 or 10170914. OLE color: 10170914.

HSL color Cylindrical-coordinate representation of color #22329B: hue angle of 232.07º 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 #22329B is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3450155-
CMYK0.780.6800.39
HSL232.07º64.02%37.06%-
HSV(B)232.07º78.06%60.78%-
XYZ7.724.9931.57-
YUV57.19183.2111.46-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.23%
GREEN value IS 50 (19.92% from 255) = 20.92%
BLUE value IS 155 (60.94% from 255) = 64.85%
R=14.23%
G=20.92%
B=64.85%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal34501550.780.6800.39232.0764.0237.06
Hex22329B4E44027e84025
Octal426223311610404735010045
Binary10001011001010011011100111010001000100111111010001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22329B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22329B; }

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

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

<style>
 a { background-color: #22329B; }

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

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

<style>
 span { border-color: #22329B; }

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

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