#204680

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

Shades of Fun Blue #204680

Tints of Fun Blue #204680

Color information

#204680 (or 0x204680) is unknown color: approx Fun Blue. HEX triplet: 20, 46 and 80. RGB value is (32,70,128). Sum of RGB (Red+Green+Blue) = 32+70+128=230 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.91% from 230); Green value is 70 (27.73% from 255 or 30.43% from 230); Blue value is 128 (50.39% from 255 or 55.65% from 230); Max value from RGB is 128 - color contains mainly: blue. Hex color #204680 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204680 is #DFB97F. Grayscale: #404040. Windows color (decimal): -14662016 or 8406560. OLE color: 8406560.

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

Color convert

RGB3270128-
CMYK0.750.4500.50
HSL216.25º60%31.37%-
HSV(B)216.25º75%50.2%-
XYZ6.686.2521.28-
YUV65.25163.41104.28-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.91%
GREEN value IS 70 (27.73% from 255) = 30.43%
BLUE value IS 128 (50.39% from 255) = 55.65%
R=13.91%
G=30.43%
B=55.65%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal32701280.750.4500.50216.256031.37
Hex2046804B2D032d83c1f
Octal40106200113550623307437
Binary100000100011010000000100101110110101100101101100011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204680; }

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

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

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

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

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

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

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

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