Html Css Color HEX #294E84 Fun Blue

📋 copy color: '#294E84'

red 41 ◦ green 78 ◦ blue 132

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

Shades of Fun Blue #294E84

Tints of Fun Blue #294E84

RGB

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

 GREEN value IS 78 (30.86% from 255) = 31.08%

 BLUE value IS 132 (51.95% from 255) = 52.59%

R = 16.33%
G = 31.08%
B = 52.59%

CMYK

 C value IS 0.69

 M value IS 0.41

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#294E84 (or 0x294E84) is known color: Fun Blue. HEX triplet: 29, 4E and 84. RGB value is (41,78,132). Sum of RGB (Red+Green+Blue) = 41+78+132=251 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.33% from 251); Green value is 78 (30.86% from 255 or 31.08% from 251); Blue value is 132 (51.95% from 255 or 52.59% from 251); Max value from RGB is 132 - color contains mainly: blue. Hex color #294E84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294E84 is #D6B17B. Grayscale: #484848. Windows color (decimal): -14070140 or 8670761. OLE color: 8670761.

HSL color Cylindrical-coordinate representation of color #294E84: hue angle of 215.6º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #294E84 is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 41 78 132 -
CMYK 0.69 0.41 0 0.48
HSL 215.6º 0.53% 0.34% -
HSV(B) 215.6º 0.69% 0.52% -
XYZ 7.8 7.59 22.88 -
YUV 73.09 161.24 105.11 -
System Red Green Blue C M Y K H S L
Decimal 41 78 132 0.69 0.41 0 0.48 215.6 0.53 0.34
Hex 29 4E 84 45 29 0 30 D8 35 22
Octal 51 116 204 105 51 0 60 330 65 42
Binary 101001 1001110 10000100 1000101 101001 0 110000 11011000 110101 100010

Color Harmonies of #294E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294E84

Black with #294E84

Text Example


Text Example

White with #294E84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294E84; }

 p { color: rgb(41,78,132); }

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

background-color css

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

 a { background-color: rgb(41,78,132); }

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

border-color css

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

 span { border-color: rgb(41,78,132); }

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