Shades of Fun Blue #204587
Tints of Fun Blue #204587
RGB
CMYK
RGB Variations
Color information
#204587 (or 0x204587) is known color: Fun Blue. HEX triplet: 20, 45 and 87. RGB value is (32,69,135). Sum of RGB (Red+Green+Blue) = 32+69+135=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 135 (53.12% from 255 or 57.20% from 236); Max value from RGB is 135 - color contains mainly: blue. Hex color #204587 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204587 is #DFBA78. Grayscale: #414141. Windows color (decimal): -14662265 or 8865056. OLE color: 8865056.
HSL color Cylindrical-coordinate representation of color #204587: hue angle of 218.45º 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 #204587 is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 69 | 135 | - |
| CMYK | 0.76 | 0.49 | 0 | 0.47 |
| HSL | 218.45º | 0.62% | 0.33% | - |
| HSV(B) | 218.45º | 0.76% | 0.53% | - |
| XYZ | 7.1 | 6.31 | 23.77 | - |
| YUV | 65.46 | 167.24 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 69 | 135 | 0.76 | 0.49 | 0 | 0.47 | 218.45 | 0.62 | 0.33 |
| Hex | 20 | 45 | 87 | 4C | 31 | 0 | 2F | DA | 3E | 21 |
| Octal | 40 | 105 | 207 | 114 | 61 | 0 | 57 | 332 | 76 | 41 |
| Binary | 100000 | 1000101 | 10000111 | 1001100 | 110001 | 0 | 101111 | 11011010 | 111110 | 100001 |
Color Harmonies of #204587
Complementary color
Monochromatic Colors of #204587
Black with #204587
Text Example
Text Example
White with #204587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204587; }
p { color: rgb(32,69,135); }
H1.HeaderClassName
{
color: #204587;
}
.AnyTagClassName
{
color: #204587;
}
</style>
background-color css
<style>
a { background-color: #204587; }
a { background-color: rgb(32,69,135); }
div.DivClassName
{
background-color: #204587;
}
.BgClassName
{
background-color: #204587;
}
</style>
border-color css
<style>
span { border-color: #204587; }
span { border-color: rgb(32,69,135); }
td.TdClassName
{
border-color: #204587;
}
.TagClassName
{
border-color: #204587;
}
</style>