Shades of Fun Blue #294889
Tints of Fun Blue #294889
RGB
CMYK
RGB Variations
Color information
#294889 (or 0x294889) is known color: Fun Blue. HEX triplet: 29, 48 and 89. RGB value is (41,72,137). Sum of RGB (Red+Green+Blue) = 41+72+137=250 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.4% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 137 (53.91% from 255 or 54.8% from 250); Max value from RGB is 137 - color contains mainly: blue. Hex color #294889 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294889 is #D6B776. Grayscale: #454545. Windows color (decimal): -14071671 or 8996905. OLE color: 8996905.
HSL color Cylindrical-coordinate representation of color #294889: hue angle of 220.62º 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 #294889 is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 41 | 72 | 137 | - |
| CMYK | 0.70 | 0.47 | 0 | 0.46 |
| HSL | 220.63º | 0.54% | 0.35% | - |
| HSV(B) | 220.63º | 0.7% | 0.54% | - |
| XYZ | 7.75 | 6.91 | 24.59 | - |
| YUV | 70.14 | 165.73 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 72 | 137 | 0.70 | 0.47 | 0 | 0.46 | 220.63 | 0.54 | 0.35 |
| Hex | 29 | 48 | 89 | 46 | 2F | 0 | 2E | DD | 36 | 23 |
| Octal | 51 | 110 | 211 | 106 | 57 | 0 | 56 | 335 | 66 | 43 |
| Binary | 101001 | 1001000 | 10001001 | 1000110 | 101111 | 0 | 101110 | 11011101 | 110110 | 100011 |
Color Harmonies of #294889
Complementary color
Monochromatic Colors of #294889
Black with #294889
Text Example
Text Example
White with #294889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294889; }
p { color: rgb(41,72,137); }
H1.HeaderClassName
{
color: #294889;
}
.AnyTagClassName
{
color: #294889;
}
</style>
background-color css
<style>
a { background-color: #294889; }
a { background-color: rgb(41,72,137); }
div.DivClassName
{
background-color: #294889;
}
.BgClassName
{
background-color: #294889;
}
</style>
border-color css
<style>
span { border-color: #294889; }
span { border-color: rgb(41,72,137); }
td.TdClassName
{
border-color: #294889;
}
.TagClassName
{
border-color: #294889;
}
</style>