#294C89

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

Shades of Fun Blue #294C89

Tints of Fun Blue #294C89

Color information

#294C89 (or 0x294C89) is unknown color: approx Fun Blue. HEX triplet: 29, 4C and 89. RGB value is (41,76,137). Sum of RGB (Red+Green+Blue) = 41+76+137=254 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.14% from 254); Green value is 76 (30.08% from 255 or 29.92% from 254); Blue value is 137 (53.91% from 255 or 53.94% from 254); Max value from RGB is 137 - color contains mainly: blue. Hex color #294C89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294C89 is #D6B376. Grayscale: #484848. Windows color (decimal): -14070647 or 8997929. OLE color: 8997929.

HSL color Cylindrical-coordinate representation of color #294C89: hue angle of 218.12º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #294C89 is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4176137-
CMYK0.700.4500.46
HSL218.12º53.93%34.9%-
HSV(B)218.12º70.07%53.73%-
XYZ8.017.4524.68-
YUV72.49164.4105.54-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.14%
GREEN value IS 76 (30.08% from 255) = 29.92%
BLUE value IS 137 (53.91% from 255) = 53.94%
R=16.14%
G=29.92%
B=53.94%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal41761370.700.4500.46218.1253.9334.9
Hex294C89462D02Eda3623
Octal51114211106550563326643
Binary1010011001100100010011000110101101010111011011010110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,76,137); }

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

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

 a { background-color: rgb(41,76,137); }

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

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

 span { border-color: rgb(41,76,137); }

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