#20477E

Color #20477E Fun Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Blue #20477E

Tints of Fun Blue #20477E

Color information

#20477E (or 0x20477E) is unknown color: approx Fun Blue. HEX triplet: 20, 47 and 7E. RGB value is (32,71,126). Sum of RGB (Red+Green+Blue) = 32+71+126=229 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.97% from 229); Green value is 71 (28.12% from 255 or 31.00% from 229); Blue value is 126 (49.61% from 255 or 55.02% from 229); Max value from RGB is 126 - color contains mainly: blue. Hex color #20477E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20477E is #DFB881. Grayscale: #414141. Windows color (decimal): -14661762 or 8275744. OLE color: 8275744.

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

Color convert

RGB3271126-
CMYK0.750.4400.51
HSL215.11º59.49%30.98%-
HSV(B)215.11º74.6%49.41%-
XYZ6.616.3220.61-
YUV65.61162.08104.03-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.97%
GREEN value IS 71 (28.12% from 255) = 31.00%
BLUE value IS 126 (49.61% from 255) = 55.02%
R=13.97%
G=31.00%
B=55.02%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal32711260.750.4400.51215.1159.4930.98
Hex20477E4B2C033d73b1f
Octal40107176113540633277337
Binary10000010001111111110100101110110001100111101011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20477E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #20477E;
 }
 .AnyTagClassName
 {
   color: #20477E;
 }
</style>
background-color css

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

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

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

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

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

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