Shades of Fun Blue #203F8A
Tints of Fun Blue #203F8A
RGB
CMYK
RGB Variations
Color information
#203F8A (or 0x203F8A) is known color: Fun Blue. HEX triplet: 20, 3F and 8A. RGB value is (32,63,138). Sum of RGB (Red+Green+Blue) = 32+63+138=233 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.73% from 233); Green value is 63 (25% from 255 or 27.04% from 233); Blue value is 138 (54.30% from 255 or 59.23% from 233); Max value from RGB is 138 - color contains mainly: blue. Hex color #203F8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203F8A is #DFC075. Grayscale: #3D3D3D. Windows color (decimal): -14663798 or 9060128. OLE color: 9060128.
HSL color Cylindrical-coordinate representation of color #203F8A: hue angle of 222.45º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #203F8A is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 32 | 63 | 138 | - |
| CMYK | 0.77 | 0.54 | 0 | 0.46 |
| HSL | 222.45º | 0.62% | 0.33% | - |
| HSV(B) | 222.45º | 0.77% | 0.54% | - |
| XYZ | 6.96 | 5.7 | 24.78 | - |
| YUV | 62.28 | 170.73 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 138 | 0.77 | 0.54 | 0 | 0.46 | 222.45 | 0.62 | 0.33 |
| Hex | 20 | 3F | 8A | 4D | 36 | 0 | 2E | DE | 3E | 21 |
| Octal | 40 | 77 | 212 | 115 | 66 | 0 | 56 | 336 | 76 | 41 |
| Binary | 100000 | 111111 | 10001010 | 1001101 | 110110 | 0 | 101110 | 11011110 | 111110 | 100001 |
Color Harmonies of #203F8A
Complementary color
Monochromatic Colors of #203F8A
Black with #203F8A
Text Example
Text Example
White with #203F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203F8A; }
p { color: rgb(32,63,138); }
H1.HeaderClassName
{
color: #203F8A;
}
.AnyTagClassName
{
color: #203F8A;
}
</style>
background-color css
<style>
a { background-color: #203F8A; }
a { background-color: rgb(32,63,138); }
div.DivClassName
{
background-color: #203F8A;
}
.BgClassName
{
background-color: #203F8A;
}
</style>
border-color css
<style>
span { border-color: #203F8A; }
span { border-color: rgb(32,63,138); }
td.TdClassName
{
border-color: #203F8A;
}
.TagClassName
{
border-color: #203F8A;
}
</style>