#22269C

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

Shades of Egyptian Blue #22269C

Tints of Egyptian Blue #22269C

Color information

#22269C (or 0x22269C) is unknown color: approx Egyptian Blue. HEX triplet: 22, 26 and 9C. RGB value is (34,38,156). Sum of RGB (Red+Green+Blue) = 34+38+156=228 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.91% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 156 (61.33% from 255 or 68.42% from 228); Max value from RGB is 156 - color contains mainly: blue. Hex color #22269C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22269C is #DDD963. Grayscale: #313131. Windows color (decimal): -14539108 or 10233378. OLE color: 10233378.

HSL color Cylindrical-coordinate representation of color #22269C: hue angle of 238.03º 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 #22269C is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3438156-
CMYK0.780.7600.39
HSL238.03º64.21%37.25%-
HSV(B)238.03º78.21%61.18%-
XYZ7.354.1331.86-
YUV50.26187.67116.41-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.91%
GREEN value IS 38 (15.23% from 255) = 16.67%
BLUE value IS 156 (61.33% from 255) = 68.42%
R=14.91%
G=16.67%
B=68.42%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal34381560.780.7600.39238.0364.2137.25
Hex22269C4E4C027ee4025
Octal424623411611404735610045
Binary10001010011010011100100111010011000100111111011101000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22269C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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