#22269B

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

Shades of Egyptian Blue #22269B

Tints of Egyptian Blue #22269B

Color information

#22269B (or 0x22269B) is unknown color: approx Egyptian Blue. HEX triplet: 22, 26 and 9B. RGB value is (34,38,155). Sum of RGB (Red+Green+Blue) = 34+38+155=227 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.98% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 155 (60.94% from 255 or 68.28% from 227); Max value from RGB is 155 - color contains mainly: blue. Hex color #22269B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22269B is #DDD964. Grayscale: #313131. Windows color (decimal): -14539109 or 10167842. OLE color: 10167842.

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

Color convert

RGB3438155-
CMYK0.780.7500.39
HSL238.02º64.02%37.06%-
HSV(B)238.02º78.06%60.78%-
XYZ7.274.0931.42-
YUV50.14187.17116.49-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.98%
GREEN value IS 38 (15.23% from 255) = 16.74%
BLUE value IS 155 (60.94% from 255) = 68.28%
R=14.98%
G=16.74%
B=68.28%

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
Decimal34381550.780.7500.39238.0264.0237.06
Hex22269B4E4B027ee4025
Octal424623311611304735610045
Binary10001010011010011011100111010010110100111111011101000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22269B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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