#223595

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

Shades of Egyptian Blue #223595

Tints of Egyptian Blue #223595

Color information

#223595 (or 0x223595) is unknown color: approx Egyptian Blue. HEX triplet: 22, 35 and 95. RGB value is (34,53,149). Sum of RGB (Red+Green+Blue) = 34+53+149=236 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.41% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 149 (58.59% from 255 or 63.14% from 236); Max value from RGB is 149 - color contains mainly: blue. Hex color #223595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223595 is #DDCA6A. Grayscale: #393939. Windows color (decimal): -14535275 or 9778466. OLE color: 9778466.

HSL color Cylindrical-coordinate representation of color #223595: hue angle of 230.09º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #223595 is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3453149-
CMYK0.770.6400.42
HSL230.09º62.84%35.88%-
HSV(B)230.09º77.18%58.43%-
XYZ7.365.0629.02-
YUV58.26179.21110.69-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.41%
GREEN value IS 53 (21.09% from 255) = 22.46%
BLUE value IS 149 (58.59% from 255) = 63.14%
R=14.41%
G=22.46%
B=63.14%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal34531490.770.6400.42230.0962.8435.88
Hex2235954D4002Ae63f24
Octal42652251151000523467744
Binary1000101101011001010110011011000000010101011100110111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223595; }

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

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

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

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

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

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

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

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