Shades of Fun Blue #204385
Tints of Fun Blue #204385
RGB
CMYK
RGB Variations
Color information
#204385 (or 0x204385) is known color: Fun Blue. HEX triplet: 20, 43 and 85. RGB value is (32,67,133). Sum of RGB (Red+Green+Blue) = 32+67+133=232 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.79% from 232); Green value is 67 (26.56% from 255 or 28.88% from 232); Blue value is 133 (52.34% from 255 or 57.33% from 232); Max value from RGB is 133 - color contains mainly: blue. Hex color #204385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204385 is #DFBC7A. Grayscale: #3F3F3F. Windows color (decimal): -14662779 or 8733472. OLE color: 8733472.
HSL color Cylindrical-coordinate representation of color #204385: hue angle of 219.21º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #204385 is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 67 | 133 | - |
| CMYK | 0.76 | 0.50 | 0 | 0.48 |
| HSL | 219.21º | 0.61% | 0.32% | - |
| HSV(B) | 219.21º | 0.76% | 0.52% | - |
| XYZ | 6.84 | 6.01 | 22.99 | - |
| YUV | 64.06 | 166.9 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 67 | 133 | 0.76 | 0.50 | 0 | 0.48 | 219.21 | 0.61 | 0.32 |
| Hex | 20 | 43 | 85 | 4C | 32 | 0 | 30 | DB | 3D | 20 |
| Octal | 40 | 103 | 205 | 114 | 62 | 0 | 60 | 333 | 75 | 40 |
| Binary | 100000 | 1000011 | 10000101 | 1001100 | 110010 | 0 | 110000 | 11011011 | 111101 | 100000 |
Color Harmonies of #204385
Complementary color
Monochromatic Colors of #204385
Black with #204385
Text Example
Text Example
White with #204385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204385; }
p { color: rgb(32,67,133); }
H1.HeaderClassName
{
color: #204385;
}
.AnyTagClassName
{
color: #204385;
}
</style>
background-color css
<style>
a { background-color: #204385; }
a { background-color: rgb(32,67,133); }
div.DivClassName
{
background-color: #204385;
}
.BgClassName
{
background-color: #204385;
}
</style>
border-color css
<style>
span { border-color: #204385; }
span { border-color: rgb(32,67,133); }
td.TdClassName
{
border-color: #204385;
}
.TagClassName
{
border-color: #204385;
}
</style>