#22369C

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

Shades of Egyptian Blue #22369C

Tints of Egyptian Blue #22369C

Color information

#22369C (or 0x22369C) is unknown color: approx Egyptian Blue. HEX triplet: 22, 36 and 9C. RGB value is (34,54,156). Sum of RGB (Red+Green+Blue) = 34+54+156=244 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.93% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 156 (61.33% from 255 or 63.93% from 244); Max value from RGB is 156 - color contains mainly: blue. Hex color #22369C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22369C is #DDC963. Grayscale: #3B3B3B. Windows color (decimal): -14535012 or 10237474. OLE color: 10237474.

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

Color convert

RGB3454156-
CMYK0.780.6500.39
HSL230.16º64.21%37.25%-
HSV(B)230.16º78.21%61.18%-
XYZ7.985.3832.07-
YUV59.65182.37109.71-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.93%
GREEN value IS 54 (21.48% from 255) = 22.13%
BLUE value IS 156 (61.33% from 255) = 63.93%
R=13.93%
G=22.13%
B=63.93%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal34541560.780.6500.39230.1664.2137.25
Hex22369C4E41027e64025
Octal426623411610104734610045
Binary10001011011010011100100111010000010100111111001101000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22369C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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