#294977

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

Shades of Fun Blue #294977

Tints of Fun Blue #294977

Color information

#294977 (or 0x294977) is unknown color: approx Fun Blue. HEX triplet: 29, 49 and 77. RGB value is (41,73,119). Sum of RGB (Red+Green+Blue) = 41+73+119=233 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.60% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 119 (46.88% from 255 or 51.07% from 233); Max value from RGB is 119 - color contains mainly: blue. Hex color #294977 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294977 is #D6B688. Grayscale: #444444. Windows color (decimal): -14071433 or 7817513. OLE color: 7817513.

HSL color Cylindrical-coordinate representation of color #294977: hue angle of 215.38º 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 #294977 is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4173119-
CMYK0.660.3900.53
HSL215.38º48.75%31.37%-
HSV(B)215.38º65.55%46.67%-
XYZ6.636.5718.37-
YUV68.68156.4108.26-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.60%
GREEN value IS 73 (28.91% from 255) = 31.33%
BLUE value IS 119 (46.88% from 255) = 51.07%
R=17.60%
G=31.33%
B=51.07%

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
Decimal41731190.660.3900.53215.3848.7531.37
Hex2949774227035d7311f
Octal51111167102470653276137
Binary10100110010011110111100001010011101101011101011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294977; }

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

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

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

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

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

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

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

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