Shades of Fun Blue #294779
Tints of Fun Blue #294779
RGB
CMYK
RGB Variations
Color information
#294779 (or 0x294779) is known color: Fun Blue. HEX triplet: 29, 47 and 79. RGB value is (41,71,121). Sum of RGB (Red+Green+Blue) = 41+71+121=233 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.60% from 233); Green value is 71 (28.12% from 255 or 30.47% from 233); Blue value is 121 (47.66% from 255 or 51.93% from 233); Max value from RGB is 121 - color contains mainly: blue. Hex color #294779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294779 is #D6B886. Grayscale: #434343. Windows color (decimal): -14071943 or 7948073. OLE color: 7948073.
HSL color Cylindrical-coordinate representation of color #294779: hue angle of 217.5º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #294779 is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 41 | 71 | 121 | - |
| CMYK | 0.66 | 0.41 | 0 | 0.53 |
| HSL | 217.5º | 0.49% | 0.32% | - |
| HSV(B) | 217.5º | 0.66% | 0.47% | - |
| XYZ | 6.62 | 6.36 | 18.97 | - |
| YUV | 67.73 | 158.06 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 71 | 121 | 0.66 | 0.41 | 0 | 0.53 | 217.5 | 0.49 | 0.32 |
| Hex | 29 | 47 | 79 | 42 | 29 | 0 | 35 | DA | 31 | 20 |
| Octal | 51 | 107 | 171 | 102 | 51 | 0 | 65 | 332 | 61 | 40 |
| Binary | 101001 | 1000111 | 1111001 | 1000010 | 101001 | 0 | 110101 | 11011010 | 110001 | 100000 |
Color Harmonies of #294779
Complementary color
Monochromatic Colors of #294779
Black with #294779
Text Example
Text Example
White with #294779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294779; }
p { color: rgb(41,71,121); }
H1.HeaderClassName
{
color: #294779;
}
.AnyTagClassName
{
color: #294779;
}
</style>
background-color css
<style>
a { background-color: #294779; }
a { background-color: rgb(41,71,121); }
div.DivClassName
{
background-color: #294779;
}
.BgClassName
{
background-color: #294779;
}
</style>
border-color css
<style>
span { border-color: #294779; }
span { border-color: rgb(41,71,121); }
td.TdClassName
{
border-color: #294779;
}
.TagClassName
{
border-color: #294779;
}
</style>