Html Css Color HEX #20369E Egyptian Blue

📋 copy color: '#20369E'

red 32 ◦ green 54 ◦ blue 158

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

Shades of Egyptian Blue #20369E

Tints of Egyptian Blue #20369E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.13%

 BLUE value IS 158 (62.11% from 255) = 64.75%

R = 13.11%
G = 22.13%
B = 64.75%

CMYK

 C value IS 0.80

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20369E (or 0x20369E) is known color: Egyptian Blue. HEX triplet: 20, 36 and 9E. RGB value is (32,54,158). Sum of RGB (Red+Green+Blue) = 32+54+158=244 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.11% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 158 (62.11% from 255 or 64.75% from 244); Max value from RGB is 158 - color contains mainly: blue. Hex color #20369E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20369E is #DFC961. Grayscale: #3A3A3A. Windows color (decimal): -14666082 or 10368544. OLE color: 10368544.

HSL color Cylindrical-coordinate representation of color #20369E: hue angle of 229.52º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20369E is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 32 54 158 -
CMYK 0.80 0.66 0 0.38
HSL 229.52º 0.66% 0.37% -
HSV(B) 229.52º 0.8% 0.62% -
XYZ 8.09 5.41 32.97 -
YUV 59.28 183.71 108.54 -
System Red Green Blue C M Y K H S L
Decimal 32 54 158 0.80 0.66 0 0.38 229.52 0.66 0.37
Hex 20 36 9E 50 42 0 26 E6 42 25
Octal 40 66 236 120 102 0 46 346 102 45
Binary 100000 110110 10011110 1010000 1000010 0 100110 11100110 1000010 100101

Color Harmonies of #20369E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20369E

Black with #20369E

Text Example


Text Example

White with #20369E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,54,158); }

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

background-color css

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

 a { background-color: rgb(32,54,158); }

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

border-color css

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

 span { border-color: rgb(32,54,158); }

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