Shades of Fun Blue #294C7E
Tints of Fun Blue #294C7E
RGB
CMYK
RGB Variations
Color information
#294C7E (or 0x294C7E) is known color: Fun Blue. HEX triplet: 29, 4C and 7E. RGB value is (41,76,126). Sum of RGB (Red+Green+Blue) = 41+76+126=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 126 (49.61% from 255 or 51.85% from 243); Max value from RGB is 126 - color contains mainly: blue. Hex color #294C7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294C7E is #D6B381. Grayscale: #474747. Windows color (decimal): -14070658 or 8277033. OLE color: 8277033.
HSL color Cylindrical-coordinate representation of color #294C7E: hue angle of 215.29º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #294C7E is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 76 | 126 | - |
| CMYK | 0.67 | 0.40 | 0 | 0.51 |
| HSL | 215.29º | 0.51% | 0.33% | - |
| HSV(B) | 215.29º | 0.67% | 0.49% | - |
| XYZ | 7.26 | 7.15 | 20.74 | - |
| YUV | 71.24 | 158.9 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 76 | 126 | 0.67 | 0.40 | 0 | 0.51 | 215.29 | 0.51 | 0.33 |
| Hex | 29 | 4C | 7E | 43 | 28 | 0 | 33 | D7 | 33 | 21 |
| Octal | 51 | 114 | 176 | 103 | 50 | 0 | 63 | 327 | 63 | 41 |
| Binary | 101001 | 1001100 | 1111110 | 1000011 | 101000 | 0 | 110011 | 11010111 | 110011 | 100001 |
Color Harmonies of #294C7E
Complementary color
Monochromatic Colors of #294C7E
Black with #294C7E
Text Example
Text Example
White with #294C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294C7E; }
p { color: rgb(41,76,126); }
H1.HeaderClassName
{
color: #294C7E;
}
.AnyTagClassName
{
color: #294C7E;
}
</style>
background-color css
<style>
a { background-color: #294C7E; }
a { background-color: rgb(41,76,126); }
div.DivClassName
{
background-color: #294C7E;
}
.BgClassName
{
background-color: #294C7E;
}
</style>
border-color css
<style>
span { border-color: #294C7E; }
span { border-color: rgb(41,76,126); }
td.TdClassName
{
border-color: #294C7E;
}
.TagClassName
{
border-color: #294C7E;
}
</style>