#294789

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

Shades of Fun Blue #294789

Tints of Fun Blue #294789

Color information

#294789 (or 0x294789) is unknown color: approx Fun Blue. HEX triplet: 29, 47 and 89. RGB value is (41,71,137). Sum of RGB (Red+Green+Blue) = 41+71+137=249 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.47% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 137 (53.91% from 255 or 55.02% from 249); Max value from RGB is 137 - color contains mainly: blue. Hex color #294789 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294789 is #D6B876. Grayscale: #454545. Windows color (decimal): -14071927 or 8996649. OLE color: 8996649.

HSL color Cylindrical-coordinate representation of color #294789: hue angle of 221.25º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #294789 is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4171137-
CMYK0.700.4800.46
HSL221.25º53.93%34.9%-
HSV(B)221.25º70.07%53.73%-
XYZ7.686.7824.57-
YUV69.55166.06107.63-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.47%
GREEN value IS 71 (28.12% from 255) = 28.51%
BLUE value IS 137 (53.91% from 255) = 55.02%
R=16.47%
G=28.51%
B=55.02%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal41711370.700.4800.46221.2553.9334.9
Hex294789463002Edd3623
Octal51107211106600563356643
Binary1010011000111100010011000110110000010111011011101110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294789; }

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

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

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

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

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

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

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

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