Html Css Color HEX #294976 Fun Blue

📋 copy color: '#294976'

red 41 ◦ green 73 ◦ blue 118

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

Shades of Fun Blue #294976

Tints of Fun Blue #294976

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.47%

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

R = 17.67%
G = 31.47%
B = 50.86%

CMYK

 C value IS 0.65

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#294976 (or 0x294976) is known color: Fun Blue. HEX triplet: 29, 49 and 76. RGB value is (41,73,118). Sum of RGB (Red+Green+Blue) = 41+73+118=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 118 (46.48% from 255 or 50.86% from 232); Max value from RGB is 118 - color contains mainly: blue. Hex color #294976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294976 is #D6B689. Grayscale: #444444. Windows color (decimal): -14071434 or 7751977. OLE color: 7751977.

HSL color Cylindrical-coordinate representation of color #294976: hue angle of 215.06º 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 #294976 is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 73 118 -
CMYK 0.65 0.38 0 0.54
HSL 215.06º 0.48% 0.31% -
HSV(B) 215.06º 0.65% 0.46% -
XYZ 6.57 6.54 18.06 -
YUV 68.56 155.9 108.34 -
System Red Green Blue C M Y K H S L
Decimal 41 73 118 0.65 0.38 0 0.54 215.06 0.48 0.31
Hex 29 49 76 41 26 0 36 D7 30 1F
Octal 51 111 166 101 46 0 66 327 60 37
Binary 101001 1001001 1110110 1000001 100110 0 110110 11010111 110000 11111

Color Harmonies of #294976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294976

Black with #294976

Text Example


Text Example

White with #294976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294976; }

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

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

background-color css

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

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

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

border-color css

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

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

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