#294677

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

Shades of Fun Blue #294677

Tints of Fun Blue #294677

Color information

#294677 (or 0x294677) is unknown color: approx Fun Blue. HEX triplet: 29, 46 and 77. RGB value is (41,70,119). Sum of RGB (Red+Green+Blue) = 41+70+119=230 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.83% from 230); Green value is 70 (27.73% from 255 or 30.43% from 230); Blue value is 119 (46.88% from 255 or 51.74% from 230); Max value from RGB is 119 - color contains mainly: blue. Hex color #294677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294677 is #D6B988. Grayscale: #424242. Windows color (decimal): -14072201 or 7816745. OLE color: 7816745.

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

Color convert

RGB4170119-
CMYK0.660.4100.53
HSL217.69º48.75%31.37%-
HSV(B)217.69º65.55%46.67%-
XYZ6.436.1818.31-
YUV66.91157.39109.52-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.83%
GREEN value IS 70 (27.73% from 255) = 30.43%
BLUE value IS 119 (46.88% from 255) = 51.74%
R=17.83%
G=30.43%
B=51.74%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41701190.660.4100.53217.6948.7531.37
Hex2946774229035da311f
Octal51106167102510653326137
Binary10100110001101110111100001010100101101011101101011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294677; }

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

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

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

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

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

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

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

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