#20348E

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

Shades of Egyptian Blue #20348E

Tints of Egyptian Blue #20348E

Color information

#20348E (or 0x20348E) is unknown color: approx Egyptian Blue. HEX triplet: 20, 34 and 8E. RGB value is (32,52,142). Sum of RGB (Red+Green+Blue) = 32+52+142=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 142 (55.86% from 255 or 62.83% from 226); Max value from RGB is 142 - color contains mainly: blue. Hex color #20348E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20348E is #DFCB71. Grayscale: #373737. Windows color (decimal): -14666610 or 9319456. OLE color: 9319456.

HSL color Cylindrical-coordinate representation of color #20348E: hue angle of 229.09º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20348E is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3252142-
CMYK0.770.6300.44
HSL229.09º63.22%34.12%-
HSV(B)229.09º77.46%55.69%-
XYZ6.714.7226.15-
YUV56.28176.37110.68-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.16%
GREEN value IS 52 (20.70% from 255) = 23.01%
BLUE value IS 142 (55.86% from 255) = 62.83%
R=14.16%
G=23.01%
B=62.83%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal32521420.770.6300.44229.0963.2234.12
Hex20348E4D3F02Ce53f22
Octal4064216115770543457742
Binary100000110100100011101001101111111010110011100101111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20348E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20348E; }

 p { color: rgb(32,52,142); }

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

<style>
 a { background-color: #20348E; }

 a { background-color: rgb(32,52,142); }

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

<style>
 span { border-color: #20348E; }

 span { border-color: rgb(32,52,142); }

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