Html Css Color HEX #20358F Egyptian Blue

📋 copy color: '#20358F'

red 32 ◦ green 53 ◦ blue 143

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

Shades of Egyptian Blue #20358F

Tints of Egyptian Blue #20358F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 62.72%

R = 14.04%
G = 23.25%
B = 62.72%

CMYK

 C value IS 0.78

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#20358F (or 0x20358F) is known color: Egyptian Blue. HEX triplet: 20, 35 and 8F. RGB value is (32,53,143). Sum of RGB (Red+Green+Blue) = 32+53+143=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 143 (56.25% from 255 or 62.72% from 228); Max value from RGB is 143 - color contains mainly: blue. Hex color #20358F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20358F is #DFCA70. Grayscale: #383838. Windows color (decimal): -14666353 or 9385248. OLE color: 9385248.

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

Color convert

RGB 32 53 143 -
CMYK 0.78 0.63 0 0.44
HSL 228.65º 0.63% 0.34% -
HSV(B) 228.65º 0.78% 0.56% -
XYZ 6.83 4.84 26.56 -
YUV 56.98 176.54 110.18 -
System Red Green Blue C M Y K H S L
Decimal 32 53 143 0.78 0.63 0 0.44 228.65 0.63 0.34
Hex 20 35 8F 4E 3F 0 2C E5 3F 22
Octal 40 65 217 116 77 0 54 345 77 42
Binary 100000 110101 10001111 1001110 111111 0 101100 11100101 111111 100010

Color Harmonies of #20358F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20358F

Black with #20358F

Text Example


Text Example

White with #20358F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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