#294B82

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

Shades of Fun Blue #294B82

Tints of Fun Blue #294B82

Color information

#294B82 (or 0x294B82) is unknown color: approx Fun Blue. HEX triplet: 29, 4B and 82. RGB value is (41,75,130). Sum of RGB (Red+Green+Blue) = 41+75+130=246 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.67% from 246); Green value is 75 (29.69% from 255 or 30.49% from 246); Blue value is 130 (51.17% from 255 or 52.85% from 246); Max value from RGB is 130 - color contains mainly: blue. Hex color #294B82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294B82 is #D6B47D. Grayscale: #464646. Windows color (decimal): -14070910 or 8538921. OLE color: 8538921.

HSL color Cylindrical-coordinate representation of color #294B82: hue angle of 217.08º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #294B82 is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4175130-
CMYK0.680.4200.49
HSL217.08º52.05%33.53%-
HSV(B)217.08º68.46%50.98%-
XYZ7.467.1222.1-
YUV71.1161.24106.53-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.67%
GREEN value IS 75 (29.69% from 255) = 30.49%
BLUE value IS 130 (51.17% from 255) = 52.85%
R=16.67%
G=30.49%
B=52.85%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41751300.680.4200.49217.0852.0533.53
Hex294B82442A031d93422
Octal51113202104520613316442
Binary1010011001011100000101000100101010011000111011001110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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