#222B9F

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

Shades of Egyptian Blue #222B9F

Tints of Egyptian Blue #222B9F

Color information

#222B9F (or 0x222B9F) is unknown color: approx Egyptian Blue. HEX triplet: 22, 2B and 9F. RGB value is (34,43,159). Sum of RGB (Red+Green+Blue) = 34+43+159=236 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.41% from 236); Green value is 43 (17.19% from 255 or 18.22% from 236); Blue value is 159 (62.5% from 255 or 67.37% from 236); Max value from RGB is 159 - color contains mainly: blue. Hex color #222B9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222B9F is #DDD460. Grayscale: #353535. Windows color (decimal): -14537825 or 10431266. OLE color: 10431266.

HSL color Cylindrical-coordinate representation of color #222B9F: hue angle of 235.68º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #222B9F is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3443159-
CMYK0.790.7300.38
HSL235.68º64.77%37.84%-
HSV(B)235.68º78.62%62.35%-
XYZ7.784.5733.27-
YUV53.53187.52114.07-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.41%
GREEN value IS 43 (17.19% from 255) = 18.22%
BLUE value IS 159 (62.5% from 255) = 67.37%
R=14.41%
G=18.22%
B=67.37%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal34431590.790.7300.38235.6864.7737.84
Hex222B9F4F49026ec4126
Octal425323711711104635410146
Binary10001010101110011111100111110010010100110111011001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,43,159); }

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

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

 a { background-color: rgb(34,43,159); }

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

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

 span { border-color: rgb(34,43,159); }

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