Shades of Fun Blue #294C84
Tints of Fun Blue #294C84
RGB
CMYK
RGB Variations
Color information
#294C84 (or 0x294C84) is known color: Fun Blue. HEX triplet: 29, 4C and 84. RGB value is (41,76,132). Sum of RGB (Red+Green+Blue) = 41+76+132=249 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.47% from 249); Green value is 76 (30.08% from 255 or 30.52% from 249); Blue value is 132 (51.95% from 255 or 53.01% from 249); Max value from RGB is 132 - color contains mainly: blue. Hex color #294C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294C84 is #D6B37B. Grayscale: #474747. Windows color (decimal): -14070652 or 8670249. OLE color: 8670249.
HSL color Cylindrical-coordinate representation of color #294C84: hue angle of 216.92º 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 #294C84 is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 41 | 76 | 132 | - |
| CMYK | 0.69 | 0.42 | 0 | 0.48 |
| HSL | 216.92º | 0.53% | 0.34% | - |
| HSV(B) | 216.92º | 0.69% | 0.52% | - |
| XYZ | 7.66 | 7.31 | 22.84 | - |
| YUV | 71.92 | 161.9 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 76 | 132 | 0.69 | 0.42 | 0 | 0.48 | 216.92 | 0.53 | 0.34 |
| Hex | 29 | 4C | 84 | 45 | 2A | 0 | 30 | D9 | 35 | 22 |
| Octal | 51 | 114 | 204 | 105 | 52 | 0 | 60 | 331 | 65 | 42 |
| Binary | 101001 | 1001100 | 10000100 | 1000101 | 101010 | 0 | 110000 | 11011001 | 110101 | 100010 |
Color Harmonies of #294C84
Complementary color
Monochromatic Colors of #294C84
Black with #294C84
Text Example
Text Example
White with #294C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294C84; }
p { color: rgb(41,76,132); }
H1.HeaderClassName
{
color: #294C84;
}
.AnyTagClassName
{
color: #294C84;
}
</style>
background-color css
<style>
a { background-color: #294C84; }
a { background-color: rgb(41,76,132); }
div.DivClassName
{
background-color: #294C84;
}
.BgClassName
{
background-color: #294C84;
}
</style>
border-color css
<style>
span { border-color: #294C84; }
span { border-color: rgb(41,76,132); }
td.TdClassName
{
border-color: #294C84;
}
.TagClassName
{
border-color: #294C84;
}
</style>