Shades of Fun Blue #204581
Tints of Fun Blue #204581
RGB
CMYK
RGB Variations
Color information
#204581 (or 0x204581) is known color: Fun Blue. HEX triplet: 20, 45 and 81. RGB value is (32,69,129). Sum of RGB (Red+Green+Blue) = 32+69+129=230 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.91% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 129 (50.78% from 255 or 56.09% from 230); Max value from RGB is 129 - color contains mainly: blue. Hex color #204581 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204581 is #DFBA7E. Grayscale: #404040. Windows color (decimal): -14662271 or 8471840. OLE color: 8471840.
HSL color Cylindrical-coordinate representation of color #204581: hue angle of 217.11º 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 #204581 is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 69 | 129 | - |
| CMYK | 0.75 | 0.47 | 0 | 0.49 |
| HSL | 217.11º | 0.6% | 0.32% | - |
| HSV(B) | 217.11º | 0.75% | 0.51% | - |
| XYZ | 6.69 | 6.15 | 21.6 | - |
| YUV | 64.78 | 164.24 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 69 | 129 | 0.75 | 0.47 | 0 | 0.49 | 217.11 | 0.6 | 0.32 |
| Hex | 20 | 45 | 81 | 4B | 2F | 0 | 31 | D9 | 3C | 20 |
| Octal | 40 | 105 | 201 | 113 | 57 | 0 | 61 | 331 | 74 | 40 |
| Binary | 100000 | 1000101 | 10000001 | 1001011 | 101111 | 0 | 110001 | 11011001 | 111100 | 100000 |
Color Harmonies of #204581
Complementary color
Monochromatic Colors of #204581
Black with #204581
Text Example
Text Example
White with #204581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204581; }
p { color: rgb(32,69,129); }
H1.HeaderClassName
{
color: #204581;
}
.AnyTagClassName
{
color: #204581;
}
</style>
background-color css
<style>
a { background-color: #204581; }
a { background-color: rgb(32,69,129); }
div.DivClassName
{
background-color: #204581;
}
.BgClassName
{
background-color: #204581;
}
</style>
border-color css
<style>
span { border-color: #204581; }
span { border-color: rgb(32,69,129); }
td.TdClassName
{
border-color: #204581;
}
.TagClassName
{
border-color: #204581;
}
</style>