#223599

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

Shades of Egyptian Blue #223599

Tints of Egyptian Blue #223599

Color information

#223599 (or 0x223599) is unknown color: approx Egyptian Blue. HEX triplet: 22, 35 and 99. RGB value is (34,53,153). Sum of RGB (Red+Green+Blue) = 34+53+153=240 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.17% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 153 (60.16% from 255 or 63.75% from 240); Max value from RGB is 153 - color contains mainly: blue. Hex color #223599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223599 is #DDCA66. Grayscale: #3A3A3A. Windows color (decimal): -14535271 or 10040610. OLE color: 10040610.

HSL color Cylindrical-coordinate representation of color #223599: hue angle of 230.42º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #223599 is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3453153-
CMYK0.780.6500.4
HSL230.42º63.64%36.67%-
HSV(B)230.42º77.78%60%-
XYZ7.685.1930.73-
YUV58.72181.21110.37-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.17%
GREEN value IS 53 (21.09% from 255) = 22.08%
BLUE value IS 153 (60.16% from 255) = 63.75%
R=14.17%
G=22.08%
B=63.75%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal34531530.780.6500.4230.4263.6436.67
Hex2235994E41028e64025
Octal426523111610105034610045
Binary10001011010110011001100111010000010101000111001101000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223599; }

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

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

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

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

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

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

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

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