Shades of Fun Blue #203F86
Tints of Fun Blue #203F86
RGB
CMYK
RGB Variations
Color information
#203F86 (or 0x203F86) is known color: Fun Blue. HEX triplet: 20, 3F and 86. RGB value is (32,63,134). Sum of RGB (Red+Green+Blue) = 32+63+134=229 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.97% from 229); Green value is 63 (25% from 255 or 27.51% from 229); Blue value is 134 (52.73% from 255 or 58.52% from 229); Max value from RGB is 134 - color contains mainly: blue. Hex color #203F86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203F86 is #DFC079. Grayscale: #3D3D3D. Windows color (decimal): -14663802 or 8797984. OLE color: 8797984.
HSL color Cylindrical-coordinate representation of color #203F86: hue angle of 221.76º 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 #203F86 is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 63 | 134 | - |
| CMYK | 0.76 | 0.53 | 0 | 0.47 |
| HSL | 221.76º | 0.61% | 0.33% | - |
| HSV(B) | 221.76º | 0.76% | 0.53% | - |
| XYZ | 6.68 | 5.58 | 23.28 | - |
| YUV | 61.83 | 168.73 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 134 | 0.76 | 0.53 | 0 | 0.47 | 221.76 | 0.61 | 0.33 |
| Hex | 20 | 3F | 86 | 4C | 35 | 0 | 2F | DE | 3D | 21 |
| Octal | 40 | 77 | 206 | 114 | 65 | 0 | 57 | 336 | 75 | 41 |
| Binary | 100000 | 111111 | 10000110 | 1001100 | 110101 | 0 | 101111 | 11011110 | 111101 | 100001 |
Color Harmonies of #203F86
Complementary color
Monochromatic Colors of #203F86
Black with #203F86
Text Example
Text Example
White with #203F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203F86; }
p { color: rgb(32,63,134); }
H1.HeaderClassName
{
color: #203F86;
}
.AnyTagClassName
{
color: #203F86;
}
</style>
background-color css
<style>
a { background-color: #203F86; }
a { background-color: rgb(32,63,134); }
div.DivClassName
{
background-color: #203F86;
}
.BgClassName
{
background-color: #203F86;
}
</style>
border-color css
<style>
span { border-color: #203F86; }
span { border-color: rgb(32,63,134); }
td.TdClassName
{
border-color: #203F86;
}
.TagClassName
{
border-color: #203F86;
}
</style>