Html Css Color HEX #20359C Egyptian Blue

📋 copy color: '#20359C'

red 32 ◦ green 53 ◦ blue 156

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

Shades of Egyptian Blue #20359C

Tints of Egyptian Blue #20359C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 64.73%

R = 13.28%
G = 21.99%
B = 64.73%

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

#20359C (or 0x20359C) is known color: Egyptian Blue. HEX triplet: 20, 35 and 9C. RGB value is (32,53,156). Sum of RGB (Red+Green+Blue) = 32+53+156=241 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.28% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 156 (61.33% from 255 or 64.73% from 241); Max value from RGB is 156 - color contains mainly: blue. Hex color #20359C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20359C is #DFCA63. Grayscale: #3A3A3A. Windows color (decimal): -14666340 or 10237216. OLE color: 10237216.

HSL color Cylindrical-coordinate representation of color #20359C: hue angle of 229.84º 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 #20359C is Cyan = 0.79, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 32 53 156 -
CMYK 0.79 0.66 0 0.39
HSL 229.84º 0.66% 0.37% -
HSV(B) 229.84º 0.79% 0.61% -
XYZ 7.87 5.25 32.05 -
YUV 58.46 183.04 109.12 -
System Red Green Blue C M Y K H S L
Decimal 32 53 156 0.79 0.66 0 0.39 229.84 0.66 0.37
Hex 20 35 9C 4F 42 0 27 E6 42 25
Octal 40 65 234 117 102 0 47 346 102 45
Binary 100000 110101 10011100 1001111 1000010 0 100111 11100110 1000010 100101

Color Harmonies of #20359C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20359C

Black with #20359C

Text Example


Text Example

White with #20359C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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