Html Css Color HEX #294D89 Fun Blue

📋 copy color: '#294D89'

red 41 ◦ green 77 ◦ blue 137

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

Shades of Fun Blue #294D89

Tints of Fun Blue #294D89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 53.73%

R = 16.08%
G = 30.2%
B = 53.73%

CMYK

 C value IS 0.70

 M value IS 0.44

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#294D89 (or 0x294D89) is known color: Fun Blue. HEX triplet: 29, 4D and 89. RGB value is (41,77,137). Sum of RGB (Red+Green+Blue) = 41+77+137=255 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.08% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 137 (53.91% from 255 or 53.73% from 255); Max value from RGB is 137 - color contains mainly: blue. Hex color #294D89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294D89 is #D6B276. Grayscale: #484848. Windows color (decimal): -14070391 or 8998185. OLE color: 8998185.

HSL color Cylindrical-coordinate representation of color #294D89: hue angle of 217.5º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #294D89 is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 41 77 137 -
CMYK 0.70 0.44 0 0.46
HSL 217.5º 0.54% 0.35% -
HSV(B) 217.5º 0.7% 0.54% -
XYZ 8.08 7.59 24.7 -
YUV 73.08 164.07 105.12 -
System Red Green Blue C M Y K H S L
Decimal 41 77 137 0.70 0.44 0 0.46 217.5 0.54 0.35
Hex 29 4D 89 46 2C 0 2E DA 36 23
Octal 51 115 211 106 54 0 56 332 66 43
Binary 101001 1001101 10001001 1000110 101100 0 101110 11011010 110110 100011

Color Harmonies of #294D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294D89

Black with #294D89

Text Example


Text Example

White with #294D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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