#223F97

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

Shades of Egyptian Blue #223F97

Tints of Egyptian Blue #223F97

Color information

#223F97 (or 0x223F97) is unknown color: approx Egyptian Blue. HEX triplet: 22, 3F and 97. RGB value is (34,63,151). Sum of RGB (Red+Green+Blue) = 34+63+151=248 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.71% from 248); Green value is 63 (25% from 255 or 25.40% from 248); Blue value is 151 (59.38% from 255 or 60.89% from 248); Max value from RGB is 151 - color contains mainly: blue. Hex color #223F97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223F97 is #DDC068. Grayscale: #3F3F3F. Windows color (decimal): -14532713 or 9912098. OLE color: 9912098.

HSL color Cylindrical-coordinate representation of color #223F97: hue angle of 225.13º 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 #223F97 is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3463151-
CMYK0.770.5800.41
HSL225.13º63.24%36.27%-
HSV(B)225.13º77.48%59.22%-
XYZ8.026.1330.04-
YUV64.36176.89106.34-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.71%
GREEN value IS 63 (25% from 255) = 25.40%
BLUE value IS 151 (59.38% from 255) = 60.89%
R=13.71%
G=25.40%
B=60.89%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal34631510.770.5800.41225.1363.2436.27
Hex223F974D3A029e13f24
Octal4277227115720513417744
Binary100010111111100101111001101111010010100111100001111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223F97; }

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

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

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

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

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

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

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

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