#294A78

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

Shades of Fun Blue #294A78

Tints of Fun Blue #294A78

Color information

#294A78 (or 0x294A78) is unknown color: approx Fun Blue. HEX triplet: 29, 4A and 78. RGB value is (41,74,120). Sum of RGB (Red+Green+Blue) = 41+74+120=235 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.45% from 235); Green value is 74 (29.30% from 255 or 31.49% from 235); Blue value is 120 (47.27% from 255 or 51.06% from 235); Max value from RGB is 120 - color contains mainly: blue. Hex color #294A78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294A78 is #D6B587. Grayscale: #454545. Windows color (decimal): -14071176 or 7883305. OLE color: 7883305.

HSL color Cylindrical-coordinate representation of color #294A78: hue angle of 214.94º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #294A78 is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4174120-
CMYK0.660.3800.53
HSL214.94º49.07%31.57%-
HSV(B)214.94º65.83%47.06%-
XYZ6.756.7318.71-
YUV69.38156.57107.76-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.45%
GREEN value IS 74 (29.30% from 255) = 31.49%
BLUE value IS 120 (47.27% from 255) = 51.06%
R=17.45%
G=31.49%
B=51.06%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41741200.660.3800.53214.9449.0731.57
Hex294A784226035d73120
Octal51112170102460653276140
Binary101001100101011110001000010100110011010111010111110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,74,120); }

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

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

 a { background-color: rgb(41,74,120); }

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

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

 span { border-color: rgb(41,74,120); }

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