#294882

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

Shades of Fun Blue #294882

Tints of Fun Blue #294882

Color information

#294882 (or 0x294882) is unknown color: approx Fun Blue. HEX triplet: 29, 48 and 82. RGB value is (41,72,130). Sum of RGB (Red+Green+Blue) = 41+72+130=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 72 (28.52% from 255 or 29.63% from 243); Blue value is 130 (51.17% from 255 or 53.50% from 243); Max value from RGB is 130 - color contains mainly: blue. Hex color #294882 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294882 is #D6B77D. Grayscale: #454545. Windows color (decimal): -14071678 or 8538153. OLE color: 8538153.

HSL color Cylindrical-coordinate representation of color #294882: hue angle of 219.1º 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 #294882 is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4172130-
CMYK0.680.4500.49
HSL219.1º52.05%33.53%-
HSV(B)219.1º68.46%50.98%-
XYZ7.266.7222.03-
YUV69.34162.23107.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.87%
GREEN value IS 72 (28.52% from 255) = 29.63%
BLUE value IS 130 (51.17% from 255) = 53.50%
R=16.87%
G=29.63%
B=53.50%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41721300.680.4500.49219.152.0533.53
Hex294882442D031db3422
Octal51110202104550613336442
Binary1010011001000100000101000100101101011000111011011110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294882; }

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

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

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

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

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

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

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

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