#294877

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

Shades of Fun Blue #294877

Tints of Fun Blue #294877

Color information

#294877 (or 0x294877) is unknown color: approx Fun Blue. HEX triplet: 29, 48 and 77. RGB value is (41,72,119). Sum of RGB (Red+Green+Blue) = 41+72+119=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 72 (28.52% from 255 or 31.03% from 232); Blue value is 119 (46.88% from 255 or 51.29% from 232); Max value from RGB is 119 - color contains mainly: blue. Hex color #294877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294877 is #D6B788. Grayscale: #434343. Windows color (decimal): -14071689 or 7817257. OLE color: 7817257.

HSL color Cylindrical-coordinate representation of color #294877: hue angle of 216.15º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #294877 is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4172119-
CMYK0.660.3900.53
HSL216.15º48.75%31.37%-
HSV(B)216.15º65.55%46.67%-
XYZ6.566.4418.35-
YUV68.09156.73108.68-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.67%
GREEN value IS 72 (28.52% from 255) = 31.03%
BLUE value IS 119 (46.88% from 255) = 51.29%
R=17.67%
G=31.03%
B=51.29%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41721190.660.3900.53216.1548.7531.37
Hex2948774227035d8311f
Octal51110167102470653306137
Binary10100110010001110111100001010011101101011101100011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294877; }

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

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

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

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

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

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

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

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