#294284

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

Shades of Fun Blue #294284

Tints of Fun Blue #294284

Color information

#294284 (or 0x294284) is unknown color: approx Fun Blue. HEX triplet: 29, 42 and 84. RGB value is (41,66,132). Sum of RGB (Red+Green+Blue) = 41+66+132=239 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.15% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 132 (51.95% from 255 or 55.23% from 239); Max value from RGB is 132 - color contains mainly: blue. Hex color #294284 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294284 is #D6BD7B. Grayscale: #414141. Windows color (decimal): -14073212 or 8667689. OLE color: 8667689.

HSL color Cylindrical-coordinate representation of color #294284: hue angle of 223.52º 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 #294284 is Cyan = 0.69, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4166132-
CMYK0.690.500.48
HSL223.52º52.6%33.92%-
HSV(B)223.52º68.94%51.76%-
XYZ7.036.0322.62-
YUV66.05165.22110.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.15%
GREEN value IS 66 (26.17% from 255) = 27.62%
BLUE value IS 132 (51.95% from 255) = 55.23%
R=17.15%
G=27.62%
B=55.23%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal41661320.690.500.48223.5252.633.92
Hex2942844532030e03522
Octal51102204105620603406542
Binary1010011000010100001001000101110010011000011100000110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294284; }

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

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

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

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

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

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

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

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