Shades of Fun Blue #294D90
Tints of Fun Blue #294D90
RGB
CMYK
RGB Variations
Color information
#294D90 (or 0x294D90) is known color: Fun Blue. HEX triplet: 29, 4D and 90. RGB value is (41,77,144). Sum of RGB (Red+Green+Blue) = 41+77+144=262 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.65% from 262); Green value is 77 (30.47% from 255 or 29.39% from 262); Blue value is 144 (56.64% from 255 or 54.96% from 262); Max value from RGB is 144 - color contains mainly: blue. Hex color #294D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294D90 is #D6B26F. Grayscale: #494949. Windows color (decimal): -14070384 or 9456937. OLE color: 9456937.
HSL color Cylindrical-coordinate representation of color #294D90: hue angle of 219.03º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #294D90 is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 41 | 77 | 144 | - |
| CMYK | 0.72 | 0.47 | 0 | 0.44 |
| HSL | 219.03º | 0.56% | 0.36% | - |
| HSV(B) | 219.03º | 0.72% | 0.56% | - |
| XYZ | 8.6 | 7.79 | 27.44 | - |
| YUV | 73.87 | 167.57 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 77 | 144 | 0.72 | 0.47 | 0 | 0.44 | 219.03 | 0.56 | 0.36 |
| Hex | 29 | 4D | 90 | 48 | 2F | 0 | 2C | DB | 38 | 24 |
| Octal | 51 | 115 | 220 | 110 | 57 | 0 | 54 | 333 | 70 | 44 |
| Binary | 101001 | 1001101 | 10010000 | 1001000 | 101111 | 0 | 101100 | 11011011 | 111000 | 100100 |
Color Harmonies of #294D90
Complementary color
Monochromatic Colors of #294D90
Black with #294D90
Text Example
Text Example
White with #294D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294D90; }
p { color: rgb(41,77,144); }
H1.HeaderClassName
{
color: #294D90;
}
.AnyTagClassName
{
color: #294D90;
}
</style>
background-color css
<style>
a { background-color: #294D90; }
a { background-color: rgb(41,77,144); }
div.DivClassName
{
background-color: #294D90;
}
.BgClassName
{
background-color: #294D90;
}
</style>
border-color css
<style>
span { border-color: #294D90; }
span { border-color: rgb(41,77,144); }
td.TdClassName
{
border-color: #294D90;
}
.TagClassName
{
border-color: #294D90;
}
</style>