Shades of Fun Blue #294B7B
Tints of Fun Blue #294B7B
RGB
CMYK
RGB Variations
Color information
#294B7B (or 0x294B7B) is known color: Fun Blue. HEX triplet: 29, 4B and 7B. RGB value is (41,75,123). Sum of RGB (Red+Green+Blue) = 41+75+123=239 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.15% from 239); Green value is 75 (29.69% from 255 or 31.38% from 239); Blue value is 123 (48.44% from 255 or 51.46% from 239); Max value from RGB is 123 - color contains mainly: blue. Hex color #294B7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294B7B is #D6B484. Grayscale: #464646. Windows color (decimal): -14070917 or 8080169. OLE color: 8080169.
HSL color Cylindrical-coordinate representation of color #294B7B: hue angle of 215.12º 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 #294B7B is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 41 | 75 | 123 | - |
| CMYK | 0.67 | 0.39 | 0 | 0.52 |
| HSL | 215.12º | 0.5% | 0.32% | - |
| HSV(B) | 215.12º | 0.67% | 0.48% | - |
| XYZ | 7.01 | 6.93 | 19.71 | - |
| YUV | 70.31 | 157.74 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 75 | 123 | 0.67 | 0.39 | 0 | 0.52 | 215.12 | 0.5 | 0.32 |
| Hex | 29 | 4B | 7B | 43 | 27 | 0 | 34 | D7 | 32 | 20 |
| Octal | 51 | 113 | 173 | 103 | 47 | 0 | 64 | 327 | 62 | 40 |
| Binary | 101001 | 1001011 | 1111011 | 1000011 | 100111 | 0 | 110100 | 11010111 | 110010 | 100000 |
Color Harmonies of #294B7B
Complementary color
Monochromatic Colors of #294B7B
Black with #294B7B
Text Example
Text Example
White with #294B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294B7B; }
p { color: rgb(41,75,123); }
H1.HeaderClassName
{
color: #294B7B;
}
.AnyTagClassName
{
color: #294B7B;
}
</style>
background-color css
<style>
a { background-color: #294B7B; }
a { background-color: rgb(41,75,123); }
div.DivClassName
{
background-color: #294B7B;
}
.BgClassName
{
background-color: #294B7B;
}
</style>
border-color css
<style>
span { border-color: #294B7B; }
span { border-color: rgb(41,75,123); }
td.TdClassName
{
border-color: #294B7B;
}
.TagClassName
{
border-color: #294B7B;
}
</style>