Shades of Fun Blue #294385
Tints of Fun Blue #294385
RGB
CMYK
RGB Variations
Color information
#294385 (or 0x294385) is known color: Fun Blue. HEX triplet: 29, 43 and 85. RGB value is (41,67,133). Sum of RGB (Red+Green+Blue) = 41+67+133=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 133 (52.34% from 255 or 55.19% from 241); Max value from RGB is 133 - color contains mainly: blue. Hex color #294385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294385 is #D6BC7A. Grayscale: #424242. Windows color (decimal): -14072955 or 8733481. OLE color: 8733481.
HSL color Cylindrical-coordinate representation of color #294385: hue angle of 223.04º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #294385 is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 41 | 67 | 133 | - |
| CMYK | 0.69 | 0.50 | 0 | 0.48 |
| HSL | 223.04º | 0.53% | 0.34% | - |
| HSV(B) | 223.04º | 0.69% | 0.52% | - |
| XYZ | 7.16 | 6.18 | 23.01 | - |
| YUV | 66.75 | 165.39 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 67 | 133 | 0.69 | 0.50 | 0 | 0.48 | 223.04 | 0.53 | 0.34 |
| Hex | 29 | 43 | 85 | 45 | 32 | 0 | 30 | DF | 35 | 22 |
| Octal | 51 | 103 | 205 | 105 | 62 | 0 | 60 | 337 | 65 | 42 |
| Binary | 101001 | 1000011 | 10000101 | 1000101 | 110010 | 0 | 110000 | 11011111 | 110101 | 100010 |
Color Harmonies of #294385
Complementary color
Monochromatic Colors of #294385
Black with #294385
Text Example
Text Example
White with #294385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294385; }
p { color: rgb(41,67,133); }
H1.HeaderClassName
{
color: #294385;
}
.AnyTagClassName
{
color: #294385;
}
</style>
background-color css
<style>
a { background-color: #294385; }
a { background-color: rgb(41,67,133); }
div.DivClassName
{
background-color: #294385;
}
.BgClassName
{
background-color: #294385;
}
</style>
border-color css
<style>
span { border-color: #294385; }
span { border-color: rgb(41,67,133); }
td.TdClassName
{
border-color: #294385;
}
.TagClassName
{
border-color: #294385;
}
</style>