#294679

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

Shades of Fun Blue #294679

Tints of Fun Blue #294679

Color information

#294679 (or 0x294679) is unknown color: approx Fun Blue. HEX triplet: 29, 46 and 79. RGB value is (41,70,121). Sum of RGB (Red+Green+Blue) = 41+70+121=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 121 (47.66% from 255 or 52.16% from 232); Max value from RGB is 121 - color contains mainly: blue. Hex color #294679 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294679 is #D6B986. Grayscale: #424242. Windows color (decimal): -14072199 or 7947817. OLE color: 7947817.

HSL color Cylindrical-coordinate representation of color #294679: hue angle of 218.25º 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 #294679 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4170121-
CMYK0.660.4200.53
HSL218.25º49.38%31.76%-
HSV(B)218.25º66.12%47.45%-
XYZ6.566.2318.95-
YUV67.14158.39109.35-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.67%
GREEN value IS 70 (27.73% from 255) = 30.17%
BLUE value IS 121 (47.66% from 255) = 52.16%
R=17.67%
G=30.17%
B=52.16%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41701210.660.4200.53218.2549.3831.76
Hex294679422A035da3120
Octal51106171102520653326140
Binary101001100011011110011000010101010011010111011010110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294679; }

 p { color: rgb(41,70,121); }

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

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

 a { background-color: rgb(41,70,121); }

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

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

 span { border-color: rgb(41,70,121); }

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