Shades of Fun Blue #204382
Tints of Fun Blue #204382
RGB
CMYK
RGB Variations
Color information
#204382 (or 0x204382) is known color: Fun Blue. HEX triplet: 20, 43 and 82. RGB value is (32,67,130). Sum of RGB (Red+Green+Blue) = 32+67+130=229 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.97% from 229); Green value is 67 (26.56% from 255 or 29.26% from 229); Blue value is 130 (51.17% from 255 or 56.77% from 229); Max value from RGB is 130 - color contains mainly: blue. Hex color #204382 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204382 is #DFBC7D. Grayscale: #3F3F3F. Windows color (decimal): -14662782 or 8536864. OLE color: 8536864.
HSL color Cylindrical-coordinate representation of color #204382: hue angle of 218.57º 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 #204382 is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 67 | 130 | - |
| CMYK | 0.75 | 0.48 | 0 | 0.49 |
| HSL | 218.57º | 0.6% | 0.32% | - |
| HSV(B) | 218.57º | 0.75% | 0.51% | - |
| XYZ | 6.63 | 5.93 | 21.91 | - |
| YUV | 63.72 | 165.4 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 67 | 130 | 0.75 | 0.48 | 0 | 0.49 | 218.57 | 0.6 | 0.32 |
| Hex | 20 | 43 | 82 | 4B | 30 | 0 | 31 | DB | 3C | 20 |
| Octal | 40 | 103 | 202 | 113 | 60 | 0 | 61 | 333 | 74 | 40 |
| Binary | 100000 | 1000011 | 10000010 | 1001011 | 110000 | 0 | 110001 | 11011011 | 111100 | 100000 |
Color Harmonies of #204382
Complementary color
Monochromatic Colors of #204382
Black with #204382
Text Example
Text Example
White with #204382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204382; }
p { color: rgb(32,67,130); }
H1.HeaderClassName
{
color: #204382;
}
.AnyTagClassName
{
color: #204382;
}
</style>
background-color css
<style>
a { background-color: #204382; }
a { background-color: rgb(32,67,130); }
div.DivClassName
{
background-color: #204382;
}
.BgClassName
{
background-color: #204382;
}
</style>
border-color css
<style>
span { border-color: #204382; }
span { border-color: rgb(32,67,130); }
td.TdClassName
{
border-color: #204382;
}
.TagClassName
{
border-color: #204382;
}
</style>