Shades of Fun Blue #204282
Tints of Fun Blue #204282
RGB
CMYK
RGB Variations
Color information
#204282 (or 0x204282) is known color: Fun Blue. HEX triplet: 20, 42 and 82. RGB value is (32,66,130). Sum of RGB (Red+Green+Blue) = 32+66+130=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 130 (51.17% from 255 or 57.02% from 228); Max value from RGB is 130 - color contains mainly: blue. Hex color #204282 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204282 is #DFBD7D. Grayscale: #3E3E3E. Windows color (decimal): -14663038 or 8536608. OLE color: 8536608.
HSL color Cylindrical-coordinate representation of color #204282: hue angle of 219.18º 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 #204282 is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 66 | 130 | - |
| CMYK | 0.75 | 0.49 | 0 | 0.49 |
| HSL | 219.18º | 0.6% | 0.32% | - |
| HSV(B) | 219.18º | 0.75% | 0.51% | - |
| XYZ | 6.57 | 5.82 | 21.9 | - |
| YUV | 63.13 | 165.74 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 66 | 130 | 0.75 | 0.49 | 0 | 0.49 | 219.18 | 0.6 | 0.32 |
| Hex | 20 | 42 | 82 | 4B | 31 | 0 | 31 | DB | 3C | 20 |
| Octal | 40 | 102 | 202 | 113 | 61 | 0 | 61 | 333 | 74 | 40 |
| Binary | 100000 | 1000010 | 10000010 | 1001011 | 110001 | 0 | 110001 | 11011011 | 111100 | 100000 |
Color Harmonies of #204282
Complementary color
Monochromatic Colors of #204282
Black with #204282
Text Example
Text Example
White with #204282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204282; }
p { color: rgb(32,66,130); }
H1.HeaderClassName
{
color: #204282;
}
.AnyTagClassName
{
color: #204282;
}
</style>
background-color css
<style>
a { background-color: #204282; }
a { background-color: rgb(32,66,130); }
div.DivClassName
{
background-color: #204282;
}
.BgClassName
{
background-color: #204282;
}
</style>
border-color css
<style>
span { border-color: #204282; }
span { border-color: rgb(32,66,130); }
td.TdClassName
{
border-color: #204282;
}
.TagClassName
{
border-color: #204282;
}
</style>