Shades of Fun Blue #294B7F
Tints of Fun Blue #294B7F
RGB
CMYK
RGB Variations
Color information
#294B7F (or 0x294B7F) is known color: Fun Blue. HEX triplet: 29, 4B and 7F. RGB value is (41,75,127). Sum of RGB (Red+Green+Blue) = 41+75+127=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 75 (29.69% from 255 or 30.86% from 243); Blue value is 127 (50% from 255 or 52.26% from 243); Max value from RGB is 127 - color contains mainly: blue. Hex color #294B7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294B7F is #D6B480. Grayscale: #464646. Windows color (decimal): -14070913 or 8342313. OLE color: 8342313.
HSL color Cylindrical-coordinate representation of color #294B7F: hue angle of 216.28º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #294B7F is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 41 | 75 | 127 | - |
| CMYK | 0.68 | 0.41 | 0 | 0.50 |
| HSL | 216.28º | 0.51% | 0.33% | - |
| HSV(B) | 216.28º | 0.68% | 0.5% | - |
| XYZ | 7.26 | 7.04 | 21.05 | - |
| YUV | 70.76 | 159.74 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 75 | 127 | 0.68 | 0.41 | 0 | 0.50 | 216.28 | 0.51 | 0.33 |
| Hex | 29 | 4B | 7F | 44 | 29 | 0 | 32 | D8 | 33 | 21 |
| Octal | 51 | 113 | 177 | 104 | 51 | 0 | 62 | 330 | 63 | 41 |
| Binary | 101001 | 1001011 | 1111111 | 1000100 | 101001 | 0 | 110010 | 11011000 | 110011 | 100001 |
Color Harmonies of #294B7F
Complementary color
Monochromatic Colors of #294B7F
Black with #294B7F
Text Example
Text Example
White with #294B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294B7F; }
p { color: rgb(41,75,127); }
H1.HeaderClassName
{
color: #294B7F;
}
.AnyTagClassName
{
color: #294B7F;
}
</style>
background-color css
<style>
a { background-color: #294B7F; }
a { background-color: rgb(41,75,127); }
div.DivClassName
{
background-color: #294B7F;
}
.BgClassName
{
background-color: #294B7F;
}
</style>
border-color css
<style>
span { border-color: #294B7F; }
span { border-color: rgb(41,75,127); }
td.TdClassName
{
border-color: #294B7F;
}
.TagClassName
{
border-color: #294B7F;
}
</style>