Shades of Fun Blue #204682
Tints of Fun Blue #204682
RGB
CMYK
RGB Variations
Color information
#204682 (or 0x204682) is known color: Fun Blue. HEX triplet: 20, 46 and 82. RGB value is (32,70,130). Sum of RGB (Red+Green+Blue) = 32+70+130=232 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.79% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 130 (51.17% from 255 or 56.03% from 232); Max value from RGB is 130 - color contains mainly: blue. Hex color #204682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204682 is #DFB97D. Grayscale: #414141. Windows color (decimal): -14662014 or 8537632. OLE color: 8537632.
HSL color Cylindrical-coordinate representation of color #204682: hue angle of 216.73º 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 #204682 is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 70 | 130 | - |
| CMYK | 0.75 | 0.46 | 0 | 0.49 |
| HSL | 216.73º | 0.6% | 0.32% | - |
| HSV(B) | 216.73º | 0.75% | 0.51% | - |
| XYZ | 6.82 | 6.3 | 21.98 | - |
| YUV | 65.48 | 164.41 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 70 | 130 | 0.75 | 0.46 | 0 | 0.49 | 216.73 | 0.6 | 0.32 |
| Hex | 20 | 46 | 82 | 4B | 2E | 0 | 31 | D9 | 3C | 20 |
| Octal | 40 | 106 | 202 | 113 | 56 | 0 | 61 | 331 | 74 | 40 |
| Binary | 100000 | 1000110 | 10000010 | 1001011 | 101110 | 0 | 110001 | 11011001 | 111100 | 100000 |
Color Harmonies of #204682
Complementary color
Monochromatic Colors of #204682
Black with #204682
Text Example
Text Example
White with #204682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204682; }
p { color: rgb(32,70,130); }
H1.HeaderClassName
{
color: #204682;
}
.AnyTagClassName
{
color: #204682;
}
</style>
background-color css
<style>
a { background-color: #204682; }
a { background-color: rgb(32,70,130); }
div.DivClassName
{
background-color: #204682;
}
.BgClassName
{
background-color: #204682;
}
</style>
border-color css
<style>
span { border-color: #204682; }
span { border-color: rgb(32,70,130); }
td.TdClassName
{
border-color: #204682;
}
.TagClassName
{
border-color: #204682;
}
</style>