Html Css Color HEX #20358D Egyptian Blue

📋 copy color: '#20358D'

red 32 ◦ green 53 ◦ blue 141

#20358D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #20358D

Tints of Egyptian Blue #20358D

RGB

 RED value IS 32 (12.89% from 255) = 14.16%

 GREEN value IS 53 (21.09% from 255) = 23.45%

 BLUE value IS 141 (55.47% from 255) = 62.39%

R = 14.16%
G = 23.45%
B = 62.39%

CMYK

 C value IS 0.77

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#20358D (or 0x20358D) is known color: Egyptian Blue. HEX triplet: 20, 35 and 8D. RGB value is (32,53,141). Sum of RGB (Red+Green+Blue) = 32+53+141=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 53 (21.09% from 255 or 23.45% from 226); Blue value is 141 (55.47% from 255 or 62.39% from 226); Max value from RGB is 141 - color contains mainly: blue. Hex color #20358D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20358D is #DFCA72. Grayscale: #383838. Windows color (decimal): -14666355 or 9254176. OLE color: 9254176.

HSL color Cylindrical-coordinate representation of color #20358D: hue angle of 228.44º 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 #20358D is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 32 53 141 -
CMYK 0.77 0.62 0 0.45
HSL 228.44º 0.63% 0.34% -
HSV(B) 228.44º 0.77% 0.55% -
XYZ 6.68 4.78 25.77 -
YUV 56.75 175.54 110.34 -
System Red Green Blue C M Y K H S L
Decimal 32 53 141 0.77 0.62 0 0.45 228.44 0.63 0.34
Hex 20 35 8D 4D 3E 0 2D E4 3F 22
Octal 40 65 215 115 76 0 55 344 77 42
Binary 100000 110101 10001101 1001101 111110 0 101101 11100100 111111 100010

Color Harmonies of #20358D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20358D

Black with #20358D

Text Example


Text Example

White with #20358D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #20358D;
 }
 .AnyTagClassName
 {
   color: #20358D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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