Html Css Color HEX #20349F Egyptian Blue

📋 copy color: '#20349F'

red 32 ◦ green 52 ◦ blue 159

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

Shades of Egyptian Blue #20349F

Tints of Egyptian Blue #20349F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.4%

 BLUE value IS 159 (62.5% from 255) = 65.43%

R = 13.17%
G = 21.4%
B = 65.43%

CMYK

 C value IS 0.80

 M value IS 0.67

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20349F (or 0x20349F) is known color: Egyptian Blue. HEX triplet: 20, 34 and 9F. RGB value is (32,52,159). Sum of RGB (Red+Green+Blue) = 32+52+159=243 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.17% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 159 (62.5% from 255 or 65.43% from 243); Max value from RGB is 159 - color contains mainly: blue. Hex color #20349F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20349F is #DFCB60. Grayscale: #393939. Windows color (decimal): -14666593 or 10433568. OLE color: 10433568.

HSL color Cylindrical-coordinate representation of color #20349F: hue angle of 230.55º 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 #20349F is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 32 52 159 -
CMYK 0.80 0.67 0 0.38
HSL 230.55º 0.66% 0.37% -
HSV(B) 230.55º 0.8% 0.62% -
XYZ 8.08 5.27 33.39 -
YUV 58.22 184.87 109.3 -
System Red Green Blue C M Y K H S L
Decimal 32 52 159 0.80 0.67 0 0.38 230.55 0.66 0.37
Hex 20 34 9F 50 43 0 26 E7 42 25
Octal 40 64 237 120 103 0 46 347 102 45
Binary 100000 110100 10011111 1010000 1000011 0 100110 11100111 1000010 100101

Color Harmonies of #20349F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20349F

Black with #20349F

Text Example


Text Example

White with #20349F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,52,159); }

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

background-color css

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

 a { background-color: rgb(32,52,159); }

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

border-color css

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

 span { border-color: rgb(32,52,159); }

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