Shades of Fun Blue #204380
Tints of Fun Blue #204380
RGB
CMYK
RGB Variations
Color information
#204380 (or 0x204380) is known color: Fun Blue. HEX triplet: 20, 43 and 80. RGB value is (32,67,128). Sum of RGB (Red+Green+Blue) = 32+67+128=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 67 (26.56% from 255 or 29.52% from 227); Blue value is 128 (50.39% from 255 or 56.39% from 227); Max value from RGB is 128 - color contains mainly: blue. Hex color #204380 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204380 is #DFBC7F. Grayscale: #3F3F3F. Windows color (decimal): -14662784 or 8405792. OLE color: 8405792.
HSL color Cylindrical-coordinate representation of color #204380: hue angle of 218.12º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #204380 is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 67 | 128 | - |
| CMYK | 0.75 | 0.48 | 0 | 0.50 |
| HSL | 218.13º | 0.6% | 0.31% | - |
| HSV(B) | 218.13º | 0.75% | 0.5% | - |
| XYZ | 6.5 | 5.88 | 21.21 | - |
| YUV | 63.49 | 164.4 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 67 | 128 | 0.75 | 0.48 | 0 | 0.50 | 218.13 | 0.6 | 0.31 |
| Hex | 20 | 43 | 80 | 4B | 30 | 0 | 32 | DA | 3C | 1F |
| Octal | 40 | 103 | 200 | 113 | 60 | 0 | 62 | 332 | 74 | 37 |
| Binary | 100000 | 1000011 | 10000000 | 1001011 | 110000 | 0 | 110010 | 11011010 | 111100 | 11111 |
Color Harmonies of #204380
Complementary color
Monochromatic Colors of #204380
Black with #204380
Text Example
Text Example
White with #204380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204380; }
p { color: rgb(32,67,128); }
H1.HeaderClassName
{
color: #204380;
}
.AnyTagClassName
{
color: #204380;
}
</style>
background-color css
<style>
a { background-color: #204380; }
a { background-color: rgb(32,67,128); }
div.DivClassName
{
background-color: #204380;
}
.BgClassName
{
background-color: #204380;
}
</style>
border-color css
<style>
span { border-color: #204380; }
span { border-color: rgb(32,67,128); }
td.TdClassName
{
border-color: #204380;
}
.TagClassName
{
border-color: #204380;
}
</style>