#22359B

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

Shades of Egyptian Blue #22359B

Tints of Egyptian Blue #22359B

Color information

#22359B (or 0x22359B) is unknown color: approx Egyptian Blue. HEX triplet: 22, 35 and 9B. RGB value is (34,53,155). Sum of RGB (Red+Green+Blue) = 34+53+155=242 (32% of max value = 765). Red value is 34 (13.67% from 255 or 14.05% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 155 (60.94% from 255 or 64.05% from 242); Max value from RGB is 155 - color contains mainly: blue. Hex color #22359B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22359B is #DDCA64. Grayscale: #3A3A3A. Windows color (decimal): -14535269 or 10171682. OLE color: 10171682.

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

Color convert

RGB3453155-
CMYK0.780.6600.39
HSL230.58º64.02%37.06%-
HSV(B)230.58º78.06%60.78%-
XYZ7.855.2531.61-
YUV58.95182.21110.21-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.05%
GREEN value IS 53 (21.09% from 255) = 21.90%
BLUE value IS 155 (60.94% from 255) = 64.05%
R=14.05%
G=21.90%
B=64.05%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal34531550.780.6600.39230.5864.0237.06
Hex22359B4E42027e74025
Octal426523311610204734710045
Binary10001011010110011011100111010000100100111111001111000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22359B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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