#204982

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

Shades of Fun Blue #204982

Tints of Fun Blue #204982

Color information

#204982 (or 0x204982) is unknown color: approx Fun Blue. HEX triplet: 20, 49 and 82. RGB value is (32,73,130). Sum of RGB (Red+Green+Blue) = 32+73+130=235 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.62% from 235); Green value is 73 (28.91% from 255 or 31.06% from 235); Blue value is 130 (51.17% from 255 or 55.32% from 235); Max value from RGB is 130 - color contains mainly: blue. Hex color #204982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204982 is #DFB67D. Grayscale: #424242. Windows color (decimal): -14661246 or 8538400. OLE color: 8538400.

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

Color convert

RGB3273130-
CMYK0.750.4400.49
HSL214.9º60.49%31.76%-
HSV(B)214.9º75.38%50.98%-
XYZ7.016.6822.04-
YUV67.24163.42102.87-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.62%
GREEN value IS 73 (28.91% from 255) = 31.06%
BLUE value IS 130 (51.17% from 255) = 55.32%
R=13.62%
G=31.06%
B=55.32%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal32731300.750.4400.49214.960.4931.76
Hex2049824B2C031d73c20
Octal40111202113540613277440
Binary1000001001001100000101001011101100011000111010111111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204982; }

 p { color: rgb(32,73,130); }

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

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

 a { background-color: rgb(32,73,130); }

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

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

 span { border-color: rgb(32,73,130); }

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