Shades of Fun Blue #294D84
Tints of Fun Blue #294D84
RGB
CMYK
RGB Variations
Color information
#294D84 (or 0x294D84) is known color: Fun Blue. HEX triplet: 29, 4D and 84. RGB value is (41,77,132). Sum of RGB (Red+Green+Blue) = 41+77+132=250 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.4% from 250); Green value is 77 (30.47% from 255 or 30.8% from 250); Blue value is 132 (51.95% from 255 or 52.8% from 250); Max value from RGB is 132 - color contains mainly: blue. Hex color #294D84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294D84 is #D6B27B. Grayscale: #484848. Windows color (decimal): -14070396 or 8670505. OLE color: 8670505.
HSL color Cylindrical-coordinate representation of color #294D84: hue angle of 216.26º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #294D84 is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 41 | 77 | 132 | - |
| CMYK | 0.69 | 0.42 | 0 | 0.48 |
| HSL | 216.26º | 0.53% | 0.34% | - |
| HSV(B) | 216.26º | 0.69% | 0.52% | - |
| XYZ | 7.73 | 7.45 | 22.86 | - |
| YUV | 72.51 | 161.57 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 77 | 132 | 0.69 | 0.42 | 0 | 0.48 | 216.26 | 0.53 | 0.34 |
| Hex | 29 | 4D | 84 | 45 | 2A | 0 | 30 | D8 | 35 | 22 |
| Octal | 51 | 115 | 204 | 105 | 52 | 0 | 60 | 330 | 65 | 42 |
| Binary | 101001 | 1001101 | 10000100 | 1000101 | 101010 | 0 | 110000 | 11011000 | 110101 | 100010 |
Color Harmonies of #294D84
Complementary color
Monochromatic Colors of #294D84
Black with #294D84
Text Example
Text Example
White with #294D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294D84; }
p { color: rgb(41,77,132); }
H1.HeaderClassName
{
color: #294D84;
}
.AnyTagClassName
{
color: #294D84;
}
</style>
background-color css
<style>
a { background-color: #294D84; }
a { background-color: rgb(41,77,132); }
div.DivClassName
{
background-color: #294D84;
}
.BgClassName
{
background-color: #294D84;
}
</style>
border-color css
<style>
span { border-color: #294D84; }
span { border-color: rgb(41,77,132); }
td.TdClassName
{
border-color: #294D84;
}
.TagClassName
{
border-color: #294D84;
}
</style>