Shades of Fun Blue #294C88
Tints of Fun Blue #294C88
RGB
CMYK
RGB Variations
Color information
#294C88 (or 0x294C88) is known color: Fun Blue. HEX triplet: 29, 4C and 88. RGB value is (41,76,136). Sum of RGB (Red+Green+Blue) = 41+76+136=253 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.21% from 253); Green value is 76 (30.08% from 255 or 30.04% from 253); Blue value is 136 (53.52% from 255 or 53.75% from 253); Max value from RGB is 136 - color contains mainly: blue. Hex color #294C88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294C88 is #D6B377. Grayscale: #484848. Windows color (decimal): -14070648 or 8932393. OLE color: 8932393.
HSL color Cylindrical-coordinate representation of color #294C88: hue angle of 217.89º degrees, saturation: 0.54, 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 #294C88 is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 41 | 76 | 136 | - |
| CMYK | 0.70 | 0.44 | 0 | 0.47 |
| HSL | 217.89º | 0.54% | 0.35% | - |
| HSV(B) | 217.89º | 0.7% | 0.53% | - |
| XYZ | 7.94 | 7.42 | 24.31 | - |
| YUV | 72.38 | 163.9 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 76 | 136 | 0.70 | 0.44 | 0 | 0.47 | 217.89 | 0.54 | 0.35 |
| Hex | 29 | 4C | 88 | 46 | 2C | 0 | 2F | DA | 36 | 23 |
| Octal | 51 | 114 | 210 | 106 | 54 | 0 | 57 | 332 | 66 | 43 |
| Binary | 101001 | 1001100 | 10001000 | 1000110 | 101100 | 0 | 101111 | 11011010 | 110110 | 100011 |
Color Harmonies of #294C88
Complementary color
Monochromatic Colors of #294C88
Black with #294C88
Text Example
Text Example
White with #294C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294C88; }
p { color: rgb(41,76,136); }
H1.HeaderClassName
{
color: #294C88;
}
.AnyTagClassName
{
color: #294C88;
}
</style>
background-color css
<style>
a { background-color: #294C88; }
a { background-color: rgb(41,76,136); }
div.DivClassName
{
background-color: #294C88;
}
.BgClassName
{
background-color: #294C88;
}
</style>
border-color css
<style>
span { border-color: #294C88; }
span { border-color: rgb(41,76,136); }
td.TdClassName
{
border-color: #294C88;
}
.TagClassName
{
border-color: #294C88;
}
</style>