Shades of Fun Blue #204086
Tints of Fun Blue #204086
RGB
CMYK
RGB Variations
Color information
#204086 (or 0x204086) is known color: Fun Blue. HEX triplet: 20, 40 and 86. RGB value is (32,64,134). Sum of RGB (Red+Green+Blue) = 32+64+134=230 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.91% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 134 (52.73% from 255 or 58.26% from 230); Max value from RGB is 134 - color contains mainly: blue. Hex color #204086 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204086 is #DFBF79. Grayscale: #3E3E3E. Windows color (decimal): -14663546 or 8798240. OLE color: 8798240.
HSL color Cylindrical-coordinate representation of color #204086: hue angle of 221.18º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #204086 is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 64 | 134 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.47 |
| HSL | 221.18º | 0.61% | 0.33% | - |
| HSV(B) | 221.18º | 0.76% | 0.53% | - |
| XYZ | 6.73 | 5.7 | 23.3 | - |
| YUV | 62.41 | 168.4 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 64 | 134 | 0.76 | 0.52 | 0 | 0.47 | 221.18 | 0.61 | 0.33 |
| Hex | 20 | 40 | 86 | 4C | 34 | 0 | 2F | DD | 3D | 21 |
| Octal | 40 | 100 | 206 | 114 | 64 | 0 | 57 | 335 | 75 | 41 |
| Binary | 100000 | 1000000 | 10000110 | 1001100 | 110100 | 0 | 101111 | 11011101 | 111101 | 100001 |
Color Harmonies of #204086
Complementary color
Monochromatic Colors of #204086
Black with #204086
Text Example
Text Example
White with #204086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204086; }
p { color: rgb(32,64,134); }
H1.HeaderClassName
{
color: #204086;
}
.AnyTagClassName
{
color: #204086;
}
</style>
background-color css
<style>
a { background-color: #204086; }
a { background-color: rgb(32,64,134); }
div.DivClassName
{
background-color: #204086;
}
.BgClassName
{
background-color: #204086;
}
</style>
border-color css
<style>
span { border-color: #204086; }
span { border-color: rgb(32,64,134); }
td.TdClassName
{
border-color: #204086;
}
.TagClassName
{
border-color: #204086;
}
</style>