Html Css Color HEX #294875 Fun Blue

📋 copy color: '#294875'

red 41 ◦ green 72 ◦ blue 117

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

Shades of Fun Blue #294875

Tints of Fun Blue #294875

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.3%

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

R = 17.83%
G = 31.3%
B = 50.87%

CMYK

 C value IS 0.65

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#294875 (or 0x294875) is known color: Fun Blue. HEX triplet: 29, 48 and 75. RGB value is (41,72,117). Sum of RGB (Red+Green+Blue) = 41+72+117=230 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.83% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 117 (46.09% from 255 or 50.87% from 230); Max value from RGB is 117 - color contains mainly: blue. Hex color #294875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294875 is #D6B78A. Grayscale: #434343. Windows color (decimal): -14071691 or 7686185. OLE color: 7686185.

HSL color Cylindrical-coordinate representation of color #294875: hue angle of 215.53º 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 #294875 is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 72 117 -
CMYK 0.65 0.38 0 0.54
HSL 215.53º 0.48% 0.31% -
HSV(B) 215.53º 0.65% 0.46% -
XYZ 6.44 6.39 17.72 -
YUV 67.86 155.73 108.84 -
System Red Green Blue C M Y K H S L
Decimal 41 72 117 0.65 0.38 0 0.54 215.53 0.48 0.31
Hex 29 48 75 41 26 0 36 D8 30 1F
Octal 51 110 165 101 46 0 66 330 60 37
Binary 101001 1001000 1110101 1000001 100110 0 110110 11011000 110000 11111

Color Harmonies of #294875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294875

Black with #294875

Text Example


Text Example

White with #294875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294875; }

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

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

background-color css

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

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

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

border-color css

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

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

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