#223997

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

Shades of Egyptian Blue #223997

Tints of Egyptian Blue #223997

Color information

#223997 (or 0x223997) is unknown color: approx Egyptian Blue. HEX triplet: 22, 39 and 97. RGB value is (34,57,151). Sum of RGB (Red+Green+Blue) = 34+57+151=242 (32% of max value = 765). Red value is 34 (13.67% from 255 or 14.05% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 151 (59.38% from 255 or 62.40% from 242); Max value from RGB is 151 - color contains mainly: blue. Hex color #223997 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223997 is #DDC668. Grayscale: #3C3C3C. Windows color (decimal): -14534249 or 9910562. OLE color: 9910562.

HSL color Cylindrical-coordinate representation of color #223997: hue angle of 228.21º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #223997 is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3457151-
CMYK0.770.6200.41
HSL228.21º63.24%36.27%-
HSV(B)228.21º77.48%59.22%-
XYZ7.715.529.93-
YUV60.84178.88108.86-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.05%
GREEN value IS 57 (22.66% from 255) = 23.55%
BLUE value IS 151 (59.38% from 255) = 62.40%
R=14.05%
G=23.55%
B=62.40%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal34571510.770.6200.41228.2163.2436.27
Hex2239974D3E029e43f24
Octal4271227115760513447744
Binary100010111001100101111001101111110010100111100100111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223997; }

 p { color: rgb(34,57,151); }

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

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

 a { background-color: rgb(34,57,151); }

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

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

 span { border-color: rgb(34,57,151); }

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