#294776

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

Shades of Fun Blue #294776

Tints of Fun Blue #294776

Color information

#294776 (or 0x294776) is unknown color: approx Fun Blue. HEX triplet: 29, 47 and 76. RGB value is (41,71,118). Sum of RGB (Red+Green+Blue) = 41+71+118=230 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.83% from 230); Green value is 71 (28.12% from 255 or 30.87% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #294776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294776 is #D6B889. Grayscale: #434343. Windows color (decimal): -14071946 or 7751465. OLE color: 7751465.

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

Color convert

RGB4171118-
CMYK0.650.4000.54
HSL216.62º48.43%31.18%-
HSV(B)216.62º65.25%46.27%-
XYZ6.446.2918.01-
YUV67.39156.56109.18-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.83%
GREEN value IS 71 (28.12% from 255) = 30.87%
BLUE value IS 118 (46.48% from 255) = 51.30%
R=17.83%
G=30.87%
B=51.30%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41711180.650.4000.54216.6248.4331.18
Hex2947764128036d9301f
Octal51107166101500663316037
Binary10100110001111110110100000110100001101101101100111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294776; }

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

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

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

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

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

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

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

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