Shades of Fun Blue #204680
Tints of Fun Blue #204680
RGB
CMYK
RGB Variations
Color information
#204680 (or 0x204680) is known color: Fun Blue. HEX triplet: 20, 46 and 80. RGB value is (32,70,128). Sum of RGB (Red+Green+Blue) = 32+70+128=230 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.91% from 230); Green value is 70 (27.73% from 255 or 30.43% from 230); Blue value is 128 (50.39% from 255 or 55.65% from 230); Max value from RGB is 128 - color contains mainly: blue. Hex color #204680 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204680 is #DFB97F. Grayscale: #404040. Windows color (decimal): -14662016 or 8406560. OLE color: 8406560.
HSL color Cylindrical-coordinate representation of color #204680: hue angle of 216.25º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #204680 is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 70 | 128 | - |
| CMYK | 0.75 | 0.45 | 0 | 0.50 |
| HSL | 216.25º | 0.6% | 0.31% | - |
| HSV(B) | 216.25º | 0.75% | 0.5% | - |
| XYZ | 6.68 | 6.25 | 21.28 | - |
| YUV | 65.25 | 163.41 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 70 | 128 | 0.75 | 0.45 | 0 | 0.50 | 216.25 | 0.6 | 0.31 |
| Hex | 20 | 46 | 80 | 4B | 2D | 0 | 32 | D8 | 3C | 1F |
| Octal | 40 | 106 | 200 | 113 | 55 | 0 | 62 | 330 | 74 | 37 |
| Binary | 100000 | 1000110 | 10000000 | 1001011 | 101101 | 0 | 110010 | 11011000 | 111100 | 11111 |
Color Harmonies of #204680
Complementary color
Monochromatic Colors of #204680
Black with #204680
Text Example
Text Example
White with #204680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204680; }
p { color: rgb(32,70,128); }
H1.HeaderClassName
{
color: #204680;
}
.AnyTagClassName
{
color: #204680;
}
</style>
background-color css
<style>
a { background-color: #204680; }
a { background-color: rgb(32,70,128); }
div.DivClassName
{
background-color: #204680;
}
.BgClassName
{
background-color: #204680;
}
</style>
border-color css
<style>
span { border-color: #204680; }
span { border-color: rgb(32,70,128); }
td.TdClassName
{
border-color: #204680;
}
.TagClassName
{
border-color: #204680;
}
</style>