#22279D

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

Shades of Egyptian Blue #22279D

Tints of Egyptian Blue #22279D

Color information

#22279D (or 0x22279D) is unknown color: approx Egyptian Blue. HEX triplet: 22, 27 and 9D. RGB value is (34,39,157). Sum of RGB (Red+Green+Blue) = 34+39+157=230 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.78% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 157 (61.72% from 255 or 68.26% from 230); Max value from RGB is 157 - color contains mainly: blue. Hex color #22279D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22279D is #DDD862. Grayscale: #323232. Windows color (decimal): -14538851 or 10299170. OLE color: 10299170.

HSL color Cylindrical-coordinate representation of color #22279D: hue angle of 237.56º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #22279D is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3439157-
CMYK0.780.7500.38
HSL237.56º64.4%37.45%-
HSV(B)237.56º78.34%61.57%-
XYZ7.474.2332.32-
YUV50.96187.84115.91-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.78%
GREEN value IS 39 (15.62% from 255) = 16.96%
BLUE value IS 157 (61.72% from 255) = 68.26%
R=14.78%
G=16.96%
B=68.26%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal34391570.780.7500.38237.5664.437.45
Hex22279D4E4B026ee4025
Octal424723511611304635610045
Binary10001010011110011101100111010010110100110111011101000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22279D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22279D; }

 p { color: rgb(34,39,157); }

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

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

 a { background-color: rgb(34,39,157); }

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

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

 span { border-color: rgb(34,39,157); }

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