#22359F

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

Shades of Egyptian Blue #22359F

Tints of Egyptian Blue #22359F

Color information

#22359F (or 0x22359F) is unknown color: approx Egyptian Blue. HEX triplet: 22, 35 and 9F. RGB value is (34,53,159). Sum of RGB (Red+Green+Blue) = 34+53+159=246 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.82% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 159 (62.5% from 255 or 64.63% from 246); Max value from RGB is 159 - color contains mainly: blue. Hex color #22359F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22359F is #DDCA60. Grayscale: #3A3A3A. Windows color (decimal): -14535265 or 10433826. OLE color: 10433826.

HSL color Cylindrical-coordinate representation of color #22359F: hue angle of 230.88º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #22359F is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3453159-
CMYK0.790.6700.38
HSL230.88º64.77%37.84%-
HSV(B)230.88º78.62%62.35%-
XYZ8.195.3933.41-
YUV59.4184.21109.88-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.82%
GREEN value IS 53 (21.09% from 255) = 21.54%
BLUE value IS 159 (62.5% from 255) = 64.63%
R=13.82%
G=21.54%
B=64.63%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal34531590.790.6700.38230.8864.7737.84
Hex22359F4F43026e74126
Octal426523711710304634710146
Binary10001011010110011111100111110000110100110111001111000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22359F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22359F; }

 p { color: rgb(34,53,159); }

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

<style>
 a { background-color: #22359F; }

 a { background-color: rgb(34,53,159); }

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

<style>
 span { border-color: #22359F; }

 span { border-color: rgb(34,53,159); }

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