Shades of Fun Blue #294481
Tints of Fun Blue #294481
RGB
CMYK
RGB Variations
Color information
#294481 (or 0x294481) is known color: Fun Blue. HEX triplet: 29, 44 and 81. RGB value is (41,68,129). Sum of RGB (Red+Green+Blue) = 41+68+129=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 129 (50.78% from 255 or 54.20% from 238); Max value from RGB is 129 - color contains mainly: blue. Hex color #294481 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294481 is #D6BB7E. Grayscale: #424242. Windows color (decimal): -14072703 or 8471593. OLE color: 8471593.
HSL color Cylindrical-coordinate representation of color #294481: hue angle of 221.59º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #294481 is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 41 | 68 | 129 | - |
| CMYK | 0.68 | 0.47 | 0 | 0.49 |
| HSL | 221.59º | 0.52% | 0.33% | - |
| HSV(B) | 221.59º | 0.68% | 0.51% | - |
| XYZ | 6.94 | 6.19 | 21.6 | - |
| YUV | 66.88 | 163.05 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 68 | 129 | 0.68 | 0.47 | 0 | 0.49 | 221.59 | 0.52 | 0.33 |
| Hex | 29 | 44 | 81 | 44 | 2F | 0 | 31 | DE | 34 | 21 |
| Octal | 51 | 104 | 201 | 104 | 57 | 0 | 61 | 336 | 64 | 41 |
| Binary | 101001 | 1000100 | 10000001 | 1000100 | 101111 | 0 | 110001 | 11011110 | 110100 | 100001 |
Color Harmonies of #294481
Complementary color
Monochromatic Colors of #294481
Black with #294481
Text Example
Text Example
White with #294481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294481; }
p { color: rgb(41,68,129); }
H1.HeaderClassName
{
color: #294481;
}
.AnyTagClassName
{
color: #294481;
}
</style>
background-color css
<style>
a { background-color: #294481; }
a { background-color: rgb(41,68,129); }
div.DivClassName
{
background-color: #294481;
}
.BgClassName
{
background-color: #294481;
}
</style>
border-color css
<style>
span { border-color: #294481; }
span { border-color: rgb(41,68,129); }
td.TdClassName
{
border-color: #294481;
}
.TagClassName
{
border-color: #294481;
}
</style>