#22349D

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

Shades of Egyptian Blue #22349D

Tints of Egyptian Blue #22349D

Color information

#22349D (or 0x22349D) is unknown color: approx Egyptian Blue. HEX triplet: 22, 34 and 9D. RGB value is (34,52,157). Sum of RGB (Red+Green+Blue) = 34+52+157=243 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.99% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 157 (61.72% from 255 or 64.61% from 243); Max value from RGB is 157 - color contains mainly: blue. Hex color #22349D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22349D is #DDCB62. Grayscale: #3A3A3A. Windows color (decimal): -14535523 or 10302498. OLE color: 10302498.

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

Color convert

RGB3452157-
CMYK0.780.6700.38
HSL231.22º64.4%37.45%-
HSV(B)231.22º78.34%61.57%-
XYZ7.975.2332.49-
YUV58.59183.54110.46-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.99%
GREEN value IS 52 (20.70% from 255) = 21.40%
BLUE value IS 157 (61.72% from 255) = 64.61%
R=13.99%
G=21.40%
B=64.61%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal34521570.780.6700.38231.2264.437.45
Hex22349D4E43026e74025
Octal426423511610304634710045
Binary10001011010010011101100111010000110100110111001111000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22349D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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