#294876

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

Shades of Fun Blue #294876

Tints of Fun Blue #294876

Color information

#294876 (or 0x294876) is unknown color: approx Fun Blue. HEX triplet: 29, 48 and 76. RGB value is (41,72,118). Sum of RGB (Red+Green+Blue) = 41+72+118=231 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.75% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 118 (46.48% from 255 or 51.08% from 231); Max value from RGB is 118 - color contains mainly: blue. Hex color #294876 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294876 is #D6B789. Grayscale: #434343. Windows color (decimal): -14071690 or 7751721. OLE color: 7751721.

HSL color Cylindrical-coordinate representation of color #294876: hue angle of 215.84º 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 #294876 is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4172118-
CMYK0.650.3900.54
HSL215.84º48.43%31.18%-
HSV(B)215.84º65.25%46.27%-
XYZ6.56.4118.03-
YUV67.97156.23108.76-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.75%
GREEN value IS 72 (28.52% from 255) = 31.17%
BLUE value IS 118 (46.48% from 255) = 51.08%
R=17.75%
G=31.17%
B=51.08%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41721180.650.3900.54215.8448.4331.18
Hex2948764127036d8301f
Octal51110166101470663306037
Binary10100110010001110110100000110011101101101101100011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294876; }

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

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

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

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

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

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

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

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