Shades of Fun Blue #324C73
Tints of Fun Blue #324C73
RGB
CMYK
RGB Variations
Color information
#324C73 (or 0x324C73) is known color: Fun Blue. HEX triplet: 32, 4C and 73. RGB value is (50,76,115). Sum of RGB (Red+Green+Blue) = 50+76+115=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 115 (45.31% from 255 or 47.72% from 241); Max value from RGB is 115 - color contains mainly: blue. Hex color #324C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324C73 is #CDB38C. Grayscale: #484848. Windows color (decimal): -13480845 or 7556146. OLE color: 7556146.
HSL color Cylindrical-coordinate representation of color #324C73: hue angle of 216º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #324C73 is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 76 | 115 | - |
| CMYK | 0.57 | 0.34 | 0 | 0.55 |
| HSL | 216º | 0.39% | 0.32% | - |
| HSV(B) | 216º | 0.57% | 0.45% | - |
| XYZ | 6.99 | 7.08 | 17.22 | - |
| YUV | 72.67 | 151.89 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 76 | 115 | 0.57 | 0.34 | 0 | 0.55 | 216 | 0.39 | 0.32 |
| Hex | 32 | 4C | 73 | 39 | 22 | 0 | 37 | D8 | 27 | 20 |
| Octal | 62 | 114 | 163 | 71 | 42 | 0 | 67 | 330 | 47 | 40 |
| Binary | 110010 | 1001100 | 1110011 | 111001 | 100010 | 0 | 110111 | 11011000 | 100111 | 100000 |
Color Harmonies of #324C73
Complementary color
Monochromatic Colors of #324C73
Black with #324C73
Text Example
Text Example
White with #324C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324C73; }
p { color: rgb(50,76,115); }
H1.HeaderClassName
{
color: #324C73;
}
.AnyTagClassName
{
color: #324C73;
}
</style>
background-color css
<style>
a { background-color: #324C73; }
a { background-color: rgb(50,76,115); }
div.DivClassName
{
background-color: #324C73;
}
.BgClassName
{
background-color: #324C73;
}
</style>
border-color css
<style>
span { border-color: #324C73; }
span { border-color: rgb(50,76,115); }
td.TdClassName
{
border-color: #324C73;
}
.TagClassName
{
border-color: #324C73;
}
</style>