Html Css Color HEX #294886 Fun Blue

📋 copy color: '#294886'

red 41 ◦ green 72 ◦ blue 134

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

Shades of Fun Blue #294886

Tints of Fun Blue #294886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 54.25%

R = 16.6%
G = 29.15%
B = 54.25%

CMYK

 C value IS 0.69

 M value IS 0.46

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#294886 (or 0x294886) is known color: Fun Blue. HEX triplet: 29, 48 and 86. RGB value is (41,72,134). Sum of RGB (Red+Green+Blue) = 41+72+134=247 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.60% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 134 (52.73% from 255 or 54.25% from 247); Max value from RGB is 134 - color contains mainly: blue. Hex color #294886 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294886 is #D6B779. Grayscale: #454545. Windows color (decimal): -14071674 or 8800297. OLE color: 8800297.

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

Color convert

RGB 41 72 134 -
CMYK 0.69 0.46 0 0.47
HSL 220º 0.53% 0.34% -
HSV(B) 220º 0.69% 0.53% -
XYZ 7.53 6.83 23.47 -
YUV 69.8 164.23 107.46 -
System Red Green Blue C M Y K H S L
Decimal 41 72 134 0.69 0.46 0 0.47 220 0.53 0.34
Hex 29 48 86 45 2E 0 2F DC 35 22
Octal 51 110 206 105 56 0 57 334 65 42
Binary 101001 1001000 10000110 1000101 101110 0 101111 11011100 110101 100010

Color Harmonies of #294886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294886

Black with #294886

Text Example


Text Example

White with #294886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294886; }

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

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

background-color css

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

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

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

border-color css

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

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

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