Shades of Fun Blue #204785
Tints of Fun Blue #204785
RGB
CMYK
RGB Variations
Color information
#204785 (or 0x204785) is known color: Fun Blue. HEX triplet: 20, 47 and 85. RGB value is (32,71,133). Sum of RGB (Red+Green+Blue) = 32+71+133=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 133 (52.34% from 255 or 56.36% from 236); Max value from RGB is 133 - color contains mainly: blue. Hex color #204785 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204785 is #DFB87A. Grayscale: #424242. Windows color (decimal): -14661755 or 8734496. OLE color: 8734496.
HSL color Cylindrical-coordinate representation of color #204785: hue angle of 216.83º 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 #204785 is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 71 | 133 | - |
| CMYK | 0.76 | 0.47 | 0 | 0.48 |
| HSL | 216.83º | 0.61% | 0.32% | - |
| HSV(B) | 216.83º | 0.76% | 0.52% | - |
| XYZ | 7.08 | 6.51 | 23.07 | - |
| YUV | 66.41 | 165.58 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 71 | 133 | 0.76 | 0.47 | 0 | 0.48 | 216.83 | 0.61 | 0.32 |
| Hex | 20 | 47 | 85 | 4C | 2F | 0 | 30 | D9 | 3D | 20 |
| Octal | 40 | 107 | 205 | 114 | 57 | 0 | 60 | 331 | 75 | 40 |
| Binary | 100000 | 1000111 | 10000101 | 1001100 | 101111 | 0 | 110000 | 11011001 | 111101 | 100000 |
Color Harmonies of #204785
Complementary color
Monochromatic Colors of #204785
Black with #204785
Text Example
Text Example
White with #204785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204785; }
p { color: rgb(32,71,133); }
H1.HeaderClassName
{
color: #204785;
}
.AnyTagClassName
{
color: #204785;
}
</style>
background-color css
<style>
a { background-color: #204785; }
a { background-color: rgb(32,71,133); }
div.DivClassName
{
background-color: #204785;
}
.BgClassName
{
background-color: #204785;
}
</style>
border-color css
<style>
span { border-color: #204785; }
span { border-color: rgb(32,71,133); }
td.TdClassName
{
border-color: #204785;
}
.TagClassName
{
border-color: #204785;
}
</style>