Shades of Fun Blue #29477C
Tints of Fun Blue #29477C
RGB
CMYK
RGB Variations
Color information
#29477C (or 0x29477C) is known color: Fun Blue. HEX triplet: 29, 47 and 7C. RGB value is (41,71,124). Sum of RGB (Red+Green+Blue) = 41+71+124=236 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.37% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 124 (48.83% from 255 or 52.54% from 236); Max value from RGB is 124 - color contains mainly: blue. Hex color #29477C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29477C is #D6B883. Grayscale: #434343. Windows color (decimal): -14071940 or 8144681. OLE color: 8144681.
HSL color Cylindrical-coordinate representation of color #29477C: hue angle of 218.31º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #29477C is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 71 | 124 | - |
| CMYK | 0.67 | 0.43 | 0 | 0.51 |
| HSL | 218.31º | 0.5% | 0.32% | - |
| HSV(B) | 218.31º | 0.67% | 0.49% | - |
| XYZ | 6.81 | 6.43 | 19.95 | - |
| YUV | 68.07 | 159.56 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 71 | 124 | 0.67 | 0.43 | 0 | 0.51 | 218.31 | 0.5 | 0.32 |
| Hex | 29 | 47 | 7C | 43 | 2B | 0 | 33 | DA | 32 | 20 |
| Octal | 51 | 107 | 174 | 103 | 53 | 0 | 63 | 332 | 62 | 40 |
| Binary | 101001 | 1000111 | 1111100 | 1000011 | 101011 | 0 | 110011 | 11011010 | 110010 | 100000 |
Color Harmonies of #29477C
Complementary color
Monochromatic Colors of #29477C
Black with #29477C
Text Example
Text Example
White with #29477C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29477C; }
p { color: rgb(41,71,124); }
H1.HeaderClassName
{
color: #29477C;
}
.AnyTagClassName
{
color: #29477C;
}
</style>
background-color css
<style>
a { background-color: #29477C; }
a { background-color: rgb(41,71,124); }
div.DivClassName
{
background-color: #29477C;
}
.BgClassName
{
background-color: #29477C;
}
</style>
border-color css
<style>
span { border-color: #29477C; }
span { border-color: rgb(41,71,124); }
td.TdClassName
{
border-color: #29477C;
}
.TagClassName
{
border-color: #29477C;
}
</style>