#22319B

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

Shades of Egyptian Blue #22319B

Tints of Egyptian Blue #22319B

Color information

#22319B (or 0x22319B) is unknown color: approx Egyptian Blue. HEX triplet: 22, 31 and 9B. RGB value is (34,49,155). Sum of RGB (Red+Green+Blue) = 34+49+155=238 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.29% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 155 (60.94% from 255 or 65.13% from 238); Max value from RGB is 155 - color contains mainly: blue. Hex color #22319B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22319B is #DDCE64. Grayscale: #383838. Windows color (decimal): -14536293 or 10170658. OLE color: 10170658.

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

Color convert

RGB3449155-
CMYK0.780.6800.39
HSL232.56º64.02%37.06%-
HSV(B)232.56º78.06%60.78%-
XYZ7.674.931.55-
YUV56.6183.53111.88-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.29%
GREEN value IS 49 (19.53% from 255) = 20.59%
BLUE value IS 155 (60.94% from 255) = 65.13%
R=14.29%
G=20.59%
B=65.13%

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
Decimal34491550.780.6800.39232.5664.0237.06
Hex22319B4E44027e94025
Octal426123311610404735110045
Binary10001011000110011011100111010001000100111111010011000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22319B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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