#223592

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

Shades of Egyptian Blue #223592

Tints of Egyptian Blue #223592

Color information

#223592 (or 0x223592) is unknown color: approx Egyptian Blue. HEX triplet: 22, 35 and 92. RGB value is (34,53,146). Sum of RGB (Red+Green+Blue) = 34+53+146=233 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.59% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 146 (57.42% from 255 or 62.66% from 233); Max value from RGB is 146 - color contains mainly: blue. Hex color #223592 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223592 is #DDCA6D. Grayscale: #393939. Windows color (decimal): -14535278 or 9581858. OLE color: 9581858.

HSL color Cylindrical-coordinate representation of color #223592: hue angle of 229.82º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #223592 is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3453146-
CMYK0.770.6400.43
HSL229.82º62.22%35.29%-
HSV(B)229.82º76.71%57.25%-
XYZ7.124.9627.78-
YUV57.92177.71110.94-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.59%
GREEN value IS 53 (21.09% from 255) = 22.75%
BLUE value IS 146 (57.42% from 255) = 62.66%
R=14.59%
G=22.75%
B=62.66%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal34531460.770.6400.43229.8262.2235.29
Hex2235924D4002Be63e23
Octal42652221151000533467643
Binary1000101101011001001010011011000000010101111100110111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223592; }

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

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

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

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

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

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

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

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