Html Css Color HEX #294989 Fun Blue

📋 copy color: '#294989'

red 41 ◦ green 73 ◦ blue 137

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

Shades of Fun Blue #294989

Tints of Fun Blue #294989

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 54.58%

R = 16.33%
G = 29.08%
B = 54.58%

CMYK

 C value IS 0.70

 M value IS 0.47

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#294989 (or 0x294989) is known color: Fun Blue. HEX triplet: 29, 49 and 89. RGB value is (41,73,137). Sum of RGB (Red+Green+Blue) = 41+73+137=251 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.33% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 137 (53.91% from 255 or 54.58% from 251); Max value from RGB is 137 - color contains mainly: blue. Hex color #294989 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294989 is #D6B676. Grayscale: #464646. Windows color (decimal): -14071415 or 8997161. OLE color: 8997161.

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

Color convert

RGB 41 73 137 -
CMYK 0.70 0.47 0 0.46
HSL 220º 0.54% 0.35% -
HSV(B) 220º 0.7% 0.54% -
XYZ 7.81 7.04 24.61 -
YUV 70.73 165.4 106.8 -
System Red Green Blue C M Y K H S L
Decimal 41 73 137 0.70 0.47 0 0.46 220 0.54 0.35
Hex 29 49 89 46 2F 0 2E DC 36 23
Octal 51 111 211 106 57 0 56 334 66 43
Binary 101001 1001001 10001001 1000110 101111 0 101110 11011100 110110 100011

Color Harmonies of #294989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294989

Black with #294989

Text Example


Text Example

White with #294989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294989; }

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

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

background-color css

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

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

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

border-color css

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

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

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