Shades of Fun Blue #204982
Tints of Fun Blue #204982
RGB
CMYK
RGB Variations
Color information
#204982 (or 0x204982) is known color: Fun Blue. HEX triplet: 20, 49 and 82. RGB value is (32,73,130). Sum of RGB (Red+Green+Blue) = 32+73+130=235 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.62% from 235); Green value is 73 (28.91% from 255 or 31.06% from 235); Blue value is 130 (51.17% from 255 or 55.32% from 235); Max value from RGB is 130 - color contains mainly: blue. Hex color #204982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204982 is #DFB67D. Grayscale: #424242. Windows color (decimal): -14661246 or 8538400. OLE color: 8538400.
HSL color Cylindrical-coordinate representation of color #204982: hue angle of 214.9º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #204982 is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 73 | 130 | - |
| CMYK | 0.75 | 0.44 | 0 | 0.49 |
| HSL | 214.9º | 0.6% | 0.32% | - |
| HSV(B) | 214.9º | 0.75% | 0.51% | - |
| XYZ | 7.01 | 6.68 | 22.04 | - |
| YUV | 67.24 | 163.42 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 73 | 130 | 0.75 | 0.44 | 0 | 0.49 | 214.9 | 0.6 | 0.32 |
| Hex | 20 | 49 | 82 | 4B | 2C | 0 | 31 | D7 | 3C | 20 |
| Octal | 40 | 111 | 202 | 113 | 54 | 0 | 61 | 327 | 74 | 40 |
| Binary | 100000 | 1001001 | 10000010 | 1001011 | 101100 | 0 | 110001 | 11010111 | 111100 | 100000 |
Color Harmonies of #204982
Complementary color
Monochromatic Colors of #204982
Black with #204982
Text Example
Text Example
White with #204982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204982; }
p { color: rgb(32,73,130); }
H1.HeaderClassName
{
color: #204982;
}
.AnyTagClassName
{
color: #204982;
}
</style>
background-color css
<style>
a { background-color: #204982; }
a { background-color: rgb(32,73,130); }
div.DivClassName
{
background-color: #204982;
}
.BgClassName
{
background-color: #204982;
}
</style>
border-color css
<style>
span { border-color: #204982; }
span { border-color: rgb(32,73,130); }
td.TdClassName
{
border-color: #204982;
}
.TagClassName
{
border-color: #204982;
}
</style>