#22469D

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

Shades of Egyptian Blue #22469D

Tints of Egyptian Blue #22469D

Color information

#22469D (or 0x22469D) is unknown color: approx Egyptian Blue. HEX triplet: 22, 46 and 9D. RGB value is (34,70,157). Sum of RGB (Red+Green+Blue) = 34+70+157=261 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.03% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 157 (61.72% from 255 or 60.15% from 261); Max value from RGB is 157 - color contains mainly: blue. Hex color #22469D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22469D is #DDB962. Grayscale: #444444. Windows color (decimal): -14530915 or 10307106. OLE color: 10307106.

HSL color Cylindrical-coordinate representation of color #22469D: hue angle of 222.44º 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 #22469D is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3470157-
CMYK0.780.5500.38
HSL222.44º64.4%37.45%-
HSV(B)222.44º78.34%61.57%-
XYZ8.947.1532.81-
YUV69.15177.57102.93-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.03%
GREEN value IS 70 (27.73% from 255) = 26.82%
BLUE value IS 157 (61.72% from 255) = 60.15%
R=13.03%
G=26.82%
B=60.15%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal34701570.780.5500.38222.4464.437.45
Hex22469D4E37026de4025
Octal421062351166704633610045
Binary10001010001101001110110011101101110100110110111101000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22469D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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