#204483

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

Shades of Fun Blue #204483

Tints of Fun Blue #204483

Color information

#204483 (or 0x204483) is unknown color: approx Fun Blue. HEX triplet: 20, 44 and 83. RGB value is (32,68,131). Sum of RGB (Red+Green+Blue) = 32+68+131=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 131 (51.56% from 255 or 56.71% from 231); Max value from RGB is 131 - color contains mainly: blue. Hex color #204483 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204483 is #DFBB7C. Grayscale: #404040. Windows color (decimal): -14662525 or 8602656. OLE color: 8602656.

HSL color Cylindrical-coordinate representation of color #204483: hue angle of 218.18º 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 #204483 is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3268131-
CMYK0.760.4800.49
HSL218.18º60.74%31.96%-
HSV(B)218.18º75.57%51.37%-
XYZ6.766.0822.29-
YUV64.42165.57104.88-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.85%
GREEN value IS 68 (26.95% from 255) = 29.44%
BLUE value IS 131 (51.56% from 255) = 56.71%
R=13.85%
G=29.44%
B=56.71%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal32681310.760.4800.49218.1860.7431.96
Hex2044834C30031da3d20
Octal40104203114600613327540
Binary1000001000100100000111001100110000011000111011010111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204483; }

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

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

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

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

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

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

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

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