#223392

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

Shades of Egyptian Blue #223392

Tints of Egyptian Blue #223392

Color information

#223392 (or 0x223392) is unknown color: approx Egyptian Blue. HEX triplet: 22, 33 and 92. RGB value is (34,51,146). Sum of RGB (Red+Green+Blue) = 34+51+146=231 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.72% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 146 (57.42% from 255 or 63.20% from 231); Max value from RGB is 146 - color contains mainly: blue. Hex color #223392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223392 is #DDCC6D. Grayscale: #383838. Windows color (decimal): -14535790 or 9581346. OLE color: 9581346.

HSL color Cylindrical-coordinate representation of color #223392: hue angle of 230.89º 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 #223392 is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3451146-
CMYK0.770.6500.43
HSL230.89º62.22%35.29%-
HSV(B)230.89º76.71%57.25%-
XYZ7.034.7827.75-
YUV56.75178.37111.78-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.72%
GREEN value IS 51 (20.31% from 255) = 22.08%
BLUE value IS 146 (57.42% from 255) = 63.20%
R=14.72%
G=22.08%
B=63.20%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal34511460.770.6500.43230.8962.2235.29
Hex2233924D4102Be73e23
Octal42632221151010533477643
Binary1000101100111001001010011011000001010101111100111111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223392; }

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

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

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

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

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

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

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

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