Shades of Fun Blue #294878
Tints of Fun Blue #294878
RGB
CMYK
RGB Variations
Color information
#294878 (or 0x294878) is known color: Fun Blue. HEX triplet: 29, 48 and 78. RGB value is (41,72,120). Sum of RGB (Red+Green+Blue) = 41+72+120=233 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.60% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 120 (47.27% from 255 or 51.50% from 233); Max value from RGB is 120 - color contains mainly: blue. Hex color #294878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294878 is #D6B787. Grayscale: #434343. Windows color (decimal): -14071688 or 7882793. OLE color: 7882793.
HSL color Cylindrical-coordinate representation of color #294878: hue angle of 216.46º 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 #294878 is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 41 | 72 | 120 | - |
| CMYK | 0.66 | 0.40 | 0 | 0.53 |
| HSL | 216.46º | 0.49% | 0.32% | - |
| HSV(B) | 216.46º | 0.66% | 0.47% | - |
| XYZ | 6.62 | 6.46 | 18.67 | - |
| YUV | 68.2 | 157.23 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 72 | 120 | 0.66 | 0.40 | 0 | 0.53 | 216.46 | 0.49 | 0.32 |
| Hex | 29 | 48 | 78 | 42 | 28 | 0 | 35 | D8 | 31 | 20 |
| Octal | 51 | 110 | 170 | 102 | 50 | 0 | 65 | 330 | 61 | 40 |
| Binary | 101001 | 1001000 | 1111000 | 1000010 | 101000 | 0 | 110101 | 11011000 | 110001 | 100000 |
Color Harmonies of #294878
Complementary color
Monochromatic Colors of #294878
Black with #294878
Text Example
Text Example
White with #294878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294878; }
p { color: rgb(41,72,120); }
H1.HeaderClassName
{
color: #294878;
}
.AnyTagClassName
{
color: #294878;
}
</style>
background-color css
<style>
a { background-color: #294878; }
a { background-color: rgb(41,72,120); }
div.DivClassName
{
background-color: #294878;
}
.BgClassName
{
background-color: #294878;
}
</style>
border-color css
<style>
span { border-color: #294878; }
span { border-color: rgb(41,72,120); }
td.TdClassName
{
border-color: #294878;
}
.TagClassName
{
border-color: #294878;
}
</style>