Html Css Color HEX #294775 Fun Blue

📋 copy color: '#294775'

red 41 ◦ green 71 ◦ blue 117

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

Shades of Fun Blue #294775

Tints of Fun Blue #294775

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31%

 BLUE value IS 117 (46.09% from 255) = 51.09%

R = 17.9%
G = 31%
B = 51.09%

CMYK

 C value IS 0.65

 M value IS 0.39

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#294775 (or 0x294775) is known color: Fun Blue. HEX triplet: 29, 47 and 75. RGB value is (41,71,117). Sum of RGB (Red+Green+Blue) = 41+71+117=229 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.90% from 229); Green value is 71 (28.12% from 255 or 31.00% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #294775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294775 is #D6B88A. Grayscale: #434343. Windows color (decimal): -14071947 or 7685929. OLE color: 7685929.

HSL color Cylindrical-coordinate representation of color #294775: hue angle of 216.32º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #294775 is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 71 117 -
CMYK 0.65 0.39 0 0.54
HSL 216.32º 0.48% 0.31% -
HSV(B) 216.32º 0.65% 0.46% -
XYZ 6.38 6.26 17.7 -
YUV 67.27 156.06 109.26 -
System Red Green Blue C M Y K H S L
Decimal 41 71 117 0.65 0.39 0 0.54 216.32 0.48 0.31
Hex 29 47 75 41 27 0 36 D8 30 1F
Octal 51 107 165 101 47 0 66 330 60 37
Binary 101001 1000111 1110101 1000001 100111 0 110110 11011000 110000 11111

Color Harmonies of #294775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294775

Black with #294775

Text Example


Text Example

White with #294775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294775; }

 p { color: rgb(41,71,117); }

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

background-color css

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

 a { background-color: rgb(41,71,117); }

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

border-color css

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

 span { border-color: rgb(41,71,117); }

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