#20338D

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

Shades of Egyptian Blue #20338D

Tints of Egyptian Blue #20338D

Color information

#20338D (or 0x20338D) is unknown color: approx Egyptian Blue. HEX triplet: 20, 33 and 8D. RGB value is (32,51,141). Sum of RGB (Red+Green+Blue) = 32+51+141=224 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.29% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 141 (55.47% from 255 or 62.95% from 224); Max value from RGB is 141 - color contains mainly: blue. Hex color #20338D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20338D is #DFCC72. Grayscale: #373737. Windows color (decimal): -14666867 or 9253664. OLE color: 9253664.

HSL color Cylindrical-coordinate representation of color #20338D: hue angle of 229.54º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20338D is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3251141-
CMYK0.770.6400.45
HSL229.54º63.01%33.92%-
HSV(B)229.54º77.3%55.29%-
XYZ6.594.625.74-
YUV55.58176.21111.18-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.29%
GREEN value IS 51 (20.31% from 255) = 22.77%
BLUE value IS 141 (55.47% from 255) = 62.95%
R=14.29%
G=22.77%
B=62.95%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal32511410.770.6400.45229.5463.0133.92
Hex20338D4D4002De63f22
Octal40632151151000553467742
Binary1000001100111000110110011011000000010110111100110111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20338D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20338D; }

 p { color: rgb(32,51,141); }

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

<style>
 a { background-color: #20338D; }

 a { background-color: rgb(32,51,141); }

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

<style>
 span { border-color: #20338D; }

 span { border-color: rgb(32,51,141); }

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