Shades of Fun Blue #204089
Tints of Fun Blue #204089
RGB
CMYK
RGB Variations
Color information
#204089 (or 0x204089) is known color: Fun Blue. HEX triplet: 20, 40 and 89. RGB value is (32,64,137). Sum of RGB (Red+Green+Blue) = 32+64+137=233 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.73% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 137 (53.91% from 255 or 58.80% from 233); Max value from RGB is 137 - color contains mainly: blue. Hex color #204089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204089 is #DFBF76. Grayscale: #3E3E3E. Windows color (decimal): -14663543 or 8994848. OLE color: 8994848.
HSL color Cylindrical-coordinate representation of color #204089: hue angle of 221.71º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #204089 is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 32 | 64 | 137 | - |
| CMYK | 0.77 | 0.53 | 0 | 0.46 |
| HSL | 221.71º | 0.62% | 0.33% | - |
| HSV(B) | 221.71º | 0.77% | 0.54% | - |
| XYZ | 6.94 | 5.78 | 24.42 | - |
| YUV | 62.75 | 169.9 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 64 | 137 | 0.77 | 0.53 | 0 | 0.46 | 221.71 | 0.62 | 0.33 |
| Hex | 20 | 40 | 89 | 4D | 35 | 0 | 2E | DE | 3E | 21 |
| Octal | 40 | 100 | 211 | 115 | 65 | 0 | 56 | 336 | 76 | 41 |
| Binary | 100000 | 1000000 | 10001001 | 1001101 | 110101 | 0 | 101110 | 11011110 | 111110 | 100001 |
Color Harmonies of #204089
Complementary color
Monochromatic Colors of #204089
Black with #204089
Text Example
Text Example
White with #204089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204089; }
p { color: rgb(32,64,137); }
H1.HeaderClassName
{
color: #204089;
}
.AnyTagClassName
{
color: #204089;
}
</style>
background-color css
<style>
a { background-color: #204089; }
a { background-color: rgb(32,64,137); }
div.DivClassName
{
background-color: #204089;
}
.BgClassName
{
background-color: #204089;
}
</style>
border-color css
<style>
span { border-color: #204089; }
span { border-color: rgb(32,64,137); }
td.TdClassName
{
border-color: #204089;
}
.TagClassName
{
border-color: #204089;
}
</style>