Html Css Color HEX #294777 Fun Blue

📋 copy color: '#294777'

red 41 ◦ green 71 ◦ blue 119

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

Shades of Fun Blue #294777

Tints of Fun Blue #294777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 51.52%

R = 17.75%
G = 30.74%
B = 51.52%

CMYK

 C value IS 0.66

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#294777 (or 0x294777) is known color: Fun Blue. HEX triplet: 29, 47 and 77. RGB value is (41,71,119). Sum of RGB (Red+Green+Blue) = 41+71+119=231 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.75% from 231); Green value is 71 (28.12% from 255 or 30.74% from 231); Blue value is 119 (46.88% from 255 or 51.52% from 231); Max value from RGB is 119 - color contains mainly: blue. Hex color #294777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294777 is #D6B888. Grayscale: #434343. Windows color (decimal): -14071945 or 7817001. OLE color: 7817001.

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

Color convert

RGB 41 71 119 -
CMYK 0.66 0.40 0 0.53
HSL 216.92º 0.49% 0.31% -
HSV(B) 216.92º 0.66% 0.47% -
XYZ 6.5 6.31 18.33 -
YUV 67.5 157.06 109.1 -
System Red Green Blue C M Y K H S L
Decimal 41 71 119 0.66 0.40 0 0.53 216.92 0.49 0.31
Hex 29 47 77 42 28 0 35 D9 31 1F
Octal 51 107 167 102 50 0 65 331 61 37
Binary 101001 1000111 1110111 1000010 101000 0 110101 11011001 110001 11111

Color Harmonies of #294777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294777

Black with #294777

Text Example


Text Example

White with #294777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294777; }

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

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

background-color css

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

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

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

border-color css

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

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

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