Shades of Fun Blue #204084
Tints of Fun Blue #204084
RGB
CMYK
RGB Variations
Color information
#204084 (or 0x204084) is known color: Fun Blue. HEX triplet: 20, 40 and 84. RGB value is (32,64,132). Sum of RGB (Red+Green+Blue) = 32+64+132=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 64 (25.39% from 255 or 28.07% from 228); Blue value is 132 (51.95% from 255 or 57.89% from 228); Max value from RGB is 132 - color contains mainly: blue. Hex color #204084 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204084 is #DFBF7B. Grayscale: #3D3D3D. Windows color (decimal): -14663548 or 8667168. OLE color: 8667168.
HSL color Cylindrical-coordinate representation of color #204084: hue angle of 220.8º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #204084 is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 64 | 132 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.48 |
| HSL | 220.8º | 0.61% | 0.32% | - |
| HSV(B) | 220.8º | 0.76% | 0.52% | - |
| XYZ | 6.59 | 5.64 | 22.57 | - |
| YUV | 62.18 | 167.4 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 64 | 132 | 0.76 | 0.52 | 0 | 0.48 | 220.8 | 0.61 | 0.32 |
| Hex | 20 | 40 | 84 | 4C | 34 | 0 | 30 | DD | 3D | 20 |
| Octal | 40 | 100 | 204 | 114 | 64 | 0 | 60 | 335 | 75 | 40 |
| Binary | 100000 | 1000000 | 10000100 | 1001100 | 110100 | 0 | 110000 | 11011101 | 111101 | 100000 |
Color Harmonies of #204084
Complementary color
Monochromatic Colors of #204084
Black with #204084
Text Example
Text Example
White with #204084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204084; }
p { color: rgb(32,64,132); }
H1.HeaderClassName
{
color: #204084;
}
.AnyTagClassName
{
color: #204084;
}
</style>
background-color css
<style>
a { background-color: #204084; }
a { background-color: rgb(32,64,132); }
div.DivClassName
{
background-color: #204084;
}
.BgClassName
{
background-color: #204084;
}
</style>
border-color css
<style>
span { border-color: #204084; }
span { border-color: rgb(32,64,132); }
td.TdClassName
{
border-color: #204084;
}
.TagClassName
{
border-color: #204084;
}
</style>