Shades of Fun Blue #204187
Tints of Fun Blue #204187
RGB
CMYK
RGB Variations
Color information
#204187 (or 0x204187) is known color: Fun Blue. HEX triplet: 20, 41 and 87. RGB value is (32,65,135). Sum of RGB (Red+Green+Blue) = 32+65+135=232 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.79% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 135 (53.12% from 255 or 58.19% from 232); Max value from RGB is 135 - color contains mainly: blue. Hex color #204187 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204187 is #DFBE78. Grayscale: #3E3E3E. Windows color (decimal): -14663289 or 8864032. OLE color: 8864032.
HSL color Cylindrical-coordinate representation of color #204187: hue angle of 220.78º degrees, saturation: 0.62, 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 #204187 is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 65 | 135 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.47 |
| HSL | 220.78º | 0.62% | 0.33% | - |
| HSV(B) | 220.78º | 0.76% | 0.53% | - |
| XYZ | 6.86 | 5.84 | 23.69 | - |
| YUV | 63.11 | 168.57 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 65 | 135 | 0.76 | 0.52 | 0 | 0.47 | 220.78 | 0.62 | 0.33 |
| Hex | 20 | 41 | 87 | 4C | 34 | 0 | 2F | DD | 3E | 21 |
| Octal | 40 | 101 | 207 | 114 | 64 | 0 | 57 | 335 | 76 | 41 |
| Binary | 100000 | 1000001 | 10000111 | 1001100 | 110100 | 0 | 101111 | 11011101 | 111110 | 100001 |
Color Harmonies of #204187
Complementary color
Monochromatic Colors of #204187
Black with #204187
Text Example
Text Example
White with #204187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204187; }
p { color: rgb(32,65,135); }
H1.HeaderClassName
{
color: #204187;
}
.AnyTagClassName
{
color: #204187;
}
</style>
background-color css
<style>
a { background-color: #204187; }
a { background-color: rgb(32,65,135); }
div.DivClassName
{
background-color: #204187;
}
.BgClassName
{
background-color: #204187;
}
</style>
border-color css
<style>
span { border-color: #204187; }
span { border-color: rgb(32,65,135); }
td.TdClassName
{
border-color: #204187;
}
.TagClassName
{
border-color: #204187;
}
</style>