Shades of Fun Blue #204285
Tints of Fun Blue #204285
RGB
CMYK
RGB Variations
Color information
#204285 (or 0x204285) is known color: Fun Blue. HEX triplet: 20, 42 and 85. RGB value is (32,66,133). Sum of RGB (Red+Green+Blue) = 32+66+133=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 133 (52.34% from 255 or 57.58% from 231); Max value from RGB is 133 - color contains mainly: blue. Hex color #204285 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204285 is #DFBD7A. Grayscale: #3F3F3F. Windows color (decimal): -14663035 or 8733216. OLE color: 8733216.
HSL color Cylindrical-coordinate representation of color #204285: hue angle of 219.8º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #204285 is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 66 | 133 | - |
| CMYK | 0.76 | 0.50 | 0 | 0.48 |
| HSL | 219.8º | 0.61% | 0.32% | - |
| HSV(B) | 219.8º | 0.76% | 0.52% | - |
| XYZ | 6.78 | 5.9 | 22.97 | - |
| YUV | 63.47 | 167.24 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 66 | 133 | 0.76 | 0.50 | 0 | 0.48 | 219.8 | 0.61 | 0.32 |
| Hex | 20 | 42 | 85 | 4C | 32 | 0 | 30 | DC | 3D | 20 |
| Octal | 40 | 102 | 205 | 114 | 62 | 0 | 60 | 334 | 75 | 40 |
| Binary | 100000 | 1000010 | 10000101 | 1001100 | 110010 | 0 | 110000 | 11011100 | 111101 | 100000 |
Color Harmonies of #204285
Complementary color
Monochromatic Colors of #204285
Black with #204285
Text Example
Text Example
White with #204285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204285; }
p { color: rgb(32,66,133); }
H1.HeaderClassName
{
color: #204285;
}
.AnyTagClassName
{
color: #204285;
}
</style>
background-color css
<style>
a { background-color: #204285; }
a { background-color: rgb(32,66,133); }
div.DivClassName
{
background-color: #204285;
}
.BgClassName
{
background-color: #204285;
}
</style>
border-color css
<style>
span { border-color: #204285; }
span { border-color: rgb(32,66,133); }
td.TdClassName
{
border-color: #204285;
}
.TagClassName
{
border-color: #204285;
}
</style>