#22279C

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

Shades of Egyptian Blue #22279C

Tints of Egyptian Blue #22279C

Color information

#22279C (or 0x22279C) is unknown color: approx Egyptian Blue. HEX triplet: 22, 27 and 9C. RGB value is (34,39,156). Sum of RGB (Red+Green+Blue) = 34+39+156=229 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.85% from 229); Green value is 39 (15.62% from 255 or 17.03% from 229); Blue value is 156 (61.33% from 255 or 68.12% from 229); Max value from RGB is 156 - color contains mainly: blue. Hex color #22279C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22279C is #DDD863. Grayscale: #323232. Windows color (decimal): -14538852 or 10233634. OLE color: 10233634.

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

Color convert

RGB3439156-
CMYK0.780.7500.39
HSL237.54º64.21%37.25%-
HSV(B)237.54º78.21%61.18%-
XYZ7.394.1931.87-
YUV50.84187.34115.99-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.85%
GREEN value IS 39 (15.62% from 255) = 17.03%
BLUE value IS 156 (61.33% from 255) = 68.12%
R=14.85%
G=17.03%
B=68.12%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal34391560.780.7500.39237.5464.2137.25
Hex22279C4E4B027ee4025
Octal424723411611304735610045
Binary10001010011110011100100111010010110100111111011101000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22279C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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