Shades of Fun Blue #324C79
Tints of Fun Blue #324C79
RGB
CMYK
RGB Variations
Color information
#324C79 (or 0x324C79) is known color: Fun Blue. HEX triplet: 32, 4C and 79. RGB value is (50,76,121). Sum of RGB (Red+Green+Blue) = 50+76+121=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 76 (30.08% from 255 or 30.77% from 247); Blue value is 121 (47.66% from 255 or 48.99% from 247); Max value from RGB is 121 - color contains mainly: blue. Hex color #324C79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324C79 is #CDB386. Grayscale: #494949. Windows color (decimal): -13480839 or 7949362. OLE color: 7949362.
HSL color Cylindrical-coordinate representation of color #324C79: hue angle of 218.03º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #324C79 is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 76 | 121 | - |
| CMYK | 0.59 | 0.37 | 0 | 0.53 |
| HSL | 218.03º | 0.42% | 0.34% | - |
| HSV(B) | 218.03º | 0.59% | 0.47% | - |
| XYZ | 7.35 | 7.23 | 19.1 | - |
| YUV | 73.36 | 154.89 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 76 | 121 | 0.59 | 0.37 | 0 | 0.53 | 218.03 | 0.42 | 0.34 |
| Hex | 32 | 4C | 79 | 3B | 25 | 0 | 35 | DA | 2A | 22 |
| Octal | 62 | 114 | 171 | 73 | 45 | 0 | 65 | 332 | 52 | 42 |
| Binary | 110010 | 1001100 | 1111001 | 111011 | 100101 | 0 | 110101 | 11011010 | 101010 | 100010 |
Color Harmonies of #324C79
Complementary color
Monochromatic Colors of #324C79
Black with #324C79
Text Example
Text Example
White with #324C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324C79; }
p { color: rgb(50,76,121); }
H1.HeaderClassName
{
color: #324C79;
}
.AnyTagClassName
{
color: #324C79;
}
</style>
background-color css
<style>
a { background-color: #324C79; }
a { background-color: rgb(50,76,121); }
div.DivClassName
{
background-color: #324C79;
}
.BgClassName
{
background-color: #324C79;
}
</style>
border-color css
<style>
span { border-color: #324C79; }
span { border-color: rgb(50,76,121); }
td.TdClassName
{
border-color: #324C79;
}
.TagClassName
{
border-color: #324C79;
}
</style>