Shades of Fun Blue #324980
Tints of Fun Blue #324980
RGB
CMYK
RGB Variations
Color information
#324980 (or 0x324980) is known color: Fun Blue. HEX triplet: 32, 49 and 80. RGB value is (50,73,128). Sum of RGB (Red+Green+Blue) = 50+73+128=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 128 (50.39% from 255 or 51.00% from 251); Max value from RGB is 128 - color contains mainly: blue. Hex color #324980 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324980 is #CDB67F. Grayscale: #484848. Windows color (decimal): -13481600 or 8407346. OLE color: 8407346.
HSL color Cylindrical-coordinate representation of color #324980: hue angle of 222.31º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #324980 is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 73 | 128 | - |
| CMYK | 0.61 | 0.43 | 0 | 0.50 |
| HSL | 222.31º | 0.44% | 0.35% | - |
| HSV(B) | 222.31º | 0.61% | 0.5% | - |
| XYZ | 7.59 | 7 | 21.37 | - |
| YUV | 72.39 | 159.38 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 73 | 128 | 0.61 | 0.43 | 0 | 0.50 | 222.31 | 0.44 | 0.35 |
| Hex | 32 | 49 | 80 | 3D | 2B | 0 | 32 | DE | 2C | 23 |
| Octal | 62 | 111 | 200 | 75 | 53 | 0 | 62 | 336 | 54 | 43 |
| Binary | 110010 | 1001001 | 10000000 | 111101 | 101011 | 0 | 110010 | 11011110 | 101100 | 100011 |
Color Harmonies of #324980
Complementary color
Monochromatic Colors of #324980
Black with #324980
Text Example
Text Example
White with #324980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324980; }
p { color: rgb(50,73,128); }
H1.HeaderClassName
{
color: #324980;
}
.AnyTagClassName
{
color: #324980;
}
</style>
background-color css
<style>
a { background-color: #324980; }
a { background-color: rgb(50,73,128); }
div.DivClassName
{
background-color: #324980;
}
.BgClassName
{
background-color: #324980;
}
</style>
border-color css
<style>
span { border-color: #324980; }
span { border-color: rgb(50,73,128); }
td.TdClassName
{
border-color: #324980;
}
.TagClassName
{
border-color: #324980;
}
</style>