Html Css Color HEX #294988 Fun Blue

📋 copy color: '#294988'

red 41 ◦ green 73 ◦ blue 136

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

Shades of Fun Blue #294988

Tints of Fun Blue #294988

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.2%

 BLUE value IS 136 (53.52% from 255) = 54.4%

R = 16.4%
G = 29.2%
B = 54.4%

CMYK

 C value IS 0.70

 M value IS 0.46

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#294988 (or 0x294988) is known color: Fun Blue. HEX triplet: 29, 49 and 88. RGB value is (41,73,136). Sum of RGB (Red+Green+Blue) = 41+73+136=250 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.4% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 136 (53.52% from 255 or 54.4% from 250); Max value from RGB is 136 - color contains mainly: blue. Hex color #294988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294988 is #D6B677. Grayscale: #464646. Windows color (decimal): -14071416 or 8931625. OLE color: 8931625.

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

Color convert

RGB 41 73 136 -
CMYK 0.70 0.46 0 0.47
HSL 219.79º 0.54% 0.35% -
HSV(B) 219.79º 0.7% 0.53% -
XYZ 7.74 7.01 24.24 -
YUV 70.61 164.9 106.88 -
System Red Green Blue C M Y K H S L
Decimal 41 73 136 0.70 0.46 0 0.47 219.79 0.54 0.35
Hex 29 49 88 46 2E 0 2F DC 36 23
Octal 51 111 210 106 56 0 57 334 66 43
Binary 101001 1001001 10001000 1000110 101110 0 101111 11011100 110110 100011

Color Harmonies of #294988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294988

Black with #294988

Text Example


Text Example

White with #294988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294988; }

 p { color: rgb(41,73,136); }

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

background-color css

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

 a { background-color: rgb(41,73,136); }

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

border-color css

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

 span { border-color: rgb(41,73,136); }

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