Shades of Fun Blue #294D8A
Tints of Fun Blue #294D8A
RGB
CMYK
RGB Variations
Color information
#294D8A (or 0x294D8A) is known color: Fun Blue. HEX triplet: 29, 4D and 8A. RGB value is (41,77,138). Sum of RGB (Red+Green+Blue) = 41+77+138=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 138 (54.30% from 255 or 53.91% from 256); Max value from RGB is 138 - color contains mainly: blue. Hex color #294D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294D8A is #D6B275. Grayscale: #484848. Windows color (decimal): -14070390 or 9063721. OLE color: 9063721.
HSL color Cylindrical-coordinate representation of color #294D8A: hue angle of 217.73º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #294D8A is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 41 | 77 | 138 | - |
| CMYK | 0.70 | 0.44 | 0 | 0.46 |
| HSL | 217.73º | 0.54% | 0.35% | - |
| HSV(B) | 217.73º | 0.7% | 0.54% | - |
| XYZ | 8.16 | 7.61 | 25.08 | - |
| YUV | 73.19 | 164.57 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 77 | 138 | 0.70 | 0.44 | 0 | 0.46 | 217.73 | 0.54 | 0.35 |
| Hex | 29 | 4D | 8A | 46 | 2C | 0 | 2E | DA | 36 | 23 |
| Octal | 51 | 115 | 212 | 106 | 54 | 0 | 56 | 332 | 66 | 43 |
| Binary | 101001 | 1001101 | 10001010 | 1000110 | 101100 | 0 | 101110 | 11011010 | 110110 | 100011 |
Color Harmonies of #294D8A
Complementary color
Monochromatic Colors of #294D8A
Black with #294D8A
Text Example
Text Example
White with #294D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294D8A; }
p { color: rgb(41,77,138); }
H1.HeaderClassName
{
color: #294D8A;
}
.AnyTagClassName
{
color: #294D8A;
}
</style>
background-color css
<style>
a { background-color: #294D8A; }
a { background-color: rgb(41,77,138); }
div.DivClassName
{
background-color: #294D8A;
}
.BgClassName
{
background-color: #294D8A;
}
</style>
border-color css
<style>
span { border-color: #294D8A; }
span { border-color: rgb(41,77,138); }
td.TdClassName
{
border-color: #294D8A;
}
.TagClassName
{
border-color: #294D8A;
}
</style>