#204983

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

Shades of Fun Blue #204983

Tints of Fun Blue #204983

Color information

#204983 (or 0x204983) is unknown color: approx Fun Blue. HEX triplet: 20, 49 and 83. RGB value is (32,73,131). Sum of RGB (Red+Green+Blue) = 32+73+131=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 131 (51.56% from 255 or 55.51% from 236); Max value from RGB is 131 - color contains mainly: blue. Hex color #204983 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204983 is #DFB67C. Grayscale: #434343. Windows color (decimal): -14661245 or 8603936. OLE color: 8603936.

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

Color convert

RGB3273131-
CMYK0.760.4400.49
HSL215.15º60.74%31.96%-
HSV(B)215.15º75.57%51.37%-
XYZ7.076.7122.4-
YUV67.35163.92102.78-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.56%
GREEN value IS 73 (28.91% from 255) = 30.93%
BLUE value IS 131 (51.56% from 255) = 55.51%
R=13.56%
G=30.93%
B=55.51%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal32731310.760.4400.49215.1560.7431.96
Hex2049834C2C031d73d20
Octal40111203114540613277540
Binary1000001001001100000111001100101100011000111010111111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204983; }

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

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

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

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

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

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

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

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