Html Css Color HEX #20477C Fun Blue

📋 copy color: '#20477C'

red 32 ◦ green 71 ◦ blue 124

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

Shades of Fun Blue #20477C

Tints of Fun Blue #20477C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.28%

 BLUE value IS 124 (48.83% from 255) = 54.63%

R = 14.1%
G = 31.28%
B = 54.63%

CMYK

 C value IS 0.74

 M value IS 0.43

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#20477C (or 0x20477C) is known color: Fun Blue. HEX triplet: 20, 47 and 7C. RGB value is (32,71,124). Sum of RGB (Red+Green+Blue) = 32+71+124=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 124 (48.83% from 255 or 54.63% from 227); Max value from RGB is 124 - color contains mainly: blue. Hex color #20477C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20477C is #DFB883. Grayscale: #414141. Windows color (decimal): -14661764 or 8144672. OLE color: 8144672.

HSL color Cylindrical-coordinate representation of color #20477C: hue angle of 214.57º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20477C is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 32 71 124 -
CMYK 0.74 0.43 0 0.51
HSL 214.57º 0.59% 0.31% -
HSV(B) 214.57º 0.74% 0.49% -
XYZ 6.49 6.27 19.94 -
YUV 65.38 161.08 104.19 -
System Red Green Blue C M Y K H S L
Decimal 32 71 124 0.74 0.43 0 0.51 214.57 0.59 0.31
Hex 20 47 7C 4A 2B 0 33 D7 3B 1F
Octal 40 107 174 112 53 0 63 327 73 37
Binary 100000 1000111 1111100 1001010 101011 0 110011 11010111 111011 11111

Color Harmonies of #20477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20477C

Black with #20477C

Text Example


Text Example

White with #20477C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,71,124); }

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

background-color css

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

 a { background-color: rgb(32,71,124); }

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

border-color css

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

 span { border-color: rgb(32,71,124); }

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