#22399B

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

Shades of Egyptian Blue #22399B

Tints of Egyptian Blue #22399B

Color information

#22399B (or 0x22399B) is unknown color: approx Egyptian Blue. HEX triplet: 22, 39 and 9B. RGB value is (34,57,155). Sum of RGB (Red+Green+Blue) = 34+57+155=246 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.82% from 246); Green value is 57 (22.66% from 255 or 23.17% from 246); Blue value is 155 (60.94% from 255 or 63.01% from 246); Max value from RGB is 155 - color contains mainly: blue. Hex color #22399B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22399B is #DDC664. Grayscale: #3C3C3C. Windows color (decimal): -14534245 or 10172706. OLE color: 10172706.

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

Color convert

RGB3457155-
CMYK0.780.6300.39
HSL228.6º64.02%37.06%-
HSV(B)228.6º78.06%60.78%-
XYZ8.045.6331.67-
YUV61.3180.88108.53-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.82%
GREEN value IS 57 (22.66% from 255) = 23.17%
BLUE value IS 155 (60.94% from 255) = 63.01%
R=13.82%
G=23.17%
B=63.01%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal34571550.780.6300.39228.664.0237.06
Hex22399B4E3F027e54025
Octal42712331167704734510045
Binary1000101110011001101110011101111110100111111001011000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22399B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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