Shades of Fun Blue #294C8A
Tints of Fun Blue #294C8A
RGB
CMYK
RGB Variations
Color information
#294C8A (or 0x294C8A) is known color: Fun Blue. HEX triplet: 29, 4C and 8A. RGB value is (41,76,138). Sum of RGB (Red+Green+Blue) = 41+76+138=255 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.08% from 255); Green value is 76 (30.08% from 255 or 29.80% from 255); Blue value is 138 (54.30% from 255 or 54.12% from 255); Max value from RGB is 138 - color contains mainly: blue. Hex color #294C8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294C8A is #D6B375. Grayscale: #484848. Windows color (decimal): -14070646 or 9063465. OLE color: 9063465.
HSL color Cylindrical-coordinate representation of color #294C8A: hue angle of 218.35º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #294C8A is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 41 | 76 | 138 | - |
| CMYK | 0.70 | 0.45 | 0 | 0.46 |
| HSL | 218.35º | 0.54% | 0.35% | - |
| HSV(B) | 218.35º | 0.7% | 0.54% | - |
| XYZ | 8.09 | 7.48 | 25.06 | - |
| YUV | 72.6 | 164.9 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 76 | 138 | 0.70 | 0.45 | 0 | 0.46 | 218.35 | 0.54 | 0.35 |
| Hex | 29 | 4C | 8A | 46 | 2D | 0 | 2E | DA | 36 | 23 |
| Octal | 51 | 114 | 212 | 106 | 55 | 0 | 56 | 332 | 66 | 43 |
| Binary | 101001 | 1001100 | 10001010 | 1000110 | 101101 | 0 | 101110 | 11011010 | 110110 | 100011 |
Color Harmonies of #294C8A
Complementary color
Monochromatic Colors of #294C8A
Black with #294C8A
Text Example
Text Example
White with #294C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294C8A; }
p { color: rgb(41,76,138); }
H1.HeaderClassName
{
color: #294C8A;
}
.AnyTagClassName
{
color: #294C8A;
}
</style>
background-color css
<style>
a { background-color: #294C8A; }
a { background-color: rgb(41,76,138); }
div.DivClassName
{
background-color: #294C8A;
}
.BgClassName
{
background-color: #294C8A;
}
</style>
border-color css
<style>
span { border-color: #294C8A; }
span { border-color: rgb(41,76,138); }
td.TdClassName
{
border-color: #294C8A;
}
.TagClassName
{
border-color: #294C8A;
}
</style>