Shades of Fun Blue #204180
Tints of Fun Blue #204180
RGB
CMYK
RGB Variations
Color information
#204180 (or 0x204180) is known color: Fun Blue. HEX triplet: 20, 41 and 80. RGB value is (32,65,128). Sum of RGB (Red+Green+Blue) = 32+65+128=225 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.22% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 128 (50.39% from 255 or 56.89% from 225); Max value from RGB is 128 - color contains mainly: blue. Hex color #204180 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204180 is #DFBE7F. Grayscale: #3E3E3E. Windows color (decimal): -14663296 or 8405280. OLE color: 8405280.
HSL color Cylindrical-coordinate representation of color #204180: hue angle of 219.38º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #204180 is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 65 | 128 | - |
| CMYK | 0.75 | 0.49 | 0 | 0.50 |
| HSL | 219.38º | 0.6% | 0.31% | - |
| HSV(B) | 219.38º | 0.75% | 0.5% | - |
| XYZ | 6.38 | 5.65 | 21.18 | - |
| YUV | 62.32 | 165.07 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 65 | 128 | 0.75 | 0.49 | 0 | 0.50 | 219.38 | 0.6 | 0.31 |
| Hex | 20 | 41 | 80 | 4B | 31 | 0 | 32 | DB | 3C | 1F |
| Octal | 40 | 101 | 200 | 113 | 61 | 0 | 62 | 333 | 74 | 37 |
| Binary | 100000 | 1000001 | 10000000 | 1001011 | 110001 | 0 | 110010 | 11011011 | 111100 | 11111 |
Color Harmonies of #204180
Complementary color
Monochromatic Colors of #204180
Black with #204180
Text Example
Text Example
White with #204180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204180; }
p { color: rgb(32,65,128); }
H1.HeaderClassName
{
color: #204180;
}
.AnyTagClassName
{
color: #204180;
}
</style>
background-color css
<style>
a { background-color: #204180; }
a { background-color: rgb(32,65,128); }
div.DivClassName
{
background-color: #204180;
}
.BgClassName
{
background-color: #204180;
}
</style>
border-color css
<style>
span { border-color: #204180; }
span { border-color: rgb(32,65,128); }
td.TdClassName
{
border-color: #204180;
}
.TagClassName
{
border-color: #204180;
}
</style>