#20447F

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

Shades of Fun Blue #20447F

Tints of Fun Blue #20447F

Color information

#20447F (or 0x20447F) is unknown color: approx Fun Blue. HEX triplet: 20, 44 and 7F. RGB value is (32,68,127). Sum of RGB (Red+Green+Blue) = 32+68+127=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 127 (50% from 255 or 55.95% from 227); Max value from RGB is 127 - color contains mainly: blue. Hex color #20447F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20447F is #DFBB80. Grayscale: #3F3F3F. Windows color (decimal): -14662529 or 8340512. OLE color: 8340512.

HSL color Cylindrical-coordinate representation of color #20447F: hue angle of 217.26º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20447F is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3268127-
CMYK0.750.4600.50
HSL217.26º59.75%31.18%-
HSV(B)217.26º74.8%49.8%-
XYZ6.495.9720.89-
YUV63.96163.57105.2-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.10%
GREEN value IS 68 (26.95% from 255) = 29.96%
BLUE value IS 127 (50% from 255) = 55.95%
R=14.10%
G=29.96%
B=55.95%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal32681270.750.4600.50217.2659.7531.18
Hex20447F4B2E032d93c1f
Octal40104177113560623317437
Binary10000010001001111111100101110111001100101101100111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20447F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,68,127); }

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

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

 a { background-color: rgb(32,68,127); }

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

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

 span { border-color: rgb(32,68,127); }

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