Html Css Color HEX #294980 Fun Blue

📋 copy color: '#294980'

red 41 ◦ green 73 ◦ blue 128

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

Shades of Fun Blue #294980

Tints of Fun Blue #294980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 52.89%

R = 16.94%
G = 30.17%
B = 52.89%

CMYK

 C value IS 0.68

 M value IS 0.43

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#294980 (or 0x294980) is known color: Fun Blue. HEX triplet: 29, 49 and 80. RGB value is (41,73,128). Sum of RGB (Red+Green+Blue) = 41+73+128=242 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.94% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 128 (50.39% from 255 or 52.89% from 242); Max value from RGB is 128 - color contains mainly: blue. Hex color #294980 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294980 is #D6B67F. Grayscale: #454545. Windows color (decimal): -14071424 or 8407337. OLE color: 8407337.

HSL color Cylindrical-coordinate representation of color #294980: hue angle of 217.93º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #294980 is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 41 73 128 -
CMYK 0.68 0.43 0 0.50
HSL 217.93º 0.51% 0.33% -
HSV(B) 217.93º 0.68% 0.5% -
XYZ 7.19 6.8 21.35 -
YUV 69.7 160.9 107.53 -
System Red Green Blue C M Y K H S L
Decimal 41 73 128 0.68 0.43 0 0.50 217.93 0.51 0.33
Hex 29 49 80 44 2B 0 32 DA 33 21
Octal 51 111 200 104 53 0 62 332 63 41
Binary 101001 1001001 10000000 1000100 101011 0 110010 11011010 110011 100001

Color Harmonies of #294980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294980

Black with #294980

Text Example


Text Example

White with #294980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294980; }

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

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

background-color css

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

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

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

border-color css

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

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

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