#294689

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

Shades of Fun Blue #294689

Tints of Fun Blue #294689

Color information

#294689 (or 0x294689) is unknown color: approx Fun Blue. HEX triplet: 29, 46 and 89. RGB value is (41,70,137). Sum of RGB (Red+Green+Blue) = 41+70+137=248 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.53% from 248); Green value is 70 (27.73% from 255 or 28.23% from 248); Blue value is 137 (53.91% from 255 or 55.24% from 248); Max value from RGB is 137 - color contains mainly: blue. Hex color #294689 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294689 is #D6B976. Grayscale: #444444. Windows color (decimal): -14072183 or 8996393. OLE color: 8996393.

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

Color convert

RGB4170137-
CMYK0.700.4900.46
HSL221.88º53.93%34.9%-
HSV(B)221.88º70.07%53.73%-
XYZ7.626.6624.55-
YUV68.97166.39108.05-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.53%
GREEN value IS 70 (27.73% from 255) = 28.23%
BLUE value IS 137 (53.91% from 255) = 55.24%
R=16.53%
G=28.23%
B=55.24%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal41701370.700.4900.46221.8853.9334.9
Hex294689463102Ede3623
Octal51106211106610563366643
Binary1010011000110100010011000110110001010111011011110110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294689; }

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

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

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

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

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

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

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

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