Shades of Fun Blue #204383
Tints of Fun Blue #204383
RGB
CMYK
RGB Variations
Color information
#204383 (or 0x204383) is known color: Fun Blue. HEX triplet: 20, 43 and 83. RGB value is (32,67,131). Sum of RGB (Red+Green+Blue) = 32+67+131=230 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.91% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 131 (51.56% from 255 or 56.96% from 230); Max value from RGB is 131 - color contains mainly: blue. Hex color #204383 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204383 is #DFBC7C. Grayscale: #3F3F3F. Windows color (decimal): -14662781 or 8602400. OLE color: 8602400.
HSL color Cylindrical-coordinate representation of color #204383: hue angle of 218.79º 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 #204383 is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 67 | 131 | - |
| CMYK | 0.76 | 0.49 | 0 | 0.49 |
| HSL | 218.79º | 0.61% | 0.32% | - |
| HSV(B) | 218.79º | 0.76% | 0.51% | - |
| XYZ | 6.7 | 5.96 | 22.27 | - |
| YUV | 63.83 | 165.9 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 67 | 131 | 0.76 | 0.49 | 0 | 0.49 | 218.79 | 0.61 | 0.32 |
| Hex | 20 | 43 | 83 | 4C | 31 | 0 | 31 | DB | 3D | 20 |
| Octal | 40 | 103 | 203 | 114 | 61 | 0 | 61 | 333 | 75 | 40 |
| Binary | 100000 | 1000011 | 10000011 | 1001100 | 110001 | 0 | 110001 | 11011011 | 111101 | 100000 |
Color Harmonies of #204383
Complementary color
Monochromatic Colors of #204383
Black with #204383
Text Example
Text Example
White with #204383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204383; }
p { color: rgb(32,67,131); }
H1.HeaderClassName
{
color: #204383;
}
.AnyTagClassName
{
color: #204383;
}
</style>
background-color css
<style>
a { background-color: #204383; }
a { background-color: rgb(32,67,131); }
div.DivClassName
{
background-color: #204383;
}
.BgClassName
{
background-color: #204383;
}
</style>
border-color css
<style>
span { border-color: #204383; }
span { border-color: rgb(32,67,131); }
td.TdClassName
{
border-color: #204383;
}
.TagClassName
{
border-color: #204383;
}
</style>