Shades of Fun Blue #294977
Tints of Fun Blue #294977
RGB
CMYK
RGB Variations
Color information
#294977 (or 0x294977) is known color: Fun Blue. HEX triplet: 29, 49 and 77. RGB value is (41,73,119). Sum of RGB (Red+Green+Blue) = 41+73+119=233 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.60% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 119 (46.88% from 255 or 51.07% from 233); Max value from RGB is 119 - color contains mainly: blue. Hex color #294977 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294977 is #D6B688. Grayscale: #444444. Windows color (decimal): -14071433 or 7817513. OLE color: 7817513.
HSL color Cylindrical-coordinate representation of color #294977: hue angle of 215.38º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #294977 is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 41 | 73 | 119 | - |
| CMYK | 0.66 | 0.39 | 0 | 0.53 |
| HSL | 215.38º | 0.49% | 0.31% | - |
| HSV(B) | 215.38º | 0.66% | 0.47% | - |
| XYZ | 6.63 | 6.57 | 18.37 | - |
| YUV | 68.68 | 156.4 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 73 | 119 | 0.66 | 0.39 | 0 | 0.53 | 215.38 | 0.49 | 0.31 |
| Hex | 29 | 49 | 77 | 42 | 27 | 0 | 35 | D7 | 31 | 1F |
| Octal | 51 | 111 | 167 | 102 | 47 | 0 | 65 | 327 | 61 | 37 |
| Binary | 101001 | 1001001 | 1110111 | 1000010 | 100111 | 0 | 110101 | 11010111 | 110001 | 11111 |
Color Harmonies of #294977
Complementary color
Monochromatic Colors of #294977
Black with #294977
Text Example
Text Example
White with #294977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294977; }
p { color: rgb(41,73,119); }
H1.HeaderClassName
{
color: #294977;
}
.AnyTagClassName
{
color: #294977;
}
</style>
background-color css
<style>
a { background-color: #294977; }
a { background-color: rgb(41,73,119); }
div.DivClassName
{
background-color: #294977;
}
.BgClassName
{
background-color: #294977;
}
</style>
border-color css
<style>
span { border-color: #294977; }
span { border-color: rgb(41,73,119); }
td.TdClassName
{
border-color: #294977;
}
.TagClassName
{
border-color: #294977;
}
</style>