Shades of Fun Blue #324F84
Tints of Fun Blue #324F84
RGB
CMYK
RGB Variations
Color information
#324F84 (or 0x324F84) is known color: Fun Blue. HEX triplet: 32, 4F and 84. RGB value is (50,79,132). Sum of RGB (Red+Green+Blue) = 50+79+132=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 79 (31.25% from 255 or 30.27% from 261); Blue value is 132 (51.95% from 255 or 50.57% from 261); Max value from RGB is 132 - color contains mainly: blue. Hex color #324F84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #324F84 is #CDB07B. Grayscale: #4C4C4C. Windows color (decimal): -13480060 or 8671026. OLE color: 8671026.
HSL color Cylindrical-coordinate representation of color #324F84: hue angle of 218.78º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #324F84 is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 79 | 132 | - |
| CMYK | 0.62 | 0.40 | 0 | 0.48 |
| HSL | 218.78º | 0.45% | 0.36% | - |
| HSV(B) | 218.78º | 0.62% | 0.52% | - |
| XYZ | 8.28 | 7.94 | 22.93 | - |
| YUV | 76.37 | 159.39 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 79 | 132 | 0.62 | 0.40 | 0 | 0.48 | 218.78 | 0.45 | 0.36 |
| Hex | 32 | 4F | 84 | 3E | 28 | 0 | 30 | DB | 2D | 24 |
| Octal | 62 | 117 | 204 | 76 | 50 | 0 | 60 | 333 | 55 | 44 |
| Binary | 110010 | 1001111 | 10000100 | 111110 | 101000 | 0 | 110000 | 11011011 | 101101 | 100100 |
Color Harmonies of #324F84
Complementary color
Monochromatic Colors of #324F84
Black with #324F84
Text Example
Text Example
White with #324F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324F84; }
p { color: rgb(50,79,132); }
H1.HeaderClassName
{
color: #324F84;
}
.AnyTagClassName
{
color: #324F84;
}
</style>
background-color css
<style>
a { background-color: #324F84; }
a { background-color: rgb(50,79,132); }
div.DivClassName
{
background-color: #324F84;
}
.BgClassName
{
background-color: #324F84;
}
</style>
border-color css
<style>
span { border-color: #324F84; }
span { border-color: rgb(50,79,132); }
td.TdClassName
{
border-color: #324F84;
}
.TagClassName
{
border-color: #324F84;
}
</style>