Html Css Color HEX #20359B Egyptian Blue

📋 copy color: '#20359B'

red 32 ◦ green 53 ◦ blue 155

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

Shades of Egyptian Blue #20359B

Tints of Egyptian Blue #20359B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 64.58%

R = 13.33%
G = 22.08%
B = 64.58%

CMYK

 C value IS 0.79

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#20359B (or 0x20359B) is known color: Egyptian Blue. HEX triplet: 20, 35 and 9B. RGB value is (32,53,155). Sum of RGB (Red+Green+Blue) = 32+53+155=240 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.33% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 155 (60.94% from 255 or 64.58% from 240); Max value from RGB is 155 - color contains mainly: blue. Hex color #20359B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20359B is #DFCA64. Grayscale: #393939. Windows color (decimal): -14666341 or 10171680. OLE color: 10171680.

HSL color Cylindrical-coordinate representation of color #20359B: hue angle of 229.76º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20359B is Cyan = 0.79, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 32 53 155 -
CMYK 0.79 0.66 0 0.39
HSL 229.76º 0.66% 0.37% -
HSV(B) 229.76º 0.79% 0.61% -
XYZ 7.79 5.22 31.61 -
YUV 58.35 182.54 109.21 -
System Red Green Blue C M Y K H S L
Decimal 32 53 155 0.79 0.66 0 0.39 229.76 0.66 0.37
Hex 20 35 9B 4F 42 0 27 E6 42 25
Octal 40 65 233 117 102 0 47 346 102 45
Binary 100000 110101 10011011 1001111 1000010 0 100111 11100110 1000010 100101

Color Harmonies of #20359B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20359B

Black with #20359B

Text Example


Text Example

White with #20359B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20359B; }

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

 H1.HeaderClassName
 {
   color: #20359B;
 }
 .AnyTagClassName
 {
   color: #20359B;
 }
</style>

background-color css

<style>
 a { background-color: #20359B; }

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

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

border-color css

<style>
 span { border-color: #20359B; }

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

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