#223294

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

Shades of Egyptian Blue #223294

Tints of Egyptian Blue #223294

Color information

#223294 (or 0x223294) is unknown color: approx Egyptian Blue. HEX triplet: 22, 32 and 94. RGB value is (34,50,148). Sum of RGB (Red+Green+Blue) = 34+50+148=232 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.66% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 148 (58.20% from 255 or 63.79% from 232); Max value from RGB is 148 - color contains mainly: blue. Hex color #223294 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223294 is #DDCD6B. Grayscale: #373737. Windows color (decimal): -14536044 or 9712162. OLE color: 9712162.

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

Color convert

RGB3450148-
CMYK0.770.6600.42
HSL231.58º62.64%35.69%-
HSV(B)231.58º77.03%58.04%-
XYZ7.154.7628.56-
YUV56.39179.7112.03-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.66%
GREEN value IS 50 (19.92% from 255) = 21.55%
BLUE value IS 148 (58.20% from 255) = 63.79%
R=14.66%
G=21.55%
B=63.79%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal34501480.770.6600.42231.5862.6435.69
Hex2232944D4202Ae83f24
Octal42622241151020523507744
Binary1000101100101001010010011011000010010101011101000111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223294; }

 p { color: rgb(34,50,148); }

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

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

 a { background-color: rgb(34,50,148); }

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

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

 span { border-color: rgb(34,50,148); }

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