Shades of Fun Blue #325181
Tints of Fun Blue #325181
RGB
CMYK
RGB Variations
Color information
#325181 (or 0x325181) is known color: Fun Blue. HEX triplet: 32, 51 and 81. RGB value is (50,81,129). Sum of RGB (Red+Green+Blue) = 50+81+129=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 129 (50.78% from 255 or 49.62% from 260); Max value from RGB is 129 - color contains mainly: blue. Hex color #325181 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325181 is #CDAE7E. Grayscale: #4C4C4C. Windows color (decimal): -13479551 or 8474930. OLE color: 8474930.
HSL color Cylindrical-coordinate representation of color #325181: hue angle of 216.46º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #325181 is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 81 | 129 | - |
| CMYK | 0.61 | 0.37 | 0 | 0.49 |
| HSL | 216.46º | 0.44% | 0.35% | - |
| HSV(B) | 216.46º | 0.61% | 0.51% | - |
| XYZ | 8.22 | 8.15 | 21.91 | - |
| YUV | 77.2 | 157.23 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 81 | 129 | 0.61 | 0.37 | 0 | 0.49 | 216.46 | 0.44 | 0.35 |
| Hex | 32 | 51 | 81 | 3D | 25 | 0 | 31 | D8 | 2C | 23 |
| Octal | 62 | 121 | 201 | 75 | 45 | 0 | 61 | 330 | 54 | 43 |
| Binary | 110010 | 1010001 | 10000001 | 111101 | 100101 | 0 | 110001 | 11011000 | 101100 | 100011 |
Color Harmonies of #325181
Complementary color
Monochromatic Colors of #325181
Black with #325181
Text Example
Text Example
White with #325181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325181; }
p { color: rgb(50,81,129); }
H1.HeaderClassName
{
color: #325181;
}
.AnyTagClassName
{
color: #325181;
}
</style>
background-color css
<style>
a { background-color: #325181; }
a { background-color: rgb(50,81,129); }
div.DivClassName
{
background-color: #325181;
}
.BgClassName
{
background-color: #325181;
}
</style>
border-color css
<style>
span { border-color: #325181; }
span { border-color: rgb(50,81,129); }
td.TdClassName
{
border-color: #325181;
}
.TagClassName
{
border-color: #325181;
}
</style>