#20359C

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

Shades of Egyptian Blue #20359C

Tints of Egyptian Blue #20359C

Color information

#20359C (or 0x20359C) is unknown color: approx Egyptian Blue. HEX triplet: 20, 35 and 9C. RGB value is (32,53,156). Sum of RGB (Red+Green+Blue) = 32+53+156=241 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.28% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 156 (61.33% from 255 or 64.73% from 241); Max value from RGB is 156 - color contains mainly: blue. Hex color #20359C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20359C is #DFCA63. Grayscale: #3A3A3A. Windows color (decimal): -14666340 or 10237216. OLE color: 10237216.

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

Color convert

RGB3253156-
CMYK0.790.6600.39
HSL229.84º65.96%36.86%-
HSV(B)229.84º79.49%61.18%-
XYZ7.875.2532.05-
YUV58.46183.04109.12-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.28%
GREEN value IS 53 (21.09% from 255) = 21.99%
BLUE value IS 156 (61.33% from 255) = 64.73%
R=13.28%
G=21.99%
B=64.73%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal32531560.790.6600.39229.8465.9636.86
Hex20359C4F42027e64225
Octal406523411710204734610245
Binary10000011010110011100100111110000100100111111001101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20359C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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