Shades of Fun Blue #294B8D
Tints of Fun Blue #294B8D
RGB
CMYK
RGB Variations
Color information
#294B8D (or 0x294B8D) is known color: Fun Blue. HEX triplet: 29, 4B and 8D. RGB value is (41,75,141). Sum of RGB (Red+Green+Blue) = 41+75+141=257 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.95% from 257); Green value is 75 (29.69% from 255 or 29.18% from 257); Blue value is 141 (55.47% from 255 or 54.86% from 257); Max value from RGB is 141 - color contains mainly: blue. Hex color #294B8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294B8D is #D6B472. Grayscale: #484848. Windows color (decimal): -14070899 or 9259817. OLE color: 9259817.
HSL color Cylindrical-coordinate representation of color #294B8D: hue angle of 219.6º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #294B8D is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 41 | 75 | 141 | - |
| CMYK | 0.71 | 0.47 | 0 | 0.45 |
| HSL | 219.6º | 0.55% | 0.36% | - |
| HSV(B) | 219.6º | 0.71% | 0.55% | - |
| XYZ | 8.24 | 7.43 | 26.2 | - |
| YUV | 72.36 | 166.74 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 75 | 141 | 0.71 | 0.47 | 0 | 0.45 | 219.6 | 0.55 | 0.36 |
| Hex | 29 | 4B | 8D | 47 | 2F | 0 | 2D | DC | 37 | 24 |
| Octal | 51 | 113 | 215 | 107 | 57 | 0 | 55 | 334 | 67 | 44 |
| Binary | 101001 | 1001011 | 10001101 | 1000111 | 101111 | 0 | 101101 | 11011100 | 110111 | 100100 |
Color Harmonies of #294B8D
Complementary color
Monochromatic Colors of #294B8D
Black with #294B8D
Text Example
Text Example
White with #294B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294B8D; }
p { color: rgb(41,75,141); }
H1.HeaderClassName
{
color: #294B8D;
}
.AnyTagClassName
{
color: #294B8D;
}
</style>
background-color css
<style>
a { background-color: #294B8D; }
a { background-color: rgb(41,75,141); }
div.DivClassName
{
background-color: #294B8D;
}
.BgClassName
{
background-color: #294B8D;
}
</style>
border-color css
<style>
span { border-color: #294B8D; }
span { border-color: rgb(41,75,141); }
td.TdClassName
{
border-color: #294B8D;
}
.TagClassName
{
border-color: #294B8D;
}
</style>