Html Css Color HEX #294484 Fun Blue

📋 copy color: '#294484'

red 41 ◦ green 68 ◦ blue 132

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

Shades of Fun Blue #294484

Tints of Fun Blue #294484

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.22%

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

R = 17.01%
G = 28.22%
B = 54.77%

CMYK

 C value IS 0.69

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#294484 (or 0x294484) is known color: Fun Blue. HEX triplet: 29, 44 and 84. RGB value is (41,68,132). Sum of RGB (Red+Green+Blue) = 41+68+132=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 132 (51.95% from 255 or 54.77% from 241); Max value from RGB is 132 - color contains mainly: blue. Hex color #294484 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294484 is #D6BB7B. Grayscale: #424242. Windows color (decimal): -14072700 or 8668201. OLE color: 8668201.

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

Color convert

RGB 41 68 132 -
CMYK 0.69 0.48 0 0.48
HSL 222.2º 0.53% 0.34% -
HSV(B) 222.2º 0.69% 0.52% -
XYZ 7.15 6.27 22.66 -
YUV 67.22 164.55 109.3 -
System Red Green Blue C M Y K H S L
Decimal 41 68 132 0.69 0.48 0 0.48 222.2 0.53 0.34
Hex 29 44 84 45 30 0 30 DE 35 22
Octal 51 104 204 105 60 0 60 336 65 42
Binary 101001 1000100 10000100 1000101 110000 0 110000 11011110 110101 100010

Color Harmonies of #294484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294484

Black with #294484

Text Example


Text Example

White with #294484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294484; }

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

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

background-color css

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

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

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

border-color css

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

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

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