Shades of Fun Blue #204185
Tints of Fun Blue #204185
RGB
CMYK
RGB Variations
Color information
#204185 (or 0x204185) is known color: Fun Blue. HEX triplet: 20, 41 and 85. RGB value is (32,65,133). Sum of RGB (Red+Green+Blue) = 32+65+133=230 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.91% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 133 (52.34% from 255 or 57.83% from 230); Max value from RGB is 133 - color contains mainly: blue. Hex color #204185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204185 is #DFBE7A. Grayscale: #3E3E3E. Windows color (decimal): -14663291 or 8732960. OLE color: 8732960.
HSL color Cylindrical-coordinate representation of color #204185: hue angle of 220.4º 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 #204185 is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 65 | 133 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.48 |
| HSL | 220.4º | 0.61% | 0.32% | - |
| HSV(B) | 220.4º | 0.76% | 0.52% | - |
| XYZ | 6.72 | 5.78 | 22.95 | - |
| YUV | 62.89 | 167.57 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 65 | 133 | 0.76 | 0.51 | 0 | 0.48 | 220.4 | 0.61 | 0.32 |
| Hex | 20 | 41 | 85 | 4C | 33 | 0 | 30 | DC | 3D | 20 |
| Octal | 40 | 101 | 205 | 114 | 63 | 0 | 60 | 334 | 75 | 40 |
| Binary | 100000 | 1000001 | 10000101 | 1001100 | 110011 | 0 | 110000 | 11011100 | 111101 | 100000 |
Color Harmonies of #204185
Complementary color
Monochromatic Colors of #204185
Black with #204185
Text Example
Text Example
White with #204185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204185; }
p { color: rgb(32,65,133); }
H1.HeaderClassName
{
color: #204185;
}
.AnyTagClassName
{
color: #204185;
}
</style>
background-color css
<style>
a { background-color: #204185; }
a { background-color: rgb(32,65,133); }
div.DivClassName
{
background-color: #204185;
}
.BgClassName
{
background-color: #204185;
}
</style>
border-color css
<style>
span { border-color: #204185; }
span { border-color: rgb(32,65,133); }
td.TdClassName
{
border-color: #204185;
}
.TagClassName
{
border-color: #204185;
}
</style>