#204284

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

Shades of Fun Blue #204284

Tints of Fun Blue #204284

Color information

#204284 (or 0x204284) is unknown color: approx Fun Blue. HEX triplet: 20, 42 and 84. RGB value is (32,66,132). Sum of RGB (Red+Green+Blue) = 32+66+132=230 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.91% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 132 (51.95% from 255 or 57.39% from 230); Max value from RGB is 132 - color contains mainly: blue. Hex color #204284 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204284 is #DFBD7B. Grayscale: #3F3F3F. Windows color (decimal): -14663036 or 8667680. OLE color: 8667680.

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

Color convert

RGB3266132-
CMYK0.760.500.48
HSL219.6º60.98%32.16%-
HSV(B)219.6º75.76%51.76%-
XYZ6.715.8722.61-
YUV63.36166.74105.63-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.91%
GREEN value IS 66 (26.17% from 255) = 28.70%
BLUE value IS 132 (51.95% from 255) = 57.39%
R=13.91%
G=28.70%
B=57.39%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal32661320.760.500.48219.660.9832.16
Hex2042844C32030dc3d20
Octal40102204114620603347540
Binary1000001000010100001001001100110010011000011011100111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204284; }

 p { color: rgb(32,66,132); }

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

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

 a { background-color: rgb(32,66,132); }

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

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

 span { border-color: rgb(32,66,132); }

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