Shades of Fun Blue #294C81
Tints of Fun Blue #294C81
RGB
CMYK
RGB Variations
Color information
#294C81 (or 0x294C81) is known color: Fun Blue. HEX triplet: 29, 4C and 81. RGB value is (41,76,129). Sum of RGB (Red+Green+Blue) = 41+76+129=246 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.67% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 129 (50.78% from 255 or 52.44% from 246); Max value from RGB is 129 - color contains mainly: blue. Hex color #294C81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294C81 is #D6B37E. Grayscale: #474747. Windows color (decimal): -14070655 or 8473641. OLE color: 8473641.
HSL color Cylindrical-coordinate representation of color #294C81: hue angle of 216.14º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #294C81 is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 41 | 76 | 129 | - |
| CMYK | 0.68 | 0.41 | 0 | 0.49 |
| HSL | 216.14º | 0.52% | 0.33% | - |
| HSV(B) | 216.14º | 0.68% | 0.51% | - |
| XYZ | 7.46 | 7.23 | 21.77 | - |
| YUV | 71.58 | 160.4 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 76 | 129 | 0.68 | 0.41 | 0 | 0.49 | 216.14 | 0.52 | 0.33 |
| Hex | 29 | 4C | 81 | 44 | 29 | 0 | 31 | D8 | 34 | 21 |
| Octal | 51 | 114 | 201 | 104 | 51 | 0 | 61 | 330 | 64 | 41 |
| Binary | 101001 | 1001100 | 10000001 | 1000100 | 101001 | 0 | 110001 | 11011000 | 110100 | 100001 |
Color Harmonies of #294C81
Complementary color
Monochromatic Colors of #294C81
Black with #294C81
Text Example
Text Example
White with #294C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294C81; }
p { color: rgb(41,76,129); }
H1.HeaderClassName
{
color: #294C81;
}
.AnyTagClassName
{
color: #294C81;
}
</style>
background-color css
<style>
a { background-color: #294C81; }
a { background-color: rgb(41,76,129); }
div.DivClassName
{
background-color: #294C81;
}
.BgClassName
{
background-color: #294C81;
}
</style>
border-color css
<style>
span { border-color: #294C81; }
span { border-color: rgb(41,76,129); }
td.TdClassName
{
border-color: #294C81;
}
.TagClassName
{
border-color: #294C81;
}
</style>