Shades of Fun Blue #29487C
Tints of Fun Blue #29487C
RGB
CMYK
RGB Variations
Color information
#29487C (or 0x29487C) is known color: Fun Blue. HEX triplet: 29, 48 and 7C. RGB value is (41,72,124). Sum of RGB (Red+Green+Blue) = 41+72+124=237 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.30% from 237); Green value is 72 (28.52% from 255 or 30.38% from 237); Blue value is 124 (48.83% from 255 or 52.32% from 237); Max value from RGB is 124 - color contains mainly: blue. Hex color #29487C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29487C is #D6B783. Grayscale: #444444. Windows color (decimal): -14071684 or 8144937. OLE color: 8144937.
HSL color Cylindrical-coordinate representation of color #29487C: hue angle of 217.59º 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 #29487C is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 72 | 124 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.51 |
| HSL | 217.59º | 0.5% | 0.32% | - |
| HSV(B) | 217.59º | 0.67% | 0.49% | - |
| XYZ | 6.87 | 6.56 | 19.97 | - |
| YUV | 68.66 | 159.23 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 72 | 124 | 0.67 | 0.42 | 0 | 0.51 | 217.59 | 0.5 | 0.32 |
| Hex | 29 | 48 | 7C | 43 | 2A | 0 | 33 | DA | 32 | 20 |
| Octal | 51 | 110 | 174 | 103 | 52 | 0 | 63 | 332 | 62 | 40 |
| Binary | 101001 | 1001000 | 1111100 | 1000011 | 101010 | 0 | 110011 | 11011010 | 110010 | 100000 |
Color Harmonies of #29487C
Complementary color
Monochromatic Colors of #29487C
Black with #29487C
Text Example
Text Example
White with #29487C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29487C; }
p { color: rgb(41,72,124); }
H1.HeaderClassName
{
color: #29487C;
}
.AnyTagClassName
{
color: #29487C;
}
</style>
background-color css
<style>
a { background-color: #29487C; }
a { background-color: rgb(41,72,124); }
div.DivClassName
{
background-color: #29487C;
}
.BgClassName
{
background-color: #29487C;
}
</style>
border-color css
<style>
span { border-color: #29487C; }
span { border-color: rgb(41,72,124); }
td.TdClassName
{
border-color: #29487C;
}
.TagClassName
{
border-color: #29487C;
}
</style>