Shades of Fun Blue #203F88
Tints of Fun Blue #203F88
RGB
CMYK
RGB Variations
Color information
#203F88 (or 0x203F88) is known color: Fun Blue. HEX triplet: 20, 3F and 88. RGB value is (32,63,136). Sum of RGB (Red+Green+Blue) = 32+63+136=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 63 (25% from 255 or 27.27% from 231); Blue value is 136 (53.52% from 255 or 58.87% from 231); Max value from RGB is 136 - color contains mainly: blue. Hex color #203F88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203F88 is #DFC077. Grayscale: #3D3D3D. Windows color (decimal): -14663800 or 8929056. OLE color: 8929056.
HSL color Cylindrical-coordinate representation of color #203F88: hue angle of 222.12º 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 #203F88 is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 63 | 136 | - |
| CMYK | 0.76 | 0.54 | 0 | 0.47 |
| HSL | 222.12º | 0.62% | 0.33% | - |
| HSV(B) | 222.12º | 0.76% | 0.53% | - |
| XYZ | 6.82 | 5.64 | 24.02 | - |
| YUV | 62.05 | 169.73 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 136 | 0.76 | 0.54 | 0 | 0.47 | 222.12 | 0.62 | 0.33 |
| Hex | 20 | 3F | 88 | 4C | 36 | 0 | 2F | DE | 3E | 21 |
| Octal | 40 | 77 | 210 | 114 | 66 | 0 | 57 | 336 | 76 | 41 |
| Binary | 100000 | 111111 | 10001000 | 1001100 | 110110 | 0 | 101111 | 11011110 | 111110 | 100001 |
Color Harmonies of #203F88
Complementary color
Monochromatic Colors of #203F88
Black with #203F88
Text Example
Text Example
White with #203F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203F88; }
p { color: rgb(32,63,136); }
H1.HeaderClassName
{
color: #203F88;
}
.AnyTagClassName
{
color: #203F88;
}
</style>
background-color css
<style>
a { background-color: #203F88; }
a { background-color: rgb(32,63,136); }
div.DivClassName
{
background-color: #203F88;
}
.BgClassName
{
background-color: #203F88;
}
</style>
border-color css
<style>
span { border-color: #203F88; }
span { border-color: rgb(32,63,136); }
td.TdClassName
{
border-color: #203F88;
}
.TagClassName
{
border-color: #203F88;
}
</style>