Shades of Fun Blue #324F89
Tints of Fun Blue #324F89
RGB
CMYK
RGB Variations
Color information
#324F89 (or 0x324F89) is known color: Fun Blue. HEX triplet: 32, 4F and 89. RGB value is (50,79,137). Sum of RGB (Red+Green+Blue) = 50+79+137=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 79 (31.25% from 255 or 29.70% from 266); Blue value is 137 (53.91% from 255 or 51.50% from 266); Max value from RGB is 137 - color contains mainly: blue. Hex color #324F89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #324F89 is #CDB076. Grayscale: #4C4C4C. Windows color (decimal): -13480055 or 8998706. OLE color: 8998706.
HSL color Cylindrical-coordinate representation of color #324F89: hue angle of 220º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #324F89 is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 79 | 137 | - |
| CMYK | 0.64 | 0.42 | 0 | 0.46 |
| HSL | 220º | 0.47% | 0.37% | - |
| HSV(B) | 220º | 0.64% | 0.54% | - |
| XYZ | 8.63 | 8.08 | 24.77 | - |
| YUV | 76.94 | 161.89 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 79 | 137 | 0.64 | 0.42 | 0 | 0.46 | 220 | 0.47 | 0.37 |
| Hex | 32 | 4F | 89 | 40 | 2A | 0 | 2E | DC | 2F | 25 |
| Octal | 62 | 117 | 211 | 100 | 52 | 0 | 56 | 334 | 57 | 45 |
| Binary | 110010 | 1001111 | 10001001 | 1000000 | 101010 | 0 | 101110 | 11011100 | 101111 | 100101 |
Color Harmonies of #324F89
Complementary color
Monochromatic Colors of #324F89
Black with #324F89
Text Example
Text Example
White with #324F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324F89; }
p { color: rgb(50,79,137); }
H1.HeaderClassName
{
color: #324F89;
}
.AnyTagClassName
{
color: #324F89;
}
</style>
background-color css
<style>
a { background-color: #324F89; }
a { background-color: rgb(50,79,137); }
div.DivClassName
{
background-color: #324F89;
}
.BgClassName
{
background-color: #324F89;
}
</style>
border-color css
<style>
span { border-color: #324F89; }
span { border-color: rgb(50,79,137); }
td.TdClassName
{
border-color: #324F89;
}
.TagClassName
{
border-color: #324F89;
}
</style>