#20468D

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

Shades of Fun Blue #20468D

Tints of Fun Blue #20468D

Color information

#20468D (or 0x20468D) is unknown color: approx Fun Blue. HEX triplet: 20, 46 and 8D. RGB value is (32,70,141). Sum of RGB (Red+Green+Blue) = 32+70+141=243 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.17% from 243); Green value is 70 (27.73% from 255 or 28.81% from 243); Blue value is 141 (55.47% from 255 or 58.02% from 243); Max value from RGB is 141 - color contains mainly: blue. Hex color #20468D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20468D is #DFB972. Grayscale: #424242. Windows color (decimal): -14662003 or 9258528. OLE color: 9258528.

HSL color Cylindrical-coordinate representation of color #20468D: hue angle of 219.08º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20468D is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3270141-
CMYK0.770.5000.45
HSL219.08º63.01%33.92%-
HSV(B)219.08º77.3%55.29%-
XYZ7.596.6126.08-
YUV66.73169.91103.23-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.17%
GREEN value IS 70 (27.73% from 255) = 28.81%
BLUE value IS 141 (55.47% from 255) = 58.02%
R=13.17%
G=28.81%
B=58.02%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal32701410.770.5000.45219.0863.0133.92
Hex20468D4D3202Ddb3f22
Octal40106215115620553337742
Binary1000001000110100011011001101110010010110111011011111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20468D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20468D; }

 p { color: rgb(32,70,141); }

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

<style>
 a { background-color: #20468D; }

 a { background-color: rgb(32,70,141); }

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

<style>
 span { border-color: #20468D; }

 span { border-color: rgb(32,70,141); }

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