#22359D

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

Shades of Egyptian Blue #22359D

Tints of Egyptian Blue #22359D

Color information

#22359D (or 0x22359D) is unknown color: approx Egyptian Blue. HEX triplet: 22, 35 and 9D. RGB value is (34,53,157). Sum of RGB (Red+Green+Blue) = 34+53+157=244 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.93% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 157 (61.72% from 255 or 64.34% from 244); Max value from RGB is 157 - color contains mainly: blue. Hex color #22359D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22359D is #DDCA62. Grayscale: #3A3A3A. Windows color (decimal): -14535267 or 10302754. OLE color: 10302754.

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

Color convert

RGB3453157-
CMYK0.780.6600.38
HSL230.73º64.4%37.45%-
HSV(B)230.73º78.34%61.57%-
XYZ8.025.3232.5-
YUV59.18183.21110.04-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.93%
GREEN value IS 53 (21.09% from 255) = 21.72%
BLUE value IS 157 (61.72% from 255) = 64.34%
R=13.93%
G=21.72%
B=64.34%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal34531570.780.6600.38230.7364.437.45
Hex22359D4E42026e74025
Octal426523511610204634710045
Binary10001011010110011101100111010000100100110111001111000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22359D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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