Html Css Color HEX #294284 Fun Blue

📋 copy color: '#294284'

red 41 ◦ green 66 ◦ blue 132

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

Shades of Fun Blue #294284

Tints of Fun Blue #294284

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.62%

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

R = 17.15%
G = 27.62%
B = 55.23%

CMYK

 C value IS 0.69

 M value IS 0.5

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#294284 (or 0x294284) is known color: Fun Blue. HEX triplet: 29, 42 and 84. RGB value is (41,66,132). Sum of RGB (Red+Green+Blue) = 41+66+132=239 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.15% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 132 (51.95% from 255 or 55.23% from 239); Max value from RGB is 132 - color contains mainly: blue. Hex color #294284 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294284 is #D6BD7B. Grayscale: #414141. Windows color (decimal): -14073212 or 8667689. OLE color: 8667689.

HSL color Cylindrical-coordinate representation of color #294284: hue angle of 223.52º 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 #294284 is Cyan = 0.69, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 41 66 132 -
CMYK 0.69 0.5 0 0.48
HSL 223.52º 0.53% 0.34% -
HSV(B) 223.52º 0.69% 0.52% -
XYZ 7.03 6.03 22.62 -
YUV 66.05 165.22 110.13 -
System Red Green Blue C M Y K H S L
Decimal 41 66 132 0.69 0.5 0 0.48 223.52 0.53 0.34
Hex 29 42 84 45 32 0 30 E0 35 22
Octal 51 102 204 105 62 0 60 340 65 42
Binary 101001 1000010 10000100 1000101 110010 0 110000 11100000 110101 100010

Color Harmonies of #294284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294284

Black with #294284

Text Example


Text Example

White with #294284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294284; }

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

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

background-color css

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

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

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

border-color css

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

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

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