Html Css Color HEX #294884 Fun Blue

📋 copy color: '#294884'

red 41 ◦ green 72 ◦ blue 132

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

Shades of Fun Blue #294884

Tints of Fun Blue #294884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 53.88%

R = 16.73%
G = 29.39%
B = 53.88%

CMYK

 C value IS 0.69

 M value IS 0.45

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#294884 (or 0x294884) is known color: Fun Blue. HEX triplet: 29, 48 and 84. RGB value is (41,72,132). Sum of RGB (Red+Green+Blue) = 41+72+132=245 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.73% from 245); Green value is 72 (28.52% from 255 or 29.39% from 245); Blue value is 132 (51.95% from 255 or 53.88% from 245); Max value from RGB is 132 - color contains mainly: blue. Hex color #294884 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294884 is #D6B77B. Grayscale: #454545. Windows color (decimal): -14071676 or 8669225. OLE color: 8669225.

HSL color Cylindrical-coordinate representation of color #294884: hue angle of 219.56º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #294884 is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 41 72 132 -
CMYK 0.69 0.45 0 0.48
HSL 219.56º 0.53% 0.34% -
HSV(B) 219.56º 0.69% 0.52% -
XYZ 7.4 6.77 22.75 -
YUV 69.57 163.23 107.62 -
System Red Green Blue C M Y K H S L
Decimal 41 72 132 0.69 0.45 0 0.48 219.56 0.53 0.34
Hex 29 48 84 45 2D 0 30 DC 35 22
Octal 51 110 204 105 55 0 60 334 65 42
Binary 101001 1001000 10000100 1000101 101101 0 110000 11011100 110101 100010

Color Harmonies of #294884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294884

Black with #294884

Text Example


Text Example

White with #294884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294884; }

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

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

background-color css

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

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

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

border-color css

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

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

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