#222F8E

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

Shades of Egyptian Blue #222F8E

Tints of Egyptian Blue #222F8E

Color information

#222F8E (or 0x222F8E) is unknown color: approx Egyptian Blue. HEX triplet: 22, 2F and 8E. RGB value is (34,47,142). Sum of RGB (Red+Green+Blue) = 34+47+142=223 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.25% from 223); Green value is 47 (18.75% from 255 or 21.08% from 223); Blue value is 142 (55.86% from 255 or 63.68% from 223); Max value from RGB is 142 - color contains mainly: blue. Hex color #222F8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222F8E is #DDD071. Grayscale: #353535. Windows color (decimal): -14536818 or 9318178. OLE color: 9318178.

HSL color Cylindrical-coordinate representation of color #222F8E: hue angle of 232.78º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #222F8E is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3447142-
CMYK0.760.6700.44
HSL232.78º61.36%34.51%-
HSV(B)232.78º76.06%55.69%-
XYZ6.564.3326.08-
YUV53.94177.69113.78-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.25%
GREEN value IS 47 (18.75% from 255) = 21.08%
BLUE value IS 142 (55.86% from 255) = 63.68%
R=15.25%
G=21.08%
B=63.68%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal34471420.760.6700.44232.7861.3634.51
Hex222F8E4C4302Ce93d23
Octal42572161141030543517543
Binary1000101011111000111010011001000011010110011101001111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222F8E; }

 p { color: rgb(34,47,142); }

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

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

 a { background-color: rgb(34,47,142); }

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

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

 span { border-color: rgb(34,47,142); }

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