Html Css Color HEX #294680 Fun Blue

📋 copy color: '#294680'

red 41 ◦ green 70 ◦ blue 128

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

Shades of Fun Blue #294680

Tints of Fun Blue #294680

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.29%

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

R = 17.15%
G = 29.29%
B = 53.56%

CMYK

 C value IS 0.68

 M value IS 0.45

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#294680 (or 0x294680) is known color: Fun Blue. HEX triplet: 29, 46 and 80. RGB value is (41,70,128). Sum of RGB (Red+Green+Blue) = 41+70+128=239 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.15% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 128 (50.39% from 255 or 53.56% from 239); Max value from RGB is 128 - color contains mainly: blue. Hex color #294680 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294680 is #D6B97F. Grayscale: #434343. Windows color (decimal): -14072192 or 8406569. OLE color: 8406569.

HSL color Cylindrical-coordinate representation of color #294680: hue angle of 220º 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 #294680 is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 41 70 128 -
CMYK 0.68 0.45 0 0.50
HSL 220º 0.51% 0.33% -
HSV(B) 220º 0.68% 0.5% -
XYZ 7 6.41 21.29 -
YUV 67.94 161.89 108.78 -
System Red Green Blue C M Y K H S L
Decimal 41 70 128 0.68 0.45 0 0.50 220 0.51 0.33
Hex 29 46 80 44 2D 0 32 DC 33 21
Octal 51 106 200 104 55 0 62 334 63 41
Binary 101001 1000110 10000000 1000100 101101 0 110010 11011100 110011 100001

Color Harmonies of #294680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294680

Black with #294680

Text Example


Text Example

White with #294680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294680; }

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

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

background-color css

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

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

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

border-color css

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

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

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