Shades of Fun Blue #29467B
Tints of Fun Blue #29467B
RGB
CMYK
RGB Variations
Color information
#29467B (or 0x29467B) is known color: Fun Blue. HEX triplet: 29, 46 and 7B. RGB value is (41,70,123). Sum of RGB (Red+Green+Blue) = 41+70+123=234 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.52% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 123 (48.44% from 255 or 52.56% from 234); Max value from RGB is 123 - color contains mainly: blue. Hex color #29467B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29467B is #D6B984. Grayscale: #434343. Windows color (decimal): -14072197 or 8078889. OLE color: 8078889.
HSL color Cylindrical-coordinate representation of color #29467B: hue angle of 218.78º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #29467B is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 41 | 70 | 123 | - |
| CMYK | 0.67 | 0.43 | 0 | 0.52 |
| HSL | 218.78º | 0.5% | 0.32% | - |
| HSV(B) | 218.78º | 0.67% | 0.48% | - |
| XYZ | 6.68 | 6.28 | 19.6 | - |
| YUV | 67.37 | 159.39 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 70 | 123 | 0.67 | 0.43 | 0 | 0.52 | 218.78 | 0.5 | 0.32 |
| Hex | 29 | 46 | 7B | 43 | 2B | 0 | 34 | DB | 32 | 20 |
| Octal | 51 | 106 | 173 | 103 | 53 | 0 | 64 | 333 | 62 | 40 |
| Binary | 101001 | 1000110 | 1111011 | 1000011 | 101011 | 0 | 110100 | 11011011 | 110010 | 100000 |
Color Harmonies of #29467B
Complementary color
Monochromatic Colors of #29467B
Black with #29467B
Text Example
Text Example
White with #29467B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29467B; }
p { color: rgb(41,70,123); }
H1.HeaderClassName
{
color: #29467B;
}
.AnyTagClassName
{
color: #29467B;
}
</style>
background-color css
<style>
a { background-color: #29467B; }
a { background-color: rgb(41,70,123); }
div.DivClassName
{
background-color: #29467B;
}
.BgClassName
{
background-color: #29467B;
}
</style>
border-color css
<style>
span { border-color: #29467B; }
span { border-color: rgb(41,70,123); }
td.TdClassName
{
border-color: #29467B;
}
.TagClassName
{
border-color: #29467B;
}
</style>