Shades of Fun Blue #294582
Tints of Fun Blue #294582
RGB
CMYK
RGB Variations
Color information
#294582 (or 0x294582) is known color: Fun Blue. HEX triplet: 29, 45 and 82. RGB value is (41,69,130). Sum of RGB (Red+Green+Blue) = 41+69+130=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 69 (27.34% from 255 or 28.75% from 240); Blue value is 130 (51.17% from 255 or 54.17% from 240); Max value from RGB is 130 - color contains mainly: blue. Hex color #294582 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294582 is #D6BA7D. Grayscale: #434343. Windows color (decimal): -14072446 or 8537385. OLE color: 8537385.
HSL color Cylindrical-coordinate representation of color #294582: hue angle of 221.12º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #294582 is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 41 | 69 | 130 | - |
| CMYK | 0.68 | 0.47 | 0 | 0.49 |
| HSL | 221.12º | 0.52% | 0.34% | - |
| HSV(B) | 221.12º | 0.68% | 0.51% | - |
| XYZ | 7.07 | 6.34 | 21.97 | - |
| YUV | 67.58 | 163.22 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 69 | 130 | 0.68 | 0.47 | 0 | 0.49 | 221.12 | 0.52 | 0.34 |
| Hex | 29 | 45 | 82 | 44 | 2F | 0 | 31 | DD | 34 | 22 |
| Octal | 51 | 105 | 202 | 104 | 57 | 0 | 61 | 335 | 64 | 42 |
| Binary | 101001 | 1000101 | 10000010 | 1000100 | 101111 | 0 | 110001 | 11011101 | 110100 | 100010 |
Color Harmonies of #294582
Complementary color
Monochromatic Colors of #294582
Black with #294582
Text Example
Text Example
White with #294582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294582; }
p { color: rgb(41,69,130); }
H1.HeaderClassName
{
color: #294582;
}
.AnyTagClassName
{
color: #294582;
}
</style>
background-color css
<style>
a { background-color: #294582; }
a { background-color: rgb(41,69,130); }
div.DivClassName
{
background-color: #294582;
}
.BgClassName
{
background-color: #294582;
}
</style>
border-color css
<style>
span { border-color: #294582; }
span { border-color: rgb(41,69,130); }
td.TdClassName
{
border-color: #294582;
}
.TagClassName
{
border-color: #294582;
}
</style>