Shades of Fun Blue #324975
Tints of Fun Blue #324975
RGB
CMYK
RGB Variations
Color information
#324975 (or 0x324975) is known color: Fun Blue. HEX triplet: 32, 49 and 75. RGB value is (50,73,117). Sum of RGB (Red+Green+Blue) = 50+73+117=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 117 (46.09% from 255 or 48.75% from 240); Max value from RGB is 117 - color contains mainly: blue. Hex color #324975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324975 is #CDB68A. Grayscale: #464646. Windows color (decimal): -13481611 or 7686450. OLE color: 7686450.
HSL color Cylindrical-coordinate representation of color #324975: hue angle of 219.4º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #324975 is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 50 | 73 | 117 | - |
| CMYK | 0.57 | 0.38 | 0 | 0.54 |
| HSL | 219.4º | 0.4% | 0.33% | - |
| HSV(B) | 219.4º | 0.57% | 0.46% | - |
| XYZ | 6.91 | 6.73 | 17.76 | - |
| YUV | 71.14 | 153.88 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 73 | 117 | 0.57 | 0.38 | 0 | 0.54 | 219.4 | 0.4 | 0.33 |
| Hex | 32 | 49 | 75 | 39 | 26 | 0 | 36 | DB | 28 | 21 |
| Octal | 62 | 111 | 165 | 71 | 46 | 0 | 66 | 333 | 50 | 41 |
| Binary | 110010 | 1001001 | 1110101 | 111001 | 100110 | 0 | 110110 | 11011011 | 101000 | 100001 |
Color Harmonies of #324975
Complementary color
Monochromatic Colors of #324975
Black with #324975
Text Example
Text Example
White with #324975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324975; }
p { color: rgb(50,73,117); }
H1.HeaderClassName
{
color: #324975;
}
.AnyTagClassName
{
color: #324975;
}
</style>
background-color css
<style>
a { background-color: #324975; }
a { background-color: rgb(50,73,117); }
div.DivClassName
{
background-color: #324975;
}
.BgClassName
{
background-color: #324975;
}
</style>
border-color css
<style>
span { border-color: #324975; }
span { border-color: rgb(50,73,117); }
td.TdClassName
{
border-color: #324975;
}
.TagClassName
{
border-color: #324975;
}
</style>