#204379

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

Shades of Fun Blue #204379

Tints of Fun Blue #204379

Color information

#204379 (or 0x204379) is unknown color: approx Fun Blue. HEX triplet: 20, 43 and 79. RGB value is (32,67,121). Sum of RGB (Red+Green+Blue) = 32+67+121=220 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.55% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 121 (47.66% from 255 or 55% from 220); Max value from RGB is 121 - color contains mainly: blue. Hex color #204379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204379 is #DFBC86. Grayscale: #3E3E3E. Windows color (decimal): -14662791 or 7947040. OLE color: 7947040.

HSL color Cylindrical-coordinate representation of color #204379: hue angle of 216.4º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #204379 is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3267121-
CMYK0.740.4500.53
HSL216.4º58.17%30%-
HSV(B)216.4º73.55%47.45%-
XYZ6.055.718.87-
YUV62.69160.9106.11-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.55%
GREEN value IS 67 (26.56% from 255) = 30.45%
BLUE value IS 121 (47.66% from 255) = 55%
R=14.55%
G=30.45%
B=55%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal32671210.740.4500.53216.458.1730
Hex2043794A2D035d83a1e
Octal40103171112550653307236
Binary10000010000111111001100101010110101101011101100011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204379; }

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

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

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

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

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

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

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

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