Shades of Fun Blue #324F83
Tints of Fun Blue #324F83
RGB
CMYK
RGB Variations
Color information
#324F83 (or 0x324F83) is known color: Fun Blue. HEX triplet: 32, 4F and 83. RGB value is (50,79,131). Sum of RGB (Red+Green+Blue) = 50+79+131=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 79 (31.25% from 255 or 30.38% from 260); Blue value is 131 (51.56% from 255 or 50.38% from 260); Max value from RGB is 131 - color contains mainly: blue. Hex color #324F83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #324F83 is #CDB07C. Grayscale: #4C4C4C. Windows color (decimal): -13480061 or 8605490. OLE color: 8605490.
HSL color Cylindrical-coordinate representation of color #324F83: hue angle of 218.52º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #324F83 is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 79 | 131 | - |
| CMYK | 0.62 | 0.40 | 0 | 0.49 |
| HSL | 218.52º | 0.45% | 0.35% | - |
| HSV(B) | 218.52º | 0.62% | 0.51% | - |
| XYZ | 8.21 | 7.91 | 22.57 | - |
| YUV | 76.26 | 158.89 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 79 | 131 | 0.62 | 0.40 | 0 | 0.49 | 218.52 | 0.45 | 0.35 |
| Hex | 32 | 4F | 83 | 3E | 28 | 0 | 31 | DB | 2D | 23 |
| Octal | 62 | 117 | 203 | 76 | 50 | 0 | 61 | 333 | 55 | 43 |
| Binary | 110010 | 1001111 | 10000011 | 111110 | 101000 | 0 | 110001 | 11011011 | 101101 | 100011 |
Color Harmonies of #324F83
Complementary color
Monochromatic Colors of #324F83
Black with #324F83
Text Example
Text Example
White with #324F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324F83; }
p { color: rgb(50,79,131); }
H1.HeaderClassName
{
color: #324F83;
}
.AnyTagClassName
{
color: #324F83;
}
</style>
background-color css
<style>
a { background-color: #324F83; }
a { background-color: rgb(50,79,131); }
div.DivClassName
{
background-color: #324F83;
}
.BgClassName
{
background-color: #324F83;
}
</style>
border-color css
<style>
span { border-color: #324F83; }
span { border-color: rgb(50,79,131); }
td.TdClassName
{
border-color: #324F83;
}
.TagClassName
{
border-color: #324F83;
}
</style>