#294C7E

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

Shades of Fun Blue #294C7E

Tints of Fun Blue #294C7E

Color information

#294C7E (or 0x294C7E) is unknown color: approx Fun Blue. HEX triplet: 29, 4C and 7E. RGB value is (41,76,126). Sum of RGB (Red+Green+Blue) = 41+76+126=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 126 (49.61% from 255 or 51.85% from 243); Max value from RGB is 126 - color contains mainly: blue. Hex color #294C7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294C7E is #D6B381. Grayscale: #474747. Windows color (decimal): -14070658 or 8277033. OLE color: 8277033.

HSL color Cylindrical-coordinate representation of color #294C7E: hue angle of 215.29º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #294C7E is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4176126-
CMYK0.670.4000.51
HSL215.29º50.9%32.75%-
HSV(B)215.29º67.46%49.41%-
XYZ7.267.1520.74-
YUV71.24158.9106.43-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.87%
GREEN value IS 76 (30.08% from 255) = 31.28%
BLUE value IS 126 (49.61% from 255) = 51.85%
R=16.87%
G=31.28%
B=51.85%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal41761260.670.4000.51215.2950.932.75
Hex294C7E4328033d73321
Octal51114176103500633276341
Binary101001100110011111101000011101000011001111010111110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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