Shades of Fun Blue #20418B
Tints of Fun Blue #20418B
RGB
CMYK
RGB Variations
Color information
#20418B (or 0x20418B) is known color: Fun Blue. HEX triplet: 20, 41 and 8B. RGB value is (32,65,139). Sum of RGB (Red+Green+Blue) = 32+65+139=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 139 (54.69% from 255 or 58.90% from 236); Max value from RGB is 139 - color contains mainly: blue. Hex color #20418B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20418B is #DFBE74. Grayscale: #3F3F3F. Windows color (decimal): -14663285 or 9126176. OLE color: 9126176.
HSL color Cylindrical-coordinate representation of color #20418B: hue angle of 221.5º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20418B is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 65 | 139 | - |
| CMYK | 0.77 | 0.53 | 0 | 0.45 |
| HSL | 221.5º | 0.63% | 0.34% | - |
| HSV(B) | 221.5º | 0.77% | 0.55% | - |
| XYZ | 7.15 | 5.95 | 25.2 | - |
| YUV | 63.57 | 170.57 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 65 | 139 | 0.77 | 0.53 | 0 | 0.45 | 221.5 | 0.63 | 0.34 |
| Hex | 20 | 41 | 8B | 4D | 35 | 0 | 2D | DD | 3F | 22 |
| Octal | 40 | 101 | 213 | 115 | 65 | 0 | 55 | 335 | 77 | 42 |
| Binary | 100000 | 1000001 | 10001011 | 1001101 | 110101 | 0 | 101101 | 11011101 | 111111 | 100010 |
Color Harmonies of #20418B
Complementary color
Monochromatic Colors of #20418B
Black with #20418B
Text Example
Text Example
White with #20418B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20418B; }
p { color: rgb(32,65,139); }
H1.HeaderClassName
{
color: #20418B;
}
.AnyTagClassName
{
color: #20418B;
}
</style>
background-color css
<style>
a { background-color: #20418B; }
a { background-color: rgb(32,65,139); }
div.DivClassName
{
background-color: #20418B;
}
.BgClassName
{
background-color: #20418B;
}
</style>
border-color css
<style>
span { border-color: #20418B; }
span { border-color: rgb(32,65,139); }
td.TdClassName
{
border-color: #20418B;
}
.TagClassName
{
border-color: #20418B;
}
</style>