Html Css Color HEX #294D8D Fun Blue

📋 copy color: '#294D8D'

red 41 ◦ green 77 ◦ blue 141

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

Shades of Fun Blue #294D8D

Tints of Fun Blue #294D8D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.73%

 BLUE value IS 141 (55.47% from 255) = 54.44%

R = 15.83%
G = 29.73%
B = 54.44%

CMYK

 C value IS 0.71

 M value IS 0.45

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#294D8D (or 0x294D8D) is known color: Fun Blue. HEX triplet: 29, 4D and 8D. RGB value is (41,77,141). Sum of RGB (Red+Green+Blue) = 41+77+141=259 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.83% from 259); Green value is 77 (30.47% from 255 or 29.73% from 259); Blue value is 141 (55.47% from 255 or 54.44% from 259); Max value from RGB is 141 - color contains mainly: blue. Hex color #294D8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294D8D is #D6B272. Grayscale: #494949. Windows color (decimal): -14070387 or 9260329. OLE color: 9260329.

HSL color Cylindrical-coordinate representation of color #294D8D: hue angle of 218.4º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #294D8D is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 41 77 141 -
CMYK 0.71 0.45 0 0.45
HSL 218.4º 0.55% 0.36% -
HSV(B) 218.4º 0.71% 0.55% -
XYZ 8.38 7.7 26.24 -
YUV 73.53 166.07 104.8 -
System Red Green Blue C M Y K H S L
Decimal 41 77 141 0.71 0.45 0 0.45 218.4 0.55 0.36
Hex 29 4D 8D 47 2D 0 2D DA 37 24
Octal 51 115 215 107 55 0 55 332 67 44
Binary 101001 1001101 10001101 1000111 101101 0 101101 11011010 110111 100100

Color Harmonies of #294D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294D8D

Black with #294D8D

Text Example


Text Example

White with #294D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,77,141); }

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

background-color css

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

 a { background-color: rgb(41,77,141); }

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

border-color css

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

 span { border-color: rgb(41,77,141); }

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