Shades of Fun Blue #204182
Tints of Fun Blue #204182
RGB
CMYK
RGB Variations
Color information
#204182 (or 0x204182) is known color: Fun Blue. HEX triplet: 20, 41 and 82. RGB value is (32,65,130). Sum of RGB (Red+Green+Blue) = 32+65+130=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 130 (51.17% from 255 or 57.27% from 227); Max value from RGB is 130 - color contains mainly: blue. Hex color #204182 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204182 is #DFBE7D. Grayscale: #3E3E3E. Windows color (decimal): -14663294 or 8536352. OLE color: 8536352.
HSL color Cylindrical-coordinate representation of color #204182: hue angle of 219.8º 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 #204182 is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 65 | 130 | - |
| CMYK | 0.75 | 0.50 | 0 | 0.49 |
| HSL | 219.8º | 0.6% | 0.32% | - |
| HSV(B) | 219.8º | 0.75% | 0.51% | - |
| XYZ | 6.52 | 5.7 | 21.88 | - |
| YUV | 62.54 | 166.07 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 65 | 130 | 0.75 | 0.50 | 0 | 0.49 | 219.8 | 0.6 | 0.32 |
| Hex | 20 | 41 | 82 | 4B | 32 | 0 | 31 | DC | 3C | 20 |
| Octal | 40 | 101 | 202 | 113 | 62 | 0 | 61 | 334 | 74 | 40 |
| Binary | 100000 | 1000001 | 10000010 | 1001011 | 110010 | 0 | 110001 | 11011100 | 111100 | 100000 |
Color Harmonies of #204182
Complementary color
Monochromatic Colors of #204182
Black with #204182
Text Example
Text Example
White with #204182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204182; }
p { color: rgb(32,65,130); }
H1.HeaderClassName
{
color: #204182;
}
.AnyTagClassName
{
color: #204182;
}
</style>
background-color css
<style>
a { background-color: #204182; }
a { background-color: rgb(32,65,130); }
div.DivClassName
{
background-color: #204182;
}
.BgClassName
{
background-color: #204182;
}
</style>
border-color css
<style>
span { border-color: #204182; }
span { border-color: rgb(32,65,130); }
td.TdClassName
{
border-color: #204182;
}
.TagClassName
{
border-color: #204182;
}
</style>