Html Css Color HEX #20398E Egyptian Blue

📋 copy color: '#20398E'

red 32 ◦ green 57 ◦ blue 142

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

Shades of Egyptian Blue #20398E

Tints of Egyptian Blue #20398E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.68%

 BLUE value IS 142 (55.86% from 255) = 61.47%

R = 13.85%
G = 24.68%
B = 61.47%

CMYK

 C value IS 0.77

 M value IS 0.60

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#20398E (or 0x20398E) is known color: Egyptian Blue. HEX triplet: 20, 39 and 8E. RGB value is (32,57,142). Sum of RGB (Red+Green+Blue) = 32+57+142=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 57 (22.66% from 255 or 24.68% from 231); Blue value is 142 (55.86% from 255 or 61.47% from 231); Max value from RGB is 142 - color contains mainly: blue. Hex color #20398E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20398E is #DFC671. Grayscale: #3A3A3A. Windows color (decimal): -14665330 or 9320736. OLE color: 9320736.

HSL color Cylindrical-coordinate representation of color #20398E: hue angle of 226.36º 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 #20398E is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 32 57 142 -
CMYK 0.77 0.60 0 0.44
HSL 226.36º 0.63% 0.34% -
HSV(B) 226.36º 0.77% 0.56% -
XYZ 6.94 5.19 26.23 -
YUV 59.22 174.72 108.59 -
System Red Green Blue C M Y K H S L
Decimal 32 57 142 0.77 0.60 0 0.44 226.36 0.63 0.34
Hex 20 39 8E 4D 3C 0 2C E2 3F 22
Octal 40 71 216 115 74 0 54 342 77 42
Binary 100000 111001 10001110 1001101 111100 0 101100 11100010 111111 100010

Color Harmonies of #20398E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20398E

Black with #20398E

Text Example


Text Example

White with #20398E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #20398E;
 }
 .AnyTagClassName
 {
   color: #20398E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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