Shades of Fun Blue #203F87
Tints of Fun Blue #203F87
RGB
CMYK
RGB Variations
Color information
#203F87 (or 0x203F87) is known color: Fun Blue. HEX triplet: 20, 3F and 87. RGB value is (32,63,135). Sum of RGB (Red+Green+Blue) = 32+63+135=230 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.91% from 230); Green value is 63 (25% from 255 or 27.39% from 230); Blue value is 135 (53.12% from 255 or 58.70% from 230); Max value from RGB is 135 - color contains mainly: blue. Hex color #203F87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203F87 is #DFC078. Grayscale: #3D3D3D. Windows color (decimal): -14663801 or 8863520. OLE color: 8863520.
HSL color Cylindrical-coordinate representation of color #203F87: hue angle of 221.94º degrees, saturation: 0.62, 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 #203F87 is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 63 | 135 | - |
| CMYK | 0.76 | 0.53 | 0 | 0.47 |
| HSL | 221.94º | 0.62% | 0.33% | - |
| HSV(B) | 221.94º | 0.76% | 0.53% | - |
| XYZ | 6.75 | 5.61 | 23.65 | - |
| YUV | 61.94 | 169.23 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 135 | 0.76 | 0.53 | 0 | 0.47 | 221.94 | 0.62 | 0.33 |
| Hex | 20 | 3F | 87 | 4C | 35 | 0 | 2F | DE | 3E | 21 |
| Octal | 40 | 77 | 207 | 114 | 65 | 0 | 57 | 336 | 76 | 41 |
| Binary | 100000 | 111111 | 10000111 | 1001100 | 110101 | 0 | 101111 | 11011110 | 111110 | 100001 |
Color Harmonies of #203F87
Complementary color
Monochromatic Colors of #203F87
Black with #203F87
Text Example
Text Example
White with #203F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203F87; }
p { color: rgb(32,63,135); }
H1.HeaderClassName
{
color: #203F87;
}
.AnyTagClassName
{
color: #203F87;
}
</style>
background-color css
<style>
a { background-color: #203F87; }
a { background-color: rgb(32,63,135); }
div.DivClassName
{
background-color: #203F87;
}
.BgClassName
{
background-color: #203F87;
}
</style>
border-color css
<style>
span { border-color: #203F87; }
span { border-color: rgb(32,63,135); }
td.TdClassName
{
border-color: #203F87;
}
.TagClassName
{
border-color: #203F87;
}
</style>