#223091

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

Shades of Egyptian Blue #223091

Tints of Egyptian Blue #223091

Color information

#223091 (or 0x223091) is unknown color: approx Egyptian Blue. HEX triplet: 22, 30 and 91. RGB value is (34,48,145). Sum of RGB (Red+Green+Blue) = 34+48+145=227 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.98% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 145 (57.03% from 255 or 63.88% from 227); Max value from RGB is 145 - color contains mainly: blue. Hex color #223091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223091 is #DDCF6E. Grayscale: #363636. Windows color (decimal): -14536559 or 9515042. OLE color: 9515042.

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

Color convert

RGB3448145-
CMYK0.770.6700.43
HSL232.43º62.01%35.1%-
HSV(B)232.43º76.55%56.86%-
XYZ6.834.527.3-
YUV54.87178.86113.11-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.98%
GREEN value IS 48 (19.14% from 255) = 21.15%
BLUE value IS 145 (57.03% from 255) = 63.88%
R=14.98%
G=21.15%
B=63.88%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal34481450.770.6700.43232.4362.0135.1
Hex2230914D4302Be83e23
Octal42602211151030533507643
Binary1000101100001001000110011011000011010101111101000111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223091; }

 p { color: rgb(34,48,145); }

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

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

 a { background-color: rgb(34,48,145); }

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

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

 span { border-color: rgb(34,48,145); }

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