Html Css Color HEX #294781 Fun Blue

📋 copy color: '#294781'

red 41 ◦ green 71 ◦ blue 129

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

Shades of Fun Blue #294781

Tints of Fun Blue #294781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 53.53%

R = 17.01%
G = 29.46%
B = 53.53%

CMYK

 C value IS 0.68

 M value IS 0.45

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#294781 (or 0x294781) is known color: Fun Blue. HEX triplet: 29, 47 and 81. RGB value is (41,71,129). Sum of RGB (Red+Green+Blue) = 41+71+129=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 71 (28.12% from 255 or 29.46% from 241); Blue value is 129 (50.78% from 255 or 53.53% from 241); Max value from RGB is 129 - color contains mainly: blue. Hex color #294781 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294781 is #D6B87E. Grayscale: #444444. Windows color (decimal): -14071935 or 8472361. OLE color: 8472361.

HSL color Cylindrical-coordinate representation of color #294781: hue angle of 219.55º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #294781 is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 41 71 129 -
CMYK 0.68 0.45 0 0.49
HSL 219.55º 0.52% 0.33% -
HSV(B) 219.55º 0.68% 0.51% -
XYZ 7.13 6.56 21.66 -
YUV 68.64 162.06 108.28 -
System Red Green Blue C M Y K H S L
Decimal 41 71 129 0.68 0.45 0 0.49 219.55 0.52 0.33
Hex 29 47 81 44 2D 0 31 DC 34 21
Octal 51 107 201 104 55 0 61 334 64 41
Binary 101001 1000111 10000001 1000100 101101 0 110001 11011100 110100 100001

Color Harmonies of #294781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294781

Black with #294781

Text Example


Text Example

White with #294781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294781; }

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

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

background-color css

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

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

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

border-color css

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

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

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