Html Css Color HEX #294679 Fun Blue

📋 copy color: '#294679'

red 41 ◦ green 70 ◦ blue 121

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

Shades of Fun Blue #294679

Tints of Fun Blue #294679

RGB

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

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

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

R = 17.67%
G = 30.17%
B = 52.16%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#294679 (or 0x294679) is known color: Fun Blue. HEX triplet: 29, 46 and 79. RGB value is (41,70,121). Sum of RGB (Red+Green+Blue) = 41+70+121=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 121 (47.66% from 255 or 52.16% from 232); Max value from RGB is 121 - color contains mainly: blue. Hex color #294679 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294679 is #D6B986. Grayscale: #424242. Windows color (decimal): -14072199 or 7947817. OLE color: 7947817.

HSL color Cylindrical-coordinate representation of color #294679: hue angle of 218.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 #294679 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 70 121 -
CMYK 0.66 0.42 0 0.53
HSL 218.25º 0.49% 0.32% -
HSV(B) 218.25º 0.66% 0.47% -
XYZ 6.56 6.23 18.95 -
YUV 67.14 158.39 109.35 -
System Red Green Blue C M Y K H S L
Decimal 41 70 121 0.66 0.42 0 0.53 218.25 0.49 0.32
Hex 29 46 79 42 2A 0 35 DA 31 20
Octal 51 106 171 102 52 0 65 332 61 40
Binary 101001 1000110 1111001 1000010 101010 0 110101 11011010 110001 100000

Color Harmonies of #294679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294679

Black with #294679

Text Example


Text Example

White with #294679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294679; }

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

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

background-color css

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

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

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

border-color css

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

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

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