Shades of Fun Blue #204189
Tints of Fun Blue #204189
RGB
CMYK
RGB Variations
Color information
#204189 (or 0x204189) is known color: Fun Blue. HEX triplet: 20, 41 and 89. RGB value is (32,65,137). Sum of RGB (Red+Green+Blue) = 32+65+137=234 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.68% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 137 (53.91% from 255 or 58.55% from 234); Max value from RGB is 137 - color contains mainly: blue. Hex color #204189 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204189 is #DFBE76. Grayscale: #3F3F3F. Windows color (decimal): -14663287 or 8995104. OLE color: 8995104.
HSL color Cylindrical-coordinate representation of color #204189: hue angle of 221.14º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #204189 is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 32 | 65 | 137 | - |
| CMYK | 0.77 | 0.53 | 0 | 0.46 |
| HSL | 221.14º | 0.62% | 0.33% | - |
| HSV(B) | 221.14º | 0.77% | 0.54% | - |
| XYZ | 7 | 5.89 | 24.44 | - |
| YUV | 63.34 | 169.57 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 65 | 137 | 0.77 | 0.53 | 0 | 0.46 | 221.14 | 0.62 | 0.33 |
| Hex | 20 | 41 | 89 | 4D | 35 | 0 | 2E | DD | 3E | 21 |
| Octal | 40 | 101 | 211 | 115 | 65 | 0 | 56 | 335 | 76 | 41 |
| Binary | 100000 | 1000001 | 10001001 | 1001101 | 110101 | 0 | 101110 | 11011101 | 111110 | 100001 |
Color Harmonies of #204189
Complementary color
Monochromatic Colors of #204189
Black with #204189
Text Example
Text Example
White with #204189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204189; }
p { color: rgb(32,65,137); }
H1.HeaderClassName
{
color: #204189;
}
.AnyTagClassName
{
color: #204189;
}
</style>
background-color css
<style>
a { background-color: #204189; }
a { background-color: rgb(32,65,137); }
div.DivClassName
{
background-color: #204189;
}
.BgClassName
{
background-color: #204189;
}
</style>
border-color css
<style>
span { border-color: #204189; }
span { border-color: rgb(32,65,137); }
td.TdClassName
{
border-color: #204189;
}
.TagClassName
{
border-color: #204189;
}
</style>