Shades of Fun Blue #294587
Tints of Fun Blue #294587
RGB
CMYK
RGB Variations
Color information
#294587 (or 0x294587) is known color: Fun Blue. HEX triplet: 29, 45 and 87. RGB value is (41,69,135). Sum of RGB (Red+Green+Blue) = 41+69+135=245 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.73% from 245); Green value is 69 (27.34% from 255 or 28.16% from 245); Blue value is 135 (53.12% from 255 or 55.10% from 245); Max value from RGB is 135 - color contains mainly: blue. Hex color #294587 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294587 is #D6BA78. Grayscale: #434343. Windows color (decimal): -14072441 or 8865065. OLE color: 8865065.
HSL color Cylindrical-coordinate representation of color #294587: hue angle of 222.13º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #294587 is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 41 | 69 | 135 | - |
| CMYK | 0.70 | 0.49 | 0 | 0.47 |
| HSL | 222.13º | 0.53% | 0.35% | - |
| HSV(B) | 222.13º | 0.7% | 0.53% | - |
| XYZ | 7.42 | 6.48 | 23.78 | - |
| YUV | 68.15 | 165.72 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 69 | 135 | 0.70 | 0.49 | 0 | 0.47 | 222.13 | 0.53 | 0.35 |
| Hex | 29 | 45 | 87 | 46 | 31 | 0 | 2F | DE | 35 | 23 |
| Octal | 51 | 105 | 207 | 106 | 61 | 0 | 57 | 336 | 65 | 43 |
| Binary | 101001 | 1000101 | 10000111 | 1000110 | 110001 | 0 | 101111 | 11011110 | 110101 | 100011 |
Color Harmonies of #294587
Complementary color
Monochromatic Colors of #294587
Black with #294587
Text Example
Text Example
White with #294587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294587; }
p { color: rgb(41,69,135); }
H1.HeaderClassName
{
color: #294587;
}
.AnyTagClassName
{
color: #294587;
}
</style>
background-color css
<style>
a { background-color: #294587; }
a { background-color: rgb(41,69,135); }
div.DivClassName
{
background-color: #294587;
}
.BgClassName
{
background-color: #294587;
}
</style>
border-color css
<style>
span { border-color: #294587; }
span { border-color: rgb(41,69,135); }
td.TdClassName
{
border-color: #294587;
}
.TagClassName
{
border-color: #294587;
}
</style>