Shades of Fun Blue #324F85
Tints of Fun Blue #324F85
RGB
CMYK
RGB Variations
Color information
#324F85 (or 0x324F85) is known color: Fun Blue. HEX triplet: 32, 4F and 85. RGB value is (50,79,133). Sum of RGB (Red+Green+Blue) = 50+79+133=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 79 (31.25% from 255 or 30.15% from 262); Blue value is 133 (52.34% from 255 or 50.76% from 262); Max value from RGB is 133 - color contains mainly: blue. Hex color #324F85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #324F85 is #CDB07A. Grayscale: #4C4C4C. Windows color (decimal): -13480059 or 8736562. OLE color: 8736562.
HSL color Cylindrical-coordinate representation of color #324F85: hue angle of 219.04º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #324F85 is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 79 | 133 | - |
| CMYK | 0.62 | 0.41 | 0 | 0.48 |
| HSL | 219.04º | 0.45% | 0.36% | - |
| HSV(B) | 219.04º | 0.62% | 0.52% | - |
| XYZ | 8.35 | 7.96 | 23.29 | - |
| YUV | 76.49 | 159.89 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 79 | 133 | 0.62 | 0.41 | 0 | 0.48 | 219.04 | 0.45 | 0.36 |
| Hex | 32 | 4F | 85 | 3E | 29 | 0 | 30 | DB | 2D | 24 |
| Octal | 62 | 117 | 205 | 76 | 51 | 0 | 60 | 333 | 55 | 44 |
| Binary | 110010 | 1001111 | 10000101 | 111110 | 101001 | 0 | 110000 | 11011011 | 101101 | 100100 |
Color Harmonies of #324F85
Complementary color
Monochromatic Colors of #324F85
Black with #324F85
Text Example
Text Example
White with #324F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324F85; }
p { color: rgb(50,79,133); }
H1.HeaderClassName
{
color: #324F85;
}
.AnyTagClassName
{
color: #324F85;
}
</style>
background-color css
<style>
a { background-color: #324F85; }
a { background-color: rgb(50,79,133); }
div.DivClassName
{
background-color: #324F85;
}
.BgClassName
{
background-color: #324F85;
}
</style>
border-color css
<style>
span { border-color: #324F85; }
span { border-color: rgb(50,79,133); }
td.TdClassName
{
border-color: #324F85;
}
.TagClassName
{
border-color: #324F85;
}
</style>