Shades of Fun Blue #294C87
Tints of Fun Blue #294C87
RGB
CMYK
RGB Variations
Color information
#294C87 (or 0x294C87) is known color: Fun Blue. HEX triplet: 29, 4C and 87. RGB value is (41,76,135). Sum of RGB (Red+Green+Blue) = 41+76+135=252 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.27% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 135 (53.12% from 255 or 53.57% from 252); Max value from RGB is 135 - color contains mainly: blue. Hex color #294C87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294C87 is #D6B378. Grayscale: #474747. Windows color (decimal): -14070649 or 8866857. OLE color: 8866857.
HSL color Cylindrical-coordinate representation of color #294C87: hue angle of 217.66º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #294C87 is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 41 | 76 | 135 | - |
| CMYK | 0.70 | 0.44 | 0 | 0.47 |
| HSL | 217.66º | 0.53% | 0.35% | - |
| HSV(B) | 217.66º | 0.7% | 0.53% | - |
| XYZ | 7.87 | 7.39 | 23.93 | - |
| YUV | 72.26 | 163.4 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 76 | 135 | 0.70 | 0.44 | 0 | 0.47 | 217.66 | 0.53 | 0.35 |
| Hex | 29 | 4C | 87 | 46 | 2C | 0 | 2F | DA | 35 | 23 |
| Octal | 51 | 114 | 207 | 106 | 54 | 0 | 57 | 332 | 65 | 43 |
| Binary | 101001 | 1001100 | 10000111 | 1000110 | 101100 | 0 | 101111 | 11011010 | 110101 | 100011 |
Color Harmonies of #294C87
Complementary color
Monochromatic Colors of #294C87
Black with #294C87
Text Example
Text Example
White with #294C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294C87; }
p { color: rgb(41,76,135); }
H1.HeaderClassName
{
color: #294C87;
}
.AnyTagClassName
{
color: #294C87;
}
</style>
background-color css
<style>
a { background-color: #294C87; }
a { background-color: rgb(41,76,135); }
div.DivClassName
{
background-color: #294C87;
}
.BgClassName
{
background-color: #294C87;
}
</style>
border-color css
<style>
span { border-color: #294C87; }
span { border-color: rgb(41,76,135); }
td.TdClassName
{
border-color: #294C87;
}
.TagClassName
{
border-color: #294C87;
}
</style>