#20239C

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

Shades of Egyptian Blue #20239C

Tints of Egyptian Blue #20239C

Color information

#20239C (or 0x20239C) is unknown color: approx Egyptian Blue. HEX triplet: 20, 23 and 9C. RGB value is (32,35,156). Sum of RGB (Red+Green+Blue) = 32+35+156=223 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.35% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 156 (61.33% from 255 or 69.96% from 223); Max value from RGB is 156 - color contains mainly: blue. Hex color #20239C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20239C is #DFDC63. Grayscale: #2F2F2F. Windows color (decimal): -14670948 or 10232608. OLE color: 10232608.

HSL color Cylindrical-coordinate representation of color #20239C: hue angle of 238.55º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20239C is Cyan = 0.79, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3235156-
CMYK0.790.7800.39
HSL238.55º65.96%36.86%-
HSV(B)238.55º79.49%61.18%-
XYZ7.23.9131.83-
YUV47.9189.01116.66-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.35%
GREEN value IS 35 (14.06% from 255) = 15.70%
BLUE value IS 156 (61.33% from 255) = 69.96%
R=14.35%
G=15.70%
B=69.96%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal32351560.790.7800.39238.5565.9636.86
Hex20239C4F4E027ef4225
Octal404323411711604735710245
Binary10000010001110011100100111110011100100111111011111000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20239C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,35,156); }

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

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

 a { background-color: rgb(32,35,156); }

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

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

 span { border-color: rgb(32,35,156); }

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