#22369B

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

Shades of Egyptian Blue #22369B

Tints of Egyptian Blue #22369B

Color information

#22369B (or 0x22369B) is unknown color: approx Egyptian Blue. HEX triplet: 22, 36 and 9B. RGB value is (34,54,155). Sum of RGB (Red+Green+Blue) = 34+54+155=243 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.99% from 243); Green value is 54 (21.48% from 255 or 22.22% from 243); Blue value is 155 (60.94% from 255 or 63.79% from 243); Max value from RGB is 155 - color contains mainly: blue. Hex color #22369B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22369B is #DDC964. Grayscale: #3B3B3B. Windows color (decimal): -14535013 or 10171938. OLE color: 10171938.

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

Color convert

RGB3454155-
CMYK0.780.6500.39
HSL230.08º64.02%37.06%-
HSV(B)230.08º78.06%60.78%-
XYZ7.95.3431.63-
YUV59.53181.87109.79-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.99%
GREEN value IS 54 (21.48% from 255) = 22.22%
BLUE value IS 155 (60.94% from 255) = 63.79%
R=13.99%
G=22.22%
B=63.79%

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
Decimal34541550.780.6500.39230.0864.0237.06
Hex22369B4E41027e64025
Octal426623311610104734610045
Binary10001011011010011011100111010000010100111111001101000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22369B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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