#294484

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

Shades of Fun Blue #294484

Tints of Fun Blue #294484

Color information

#294484 (or 0x294484) is unknown color: approx Fun Blue. HEX triplet: 29, 44 and 84. RGB value is (41,68,132). Sum of RGB (Red+Green+Blue) = 41+68+132=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 132 (51.95% from 255 or 54.77% from 241); Max value from RGB is 132 - color contains mainly: blue. Hex color #294484 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294484 is #D6BB7B. Grayscale: #424242. Windows color (decimal): -14072700 or 8668201. OLE color: 8668201.

HSL color Cylindrical-coordinate representation of color #294484: hue angle of 222.2º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #294484 is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4168132-
CMYK0.690.4800.48
HSL222.2º52.6%33.92%-
HSV(B)222.2º68.94%51.76%-
XYZ7.156.2722.66-
YUV67.22164.55109.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.01%
GREEN value IS 68 (26.95% from 255) = 28.22%
BLUE value IS 132 (51.95% from 255) = 54.77%
R=17.01%
G=28.22%
B=54.77%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal41681320.690.4800.48222.252.633.92
Hex2944844530030de3522
Octal51104204105600603366542
Binary1010011000100100001001000101110000011000011011110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294484; }

 p { color: rgb(41,68,132); }

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

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

 a { background-color: rgb(41,68,132); }

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

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

 span { border-color: rgb(41,68,132); }

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