Shades of Fun Blue #294C89
Tints of Fun Blue #294C89
RGB
CMYK
RGB Variations
Color information
#294C89 (or 0x294C89) is known color: Fun Blue. HEX triplet: 29, 4C and 89. RGB value is (41,76,137). Sum of RGB (Red+Green+Blue) = 41+76+137=254 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.14% from 254); Green value is 76 (30.08% from 255 or 29.92% from 254); Blue value is 137 (53.91% from 255 or 53.94% from 254); Max value from RGB is 137 - color contains mainly: blue. Hex color #294C89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294C89 is #D6B376. Grayscale: #484848. Windows color (decimal): -14070647 or 8997929. OLE color: 8997929.
HSL color Cylindrical-coordinate representation of color #294C89: hue angle of 218.12º 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 #294C89 is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 41 | 76 | 137 | - |
| CMYK | 0.70 | 0.45 | 0 | 0.46 |
| HSL | 218.13º | 0.54% | 0.35% | - |
| HSV(B) | 218.13º | 0.7% | 0.54% | - |
| XYZ | 8.01 | 7.45 | 24.68 | - |
| YUV | 72.49 | 164.4 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 76 | 137 | 0.70 | 0.45 | 0 | 0.46 | 218.13 | 0.54 | 0.35 |
| Hex | 29 | 4C | 89 | 46 | 2D | 0 | 2E | DA | 36 | 23 |
| Octal | 51 | 114 | 211 | 106 | 55 | 0 | 56 | 332 | 66 | 43 |
| Binary | 101001 | 1001100 | 10001001 | 1000110 | 101101 | 0 | 101110 | 11011010 | 110110 | 100011 |
Color Harmonies of #294C89
Complementary color
Monochromatic Colors of #294C89
Black with #294C89
Text Example
Text Example
White with #294C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294C89; }
p { color: rgb(41,76,137); }
H1.HeaderClassName
{
color: #294C89;
}
.AnyTagClassName
{
color: #294C89;
}
</style>
background-color css
<style>
a { background-color: #294C89; }
a { background-color: rgb(41,76,137); }
div.DivClassName
{
background-color: #294C89;
}
.BgClassName
{
background-color: #294C89;
}
</style>
border-color css
<style>
span { border-color: #294C89; }
span { border-color: rgb(41,76,137); }
td.TdClassName
{
border-color: #294C89;
}
.TagClassName
{
border-color: #294C89;
}
</style>