Html Css Color HEX #294978 Fun Blue

📋 copy color: '#294978'

red 41 ◦ green 73 ◦ blue 120

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

Shades of Fun Blue #294978

Tints of Fun Blue #294978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 51.28%

R = 17.52%
G = 31.2%
B = 51.28%

CMYK

 C value IS 0.66

 M value IS 0.39

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#294978 (or 0x294978) is known color: Fun Blue. HEX triplet: 29, 49 and 78. RGB value is (41,73,120). Sum of RGB (Red+Green+Blue) = 41+73+120=234 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.52% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 120 (47.27% from 255 or 51.28% from 234); Max value from RGB is 120 - color contains mainly: blue. Hex color #294978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294978 is #D6B687. Grayscale: #444444. Windows color (decimal): -14071432 or 7883049. OLE color: 7883049.

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

Color convert

RGB 41 73 120 -
CMYK 0.66 0.39 0 0.53
HSL 215.7º 0.49% 0.32% -
HSV(B) 215.7º 0.66% 0.47% -
XYZ 6.69 6.59 18.69 -
YUV 68.79 156.9 108.18 -
System Red Green Blue C M Y K H S L
Decimal 41 73 120 0.66 0.39 0 0.53 215.7 0.49 0.32
Hex 29 49 78 42 27 0 35 D8 31 20
Octal 51 111 170 102 47 0 65 330 61 40
Binary 101001 1001001 1111000 1000010 100111 0 110101 11011000 110001 100000

Color Harmonies of #294978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294978

Black with #294978

Text Example


Text Example

White with #294978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294978; }

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

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

background-color css

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

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

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

border-color css

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

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

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