Html Css Color HEX #294A79 Fun Blue

📋 copy color: '#294A79'

red 41 ◦ green 74 ◦ blue 121

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

Shades of Fun Blue #294A79

Tints of Fun Blue #294A79

RGB

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

 GREEN value IS 74 (29.3% from 255) = 31.36%

 BLUE value IS 121 (47.66% from 255) = 51.27%

R = 17.37%
G = 31.36%
B = 51.27%

CMYK

 C value IS 0.66

 M value IS 0.39

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#294A79 (or 0x294A79) is known color: Fun Blue. HEX triplet: 29, 4A and 79. RGB value is (41,74,121). Sum of RGB (Red+Green+Blue) = 41+74+121=236 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.37% from 236); Green value is 74 (29.30% from 255 or 31.36% from 236); Blue value is 121 (47.66% from 255 or 51.27% from 236); Max value from RGB is 121 - color contains mainly: blue. Hex color #294A79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294A79 is #D6B586. Grayscale: #454545. Windows color (decimal): -14071175 or 7948841. OLE color: 7948841.

HSL color Cylindrical-coordinate representation of color #294A79: hue angle of 215.25º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #294A79 is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 74 121 -
CMYK 0.66 0.39 0 0.53
HSL 215.25º 0.49% 0.32% -
HSV(B) 215.25º 0.66% 0.47% -
XYZ 6.81 6.75 19.03 -
YUV 69.49 157.07 107.68 -
System Red Green Blue C M Y K H S L
Decimal 41 74 121 0.66 0.39 0 0.53 215.25 0.49 0.32
Hex 29 4A 79 42 27 0 35 D7 31 20
Octal 51 112 171 102 47 0 65 327 61 40
Binary 101001 1001010 1111001 1000010 100111 0 110101 11010111 110001 100000

Color Harmonies of #294A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294A79

Black with #294A79

Text Example


Text Example

White with #294A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,74,121); }

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

background-color css

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

 a { background-color: rgb(41,74,121); }

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

border-color css

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

 span { border-color: rgb(41,74,121); }

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