Shades of Fun Blue #204186
Tints of Fun Blue #204186
RGB
CMYK
RGB Variations
Color information
#204186 (or 0x204186) is known color: Fun Blue. HEX triplet: 20, 41 and 86. RGB value is (32,65,134). Sum of RGB (Red+Green+Blue) = 32+65+134=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 134 (52.73% from 255 or 58.01% from 231); Max value from RGB is 134 - color contains mainly: blue. Hex color #204186 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204186 is #DFBE79. Grayscale: #3E3E3E. Windows color (decimal): -14663290 or 8798496. OLE color: 8798496.
HSL color Cylindrical-coordinate representation of color #204186: hue angle of 220.59º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #204186 is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 65 | 134 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.47 |
| HSL | 220.59º | 0.61% | 0.33% | - |
| HSV(B) | 220.59º | 0.76% | 0.53% | - |
| XYZ | 6.79 | 5.81 | 23.32 | - |
| YUV | 63 | 168.07 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 65 | 134 | 0.76 | 0.51 | 0 | 0.47 | 220.59 | 0.61 | 0.33 |
| Hex | 20 | 41 | 86 | 4C | 33 | 0 | 2F | DD | 3D | 21 |
| Octal | 40 | 101 | 206 | 114 | 63 | 0 | 57 | 335 | 75 | 41 |
| Binary | 100000 | 1000001 | 10000110 | 1001100 | 110011 | 0 | 101111 | 11011101 | 111101 | 100001 |
Color Harmonies of #204186
Complementary color
Monochromatic Colors of #204186
Black with #204186
Text Example
Text Example
White with #204186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204186; }
p { color: rgb(32,65,134); }
H1.HeaderClassName
{
color: #204186;
}
.AnyTagClassName
{
color: #204186;
}
</style>
background-color css
<style>
a { background-color: #204186; }
a { background-color: rgb(32,65,134); }
div.DivClassName
{
background-color: #204186;
}
.BgClassName
{
background-color: #204186;
}
</style>
border-color css
<style>
span { border-color: #204186; }
span { border-color: rgb(32,65,134); }
td.TdClassName
{
border-color: #204186;
}
.TagClassName
{
border-color: #204186;
}
</style>