Html Css Color HEX #294776 Fun Blue

📋 copy color: '#294776'

red 41 ◦ green 71 ◦ blue 118

#294776
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fun Blue #294776

Tints of Fun Blue #294776

RGB

 RED value IS 41 (16.41% from 255) = 17.83%

 GREEN value IS 71 (28.13% from 255) = 30.87%

 BLUE value IS 118 (46.48% from 255) = 51.3%

R = 17.83%
G = 30.87%
B = 51.3%

CMYK

 C value IS 0.65

 M value IS 0.40

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#294776 (or 0x294776) is known color: Fun Blue. HEX triplet: 29, 47 and 76. RGB value is (41,71,118). Sum of RGB (Red+Green+Blue) = 41+71+118=230 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.83% from 230); Green value is 71 (28.12% from 255 or 30.87% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #294776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294776 is #D6B889. Grayscale: #434343. Windows color (decimal): -14071946 or 7751465. OLE color: 7751465.

HSL color Cylindrical-coordinate representation of color #294776: hue angle of 216.62º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #294776 is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 71 118 -
CMYK 0.65 0.40 0 0.54
HSL 216.62º 0.48% 0.31% -
HSV(B) 216.62º 0.65% 0.46% -
XYZ 6.44 6.29 18.01 -
YUV 67.39 156.56 109.18 -
System Red Green Blue C M Y K H S L
Decimal 41 71 118 0.65 0.40 0 0.54 216.62 0.48 0.31
Hex 29 47 76 41 28 0 36 D9 30 1F
Octal 51 107 166 101 50 0 66 331 60 37
Binary 101001 1000111 1110110 1000001 101000 0 110110 11011001 110000 11111

Color Harmonies of #294776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294776

Black with #294776

Text Example


Text Example

White with #294776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294776; }

 p { color: rgb(41,71,118); }

 H1.HeaderClassName
 {
   color: #294776;
 }
 .AnyTagClassName
 {
   color: #294776;
 }
</style>

background-color css

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

 a { background-color: rgb(41,71,118); }

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

border-color css

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

 span { border-color: rgb(41,71,118); }

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