Shades of Fun Blue #204683
Tints of Fun Blue #204683
RGB
CMYK
RGB Variations
Color information
#204683 (or 0x204683) is known color: Fun Blue. HEX triplet: 20, 46 and 83. RGB value is (32,70,131). Sum of RGB (Red+Green+Blue) = 32+70+131=233 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.73% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 131 (51.56% from 255 or 56.22% from 233); Max value from RGB is 131 - color contains mainly: blue. Hex color #204683 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204683 is #DFB97C. Grayscale: #414141. Windows color (decimal): -14662013 or 8603168. OLE color: 8603168.
HSL color Cylindrical-coordinate representation of color #204683: hue angle of 216.97º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #204683 is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 70 | 131 | - |
| CMYK | 0.76 | 0.47 | 0 | 0.49 |
| HSL | 216.97º | 0.61% | 0.32% | - |
| HSV(B) | 216.97º | 0.76% | 0.51% | - |
| XYZ | 6.88 | 6.33 | 22.33 | - |
| YUV | 65.59 | 164.91 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 70 | 131 | 0.76 | 0.47 | 0 | 0.49 | 216.97 | 0.61 | 0.32 |
| Hex | 20 | 46 | 83 | 4C | 2F | 0 | 31 | D9 | 3D | 20 |
| Octal | 40 | 106 | 203 | 114 | 57 | 0 | 61 | 331 | 75 | 40 |
| Binary | 100000 | 1000110 | 10000011 | 1001100 | 101111 | 0 | 110001 | 11011001 | 111101 | 100000 |
Color Harmonies of #204683
Complementary color
Monochromatic Colors of #204683
Black with #204683
Text Example
Text Example
White with #204683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204683; }
p { color: rgb(32,70,131); }
H1.HeaderClassName
{
color: #204683;
}
.AnyTagClassName
{
color: #204683;
}
</style>
background-color css
<style>
a { background-color: #204683; }
a { background-color: rgb(32,70,131); }
div.DivClassName
{
background-color: #204683;
}
.BgClassName
{
background-color: #204683;
}
</style>
border-color css
<style>
span { border-color: #204683; }
span { border-color: rgb(32,70,131); }
td.TdClassName
{
border-color: #204683;
}
.TagClassName
{
border-color: #204683;
}
</style>