Shades of Fun Blue #204386
Tints of Fun Blue #204386
RGB
CMYK
RGB Variations
Color information
#204386 (or 0x204386) is known color: Fun Blue. HEX triplet: 20, 43 and 86. RGB value is (32,67,134). Sum of RGB (Red+Green+Blue) = 32+67+134=233 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.73% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 134 (52.73% from 255 or 57.51% from 233); Max value from RGB is 134 - color contains mainly: blue. Hex color #204386 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204386 is #DFBC79. Grayscale: #3F3F3F. Windows color (decimal): -14662778 or 8799008. OLE color: 8799008.
HSL color Cylindrical-coordinate representation of color #204386: hue angle of 219.41º degrees, saturation: 0.61, 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 #204386 is Cyan = 0.76, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 67 | 134 | - |
| CMYK | 0.76 | 0.5 | 0 | 0.47 |
| HSL | 219.41º | 0.61% | 0.33% | - |
| HSV(B) | 219.41º | 0.76% | 0.53% | - |
| XYZ | 6.91 | 6.04 | 23.36 | - |
| YUV | 64.17 | 167.4 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 67 | 134 | 0.76 | 0.5 | 0 | 0.47 | 219.41 | 0.61 | 0.33 |
| Hex | 20 | 43 | 86 | 4C | 32 | 0 | 2F | DB | 3D | 21 |
| Octal | 40 | 103 | 206 | 114 | 62 | 0 | 57 | 333 | 75 | 41 |
| Binary | 100000 | 1000011 | 10000110 | 1001100 | 110010 | 0 | 101111 | 11011011 | 111101 | 100001 |
Color Harmonies of #204386
Complementary color
Monochromatic Colors of #204386
Black with #204386
Text Example
Text Example
White with #204386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204386; }
p { color: rgb(32,67,134); }
H1.HeaderClassName
{
color: #204386;
}
.AnyTagClassName
{
color: #204386;
}
</style>
background-color css
<style>
a { background-color: #204386; }
a { background-color: rgb(32,67,134); }
div.DivClassName
{
background-color: #204386;
}
.BgClassName
{
background-color: #204386;
}
</style>
border-color css
<style>
span { border-color: #204386; }
span { border-color: rgb(32,67,134); }
td.TdClassName
{
border-color: #204386;
}
.TagClassName
{
border-color: #204386;
}
</style>