#294B7F

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

Shades of Fun Blue #294B7F

Tints of Fun Blue #294B7F

Color information

#294B7F (or 0x294B7F) is unknown color: approx Fun Blue. HEX triplet: 29, 4B and 7F. RGB value is (41,75,127). Sum of RGB (Red+Green+Blue) = 41+75+127=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 75 (29.69% from 255 or 30.86% from 243); Blue value is 127 (50% from 255 or 52.26% from 243); Max value from RGB is 127 - color contains mainly: blue. Hex color #294B7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294B7F is #D6B480. Grayscale: #464646. Windows color (decimal): -14070913 or 8342313. OLE color: 8342313.

HSL color Cylindrical-coordinate representation of color #294B7F: hue angle of 216.28º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #294B7F is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4175127-
CMYK0.680.4100.50
HSL216.28º51.19%32.94%-
HSV(B)216.28º67.72%49.8%-
XYZ7.267.0421.05-
YUV70.76159.74106.77-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.87%
GREEN value IS 75 (29.69% from 255) = 30.86%
BLUE value IS 127 (50% from 255) = 52.26%
R=16.87%
G=30.86%
B=52.26%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal41751270.680.4100.50216.2851.1932.94
Hex294B7F4429032d83321
Octal51113177104510623306341
Binary101001100101111111111000100101001011001011011000110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,75,127); }

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

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

 a { background-color: rgb(41,75,127); }

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

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

 span { border-color: rgb(41,75,127); }

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