#204880

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

Shades of Fun Blue #204880

Tints of Fun Blue #204880

Color information

#204880 (or 0x204880) is unknown color: approx Fun Blue. HEX triplet: 20, 48 and 80. RGB value is (32,72,128). Sum of RGB (Red+Green+Blue) = 32+72+128=232 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.79% from 232); Green value is 72 (28.52% from 255 or 31.03% from 232); Blue value is 128 (50.39% from 255 or 55.17% from 232); Max value from RGB is 128 - color contains mainly: blue. Hex color #204880 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204880 is #DFB77F. Grayscale: #424242. Windows color (decimal): -14661504 or 8407072. OLE color: 8407072.

HSL color Cylindrical-coordinate representation of color #204880: hue angle of 215º 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 #204880 is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3272128-
CMYK0.750.4400.50
HSL215º60%31.37%-
HSV(B)215º75%50.2%-
XYZ6.816.521.32-
YUV66.42162.75103.45-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.79%
GREEN value IS 72 (28.52% from 255) = 31.03%
BLUE value IS 128 (50.39% from 255) = 55.17%
R=13.79%
G=31.03%
B=55.17%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal32721280.750.4400.502156031.37
Hex2048804B2C032d73c1f
Octal40110200113540623277437
Binary100000100100010000000100101110110001100101101011111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204880; }

 p { color: rgb(32,72,128); }

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

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

 a { background-color: rgb(32,72,128); }

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

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

 span { border-color: rgb(32,72,128); }

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