#204384

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

Shades of Fun Blue #204384

Tints of Fun Blue #204384

Color information

#204384 (or 0x204384) is unknown color: approx Fun Blue. HEX triplet: 20, 43 and 84. RGB value is (32,67,132). Sum of RGB (Red+Green+Blue) = 32+67+132=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 67 (26.56% from 255 or 29.00% from 231); Blue value is 132 (51.95% from 255 or 57.14% from 231); Max value from RGB is 132 - color contains mainly: blue. Hex color #204384 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204384 is #DFBC7B. Grayscale: #3F3F3F. Windows color (decimal): -14662780 or 8667936. OLE color: 8667936.

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

Color convert

RGB3267132-
CMYK0.760.4900.48
HSL219º60.98%32.16%-
HSV(B)219º75.76%51.76%-
XYZ6.775.9922.63-
YUV63.94166.4105.21-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.85%
GREEN value IS 67 (26.56% from 255) = 29.00%
BLUE value IS 132 (51.95% from 255) = 57.14%
R=13.85%
G=29.00%
B=57.14%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal32671320.760.4900.4821960.9832.16
Hex2043844C31030db3d20
Octal40103204114610603337540
Binary1000001000011100001001001100110001011000011011011111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204384; }

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

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

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

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

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

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

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

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