Html Css Color HEX #20348E Egyptian Blue

📋 copy color: '#20348E'

red 32 ◦ green 52 ◦ blue 142

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

Shades of Egyptian Blue #20348E

Tints of Egyptian Blue #20348E

RGB

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

 GREEN value IS 52 (20.7% 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 value IS 0.77

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#20348E (or 0x20348E) is known color: 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

RGB 32 52 142 -
CMYK 0.77 0.63 0 0.44
HSL 229.09º 0.63% 0.34% -
HSV(B) 229.09º 0.77% 0.56% -
XYZ 6.71 4.72 26.15 -
YUV 56.28 176.37 110.68 -
System Red Green Blue C M Y K H S L
Decimal 32 52 142 0.77 0.63 0 0.44 229.09 0.63 0.34
Hex 20 34 8E 4D 3F 0 2C E5 3F 22
Octal 40 64 216 115 77 0 54 345 77 42
Binary 100000 110100 10001110 1001101 111111 0 101100 11100101 111111 100010

Color Harmonies of #20348E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20348E

Black with #20348E

Text Example


Text Example

White with #20348E

Text Example


Text Example

HTML Codes & Css Web 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>