Shades of Fun Blue #294E89
Tints of Fun Blue #294E89
RGB
CMYK
RGB Variations
Color information
#294E89 (or 0x294E89) is known color: Fun Blue. HEX triplet: 29, 4E and 89. RGB value is (41,78,137). Sum of RGB (Red+Green+Blue) = 41+78+137=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 78 (30.86% from 255 or 30.47% from 256); Blue value is 137 (53.91% from 255 or 53.52% from 256); Max value from RGB is 137 - color contains mainly: blue. Hex color #294E89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294E89 is #D6B176. Grayscale: #494949. Windows color (decimal): -14070135 or 8998441. OLE color: 8998441.
HSL color Cylindrical-coordinate representation of color #294E89: hue angle of 216.88º 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 #294E89 is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 41 | 78 | 137 | - |
| CMYK | 0.70 | 0.43 | 0 | 0.46 |
| HSL | 216.88º | 0.54% | 0.35% | - |
| HSV(B) | 216.88º | 0.7% | 0.54% | - |
| XYZ | 8.15 | 7.73 | 24.73 | - |
| YUV | 73.66 | 163.74 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 78 | 137 | 0.70 | 0.43 | 0 | 0.46 | 216.88 | 0.54 | 0.35 |
| Hex | 29 | 4E | 89 | 46 | 2B | 0 | 2E | D9 | 36 | 23 |
| Octal | 51 | 116 | 211 | 106 | 53 | 0 | 56 | 331 | 66 | 43 |
| Binary | 101001 | 1001110 | 10001001 | 1000110 | 101011 | 0 | 101110 | 11011001 | 110110 | 100011 |
Color Harmonies of #294E89
Complementary color
Monochromatic Colors of #294E89
Black with #294E89
Text Example
Text Example
White with #294E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294E89; }
p { color: rgb(41,78,137); }
H1.HeaderClassName
{
color: #294E89;
}
.AnyTagClassName
{
color: #294E89;
}
</style>
background-color css
<style>
a { background-color: #294E89; }
a { background-color: rgb(41,78,137); }
div.DivClassName
{
background-color: #294E89;
}
.BgClassName
{
background-color: #294E89;
}
</style>
border-color css
<style>
span { border-color: #294E89; }
span { border-color: rgb(41,78,137); }
td.TdClassName
{
border-color: #294E89;
}
.TagClassName
{
border-color: #294E89;
}
</style>