Shades of Fun Blue #324D85
Tints of Fun Blue #324D85
RGB
CMYK
RGB Variations
Color information
#324D85 (or 0x324D85) is known color: Fun Blue. HEX triplet: 32, 4D and 85. RGB value is (50,77,133). Sum of RGB (Red+Green+Blue) = 50+77+133=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 77 (30.47% from 255 or 29.62% from 260); Blue value is 133 (52.34% from 255 or 51.15% from 260); Max value from RGB is 133 - color contains mainly: blue. Hex color #324D85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #324D85 is #CDB27A. Grayscale: #4B4B4B. Windows color (decimal): -13480571 or 8736050. OLE color: 8736050.
HSL color Cylindrical-coordinate representation of color #324D85: hue angle of 220.48º 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 #324D85 is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 77 | 133 | - |
| CMYK | 0.62 | 0.42 | 0 | 0.48 |
| HSL | 220.48º | 0.45% | 0.36% | - |
| HSV(B) | 220.48º | 0.62% | 0.52% | - |
| XYZ | 8.2 | 7.68 | 23.24 | - |
| YUV | 75.31 | 160.55 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 77 | 133 | 0.62 | 0.42 | 0 | 0.48 | 220.48 | 0.45 | 0.36 |
| Hex | 32 | 4D | 85 | 3E | 2A | 0 | 30 | DC | 2D | 24 |
| Octal | 62 | 115 | 205 | 76 | 52 | 0 | 60 | 334 | 55 | 44 |
| Binary | 110010 | 1001101 | 10000101 | 111110 | 101010 | 0 | 110000 | 11011100 | 101101 | 100100 |
Color Harmonies of #324D85
Complementary color
Monochromatic Colors of #324D85
Black with #324D85
Text Example
Text Example
White with #324D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324D85; }
p { color: rgb(50,77,133); }
H1.HeaderClassName
{
color: #324D85;
}
.AnyTagClassName
{
color: #324D85;
}
</style>
background-color css
<style>
a { background-color: #324D85; }
a { background-color: rgb(50,77,133); }
div.DivClassName
{
background-color: #324D85;
}
.BgClassName
{
background-color: #324D85;
}
</style>
border-color css
<style>
span { border-color: #324D85; }
span { border-color: rgb(50,77,133); }
td.TdClassName
{
border-color: #324D85;
}
.TagClassName
{
border-color: #324D85;
}
</style>