Shades of Fun Blue #325186
Tints of Fun Blue #325186
RGB
CMYK
RGB Variations
Color information
#325186 (or 0x325186) is known color: Fun Blue. HEX triplet: 32, 51 and 86. RGB value is (50,81,134). Sum of RGB (Red+Green+Blue) = 50+81+134=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 134 (52.73% from 255 or 50.57% from 265); Max value from RGB is 134 - color contains mainly: blue. Hex color #325186 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325186 is #CDAE79. Grayscale: #4D4D4D. Windows color (decimal): -13479546 or 8802610. OLE color: 8802610.
HSL color Cylindrical-coordinate representation of color #325186: hue angle of 217.86º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #325186 is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 81 | 134 | - |
| CMYK | 0.63 | 0.40 | 0 | 0.47 |
| HSL | 217.86º | 0.46% | 0.36% | - |
| HSV(B) | 217.86º | 0.63% | 0.53% | - |
| XYZ | 8.56 | 8.28 | 23.7 | - |
| YUV | 77.77 | 159.73 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 81 | 134 | 0.63 | 0.40 | 0 | 0.47 | 217.86 | 0.46 | 0.36 |
| Hex | 32 | 51 | 86 | 3F | 28 | 0 | 2F | DA | 2E | 24 |
| Octal | 62 | 121 | 206 | 77 | 50 | 0 | 57 | 332 | 56 | 44 |
| Binary | 110010 | 1010001 | 10000110 | 111111 | 101000 | 0 | 101111 | 11011010 | 101110 | 100100 |
Color Harmonies of #325186
Complementary color
Monochromatic Colors of #325186
Black with #325186
Text Example
Text Example
White with #325186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325186; }
p { color: rgb(50,81,134); }
H1.HeaderClassName
{
color: #325186;
}
.AnyTagClassName
{
color: #325186;
}
</style>
background-color css
<style>
a { background-color: #325186; }
a { background-color: rgb(50,81,134); }
div.DivClassName
{
background-color: #325186;
}
.BgClassName
{
background-color: #325186;
}
</style>
border-color css
<style>
span { border-color: #325186; }
span { border-color: rgb(50,81,134); }
td.TdClassName
{
border-color: #325186;
}
.TagClassName
{
border-color: #325186;
}
</style>