#223598

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

Shades of Egyptian Blue #223598

Tints of Egyptian Blue #223598

Color information

#223598 (or 0x223598) is unknown color: approx Egyptian Blue. HEX triplet: 22, 35 and 98. RGB value is (34,53,152). Sum of RGB (Red+Green+Blue) = 34+53+152=239 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.23% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 152 (59.77% from 255 or 63.60% from 239); Max value from RGB is 152 - color contains mainly: blue. Hex color #223598 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223598 is #DDCA67. Grayscale: #3A3A3A. Windows color (decimal): -14535272 or 9975074. OLE color: 9975074.

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

Color convert

RGB3453152-
CMYK0.780.6500.40
HSL230.34º63.44%36.47%-
HSV(B)230.34º77.63%59.61%-
XYZ7.65.1530.3-
YUV58.6180.71110.45-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.23%
GREEN value IS 53 (21.09% from 255) = 22.18%
BLUE value IS 152 (59.77% from 255) = 63.60%
R=14.23%
G=22.18%
B=63.60%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal34531520.780.6500.40230.3463.4436.47
Hex2235984E41028e63f24
Octal42652301161010503467744
Binary1000101101011001100010011101000001010100011100110111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223598; }

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

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

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

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

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

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

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

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