#294778

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

Shades of Fun Blue #294778

Tints of Fun Blue #294778

Color information

#294778 (or 0x294778) is unknown color: approx Fun Blue. HEX triplet: 29, 47 and 78. RGB value is (41,71,120). Sum of RGB (Red+Green+Blue) = 41+71+120=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 120 (47.27% from 255 or 51.72% from 232); Max value from RGB is 120 - color contains mainly: blue. Hex color #294778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294778 is #D6B887. Grayscale: #434343. Windows color (decimal): -14071944 or 7882537. OLE color: 7882537.

HSL color Cylindrical-coordinate representation of color #294778: hue angle of 217.22º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #294778 is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4171120-
CMYK0.660.4100.53
HSL217.22º49.07%31.57%-
HSV(B)217.22º65.83%47.06%-
XYZ6.566.3318.65-
YUV67.62157.56109.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.67%
GREEN value IS 71 (28.12% from 255) = 30.60%
BLUE value IS 120 (47.27% from 255) = 51.72%
R=17.67%
G=30.60%
B=51.72%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41711200.660.4100.53217.2249.0731.57
Hex2947784229035d93120
Octal51107170102510653316140
Binary101001100011111110001000010101001011010111011001110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294778; }

 p { color: rgb(41,71,120); }

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

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

 a { background-color: rgb(41,71,120); }

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

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

 span { border-color: rgb(41,71,120); }

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