#294D84

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

Shades of Fun Blue #294D84

Tints of Fun Blue #294D84

Color information

#294D84 (or 0x294D84) is unknown color: approx Fun Blue. HEX triplet: 29, 4D and 84. RGB value is (41,77,132). Sum of RGB (Red+Green+Blue) = 41+77+132=250 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.4% from 250); Green value is 77 (30.47% from 255 or 30.8% from 250); Blue value is 132 (51.95% from 255 or 52.8% from 250); Max value from RGB is 132 - color contains mainly: blue. Hex color #294D84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294D84 is #D6B27B. Grayscale: #484848. Windows color (decimal): -14070396 or 8670505. OLE color: 8670505.

HSL color Cylindrical-coordinate representation of color #294D84: hue angle of 216.26º 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 #294D84 is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4177132-
CMYK0.690.4200.48
HSL216.26º52.6%33.92%-
HSV(B)216.26º68.94%51.76%-
XYZ7.737.4522.86-
YUV72.51161.57105.53-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.4%
GREEN value IS 77 (30.47% from 255) = 30.8%
BLUE value IS 132 (51.95% from 255) = 52.8%
R=16.4%
G=30.8%
B=52.8%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal41771320.690.4200.48216.2652.633.92
Hex294D84452A030d83522
Octal51115204105520603306542
Binary1010011001101100001001000101101010011000011011000110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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