#22329D

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

Shades of Egyptian Blue #22329D

Tints of Egyptian Blue #22329D

Color information

#22329D (or 0x22329D) is unknown color: approx Egyptian Blue. HEX triplet: 22, 32 and 9D. RGB value is (34,50,157). Sum of RGB (Red+Green+Blue) = 34+50+157=241 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.11% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 157 (61.72% from 255 or 65.15% from 241); Max value from RGB is 157 - color contains mainly: blue. Hex color #22329D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22329D is #DDCD62. Grayscale: #383838. Windows color (decimal): -14536035 or 10301986. OLE color: 10301986.

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

Color convert

RGB3450157-
CMYK0.780.6800.38
HSL232.2º64.4%37.45%-
HSV(B)232.2º78.34%61.57%-
XYZ7.895.0632.46-
YUV57.41184.2111.3-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.11%
GREEN value IS 50 (19.92% from 255) = 20.75%
BLUE value IS 157 (61.72% from 255) = 65.15%
R=14.11%
G=20.75%
B=65.15%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal34501570.780.6800.38232.264.437.45
Hex22329D4E44026e84025
Octal426223511610404635010045
Binary10001011001010011101100111010001000100110111010001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22329D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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