Shades of Fun Blue #203E88
Tints of Fun Blue #203E88
RGB
CMYK
RGB Variations
Color information
#203E88 (or 0x203E88) is known color: Fun Blue. HEX triplet: 20, 3E and 88. RGB value is (32,62,136). Sum of RGB (Red+Green+Blue) = 32+62+136=230 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.91% from 230); Green value is 62 (24.61% from 255 or 26.96% from 230); Blue value is 136 (53.52% from 255 or 59.13% from 230); Max value from RGB is 136 - color contains mainly: blue. Hex color #203E88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203E88 is #DFC177. Grayscale: #3D3D3D. Windows color (decimal): -14664056 or 8928800. OLE color: 8928800.
HSL color Cylindrical-coordinate representation of color #203E88: hue angle of 222.69º 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 #203E88 is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 62 | 136 | - |
| CMYK | 0.76 | 0.54 | 0 | 0.47 |
| HSL | 222.69º | 0.62% | 0.33% | - |
| HSV(B) | 222.69º | 0.76% | 0.53% | - |
| XYZ | 6.76 | 5.53 | 24 | - |
| YUV | 61.47 | 170.06 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 62 | 136 | 0.76 | 0.54 | 0 | 0.47 | 222.69 | 0.62 | 0.33 |
| Hex | 20 | 3E | 88 | 4C | 36 | 0 | 2F | DF | 3E | 21 |
| Octal | 40 | 76 | 210 | 114 | 66 | 0 | 57 | 337 | 76 | 41 |
| Binary | 100000 | 111110 | 10001000 | 1001100 | 110110 | 0 | 101111 | 11011111 | 111110 | 100001 |
Color Harmonies of #203E88
Complementary color
Monochromatic Colors of #203E88
Black with #203E88
Text Example
Text Example
White with #203E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203E88; }
p { color: rgb(32,62,136); }
H1.HeaderClassName
{
color: #203E88;
}
.AnyTagClassName
{
color: #203E88;
}
</style>
background-color css
<style>
a { background-color: #203E88; }
a { background-color: rgb(32,62,136); }
div.DivClassName
{
background-color: #203E88;
}
.BgClassName
{
background-color: #203E88;
}
</style>
border-color css
<style>
span { border-color: #203E88; }
span { border-color: rgb(32,62,136); }
td.TdClassName
{
border-color: #203E88;
}
.TagClassName
{
border-color: #203E88;
}
</style>