#294880

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

Shades of Fun Blue #294880

Tints of Fun Blue #294880

Color information

#294880 (or 0x294880) is unknown color: approx Fun Blue. HEX triplet: 29, 48 and 80. RGB value is (41,72,128). Sum of RGB (Red+Green+Blue) = 41+72+128=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 128 (50.39% from 255 or 53.11% from 241); Max value from RGB is 128 - color contains mainly: blue. Hex color #294880 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294880 is #D6B77F. Grayscale: #444444. Windows color (decimal): -14071680 or 8407081. OLE color: 8407081.

HSL color Cylindrical-coordinate representation of color #294880: hue angle of 218.62º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #294880 is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4172128-
CMYK0.680.4400.50
HSL218.62º51.48%33.14%-
HSV(B)218.62º67.97%50.2%-
XYZ7.136.6621.33-
YUV69.11161.23107.95-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.01%
GREEN value IS 72 (28.52% from 255) = 29.88%
BLUE value IS 128 (50.39% from 255) = 53.11%
R=17.01%
G=29.88%
B=53.11%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal41721280.680.4400.50218.6251.4833.14
Hex294880442C032db3321
Octal51110200104540623336341
Binary1010011001000100000001000100101100011001011011011110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294880; }

 p { color: rgb(41,72,128); }

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

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

 a { background-color: rgb(41,72,128); }

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

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

 span { border-color: rgb(41,72,128); }

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