#294E84

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

Shades of Fun Blue #294E84

Tints of Fun Blue #294E84

Color information

#294E84 (or 0x294E84) is unknown color: approx Fun Blue. HEX triplet: 29, 4E and 84. RGB value is (41,78,132). Sum of RGB (Red+Green+Blue) = 41+78+132=251 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.33% from 251); Green value is 78 (30.86% from 255 or 31.08% from 251); Blue value is 132 (51.95% from 255 or 52.59% from 251); Max value from RGB is 132 - color contains mainly: blue. Hex color #294E84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294E84 is #D6B17B. Grayscale: #484848. Windows color (decimal): -14070140 or 8670761. OLE color: 8670761.

HSL color Cylindrical-coordinate representation of color #294E84: hue angle of 215.6º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #294E84 is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4178132-
CMYK0.690.4100.48
HSL215.6º52.6%33.92%-
HSV(B)215.6º68.94%51.76%-
XYZ7.87.5922.88-
YUV73.09161.24105.11-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.33%
GREEN value IS 78 (30.86% from 255) = 31.08%
BLUE value IS 132 (51.95% from 255) = 52.59%
R=16.33%
G=31.08%
B=52.59%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal41781320.690.4100.48215.652.633.92
Hex294E844529030d83522
Octal51116204105510603306542
Binary1010011001110100001001000101101001011000011011000110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294E84; }

 p { color: rgb(41,78,132); }

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

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

 a { background-color: rgb(41,78,132); }

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

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

 span { border-color: rgb(41,78,132); }

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