#294E8D

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

Shades of Fun Blue #294E8D

Tints of Fun Blue #294E8D

Color information

#294E8D (or 0x294E8D) is unknown color: approx Fun Blue. HEX triplet: 29, 4E and 8D. RGB value is (41,78,141). Sum of RGB (Red+Green+Blue) = 41+78+141=260 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.77% from 260); Green value is 78 (30.86% from 255 or 30% from 260); Blue value is 141 (55.47% from 255 or 54.23% from 260); Max value from RGB is 141 - color contains mainly: blue. Hex color #294E8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294E8D is #D6B172. Grayscale: #494949. Windows color (decimal): -14070131 or 9260585. OLE color: 9260585.

HSL color Cylindrical-coordinate representation of color #294E8D: hue angle of 217.8º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #294E8D is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4178141-
CMYK0.710.4500.45
HSL217.8º54.95%35.69%-
HSV(B)217.8º70.92%55.29%-
XYZ8.457.8426.27-
YUV74.12165.74104.38-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.77%
GREEN value IS 78 (30.86% from 255) = 30%
BLUE value IS 141 (55.47% from 255) = 54.23%
R=15.77%
G=30%
B=54.23%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal41781410.710.4500.45217.854.9535.69
Hex294E8D472D02Dda3724
Octal51116215107550553326744
Binary1010011001110100011011000111101101010110111011010110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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