Shades of Fun Blue #325189
Tints of Fun Blue #325189
RGB
CMYK
RGB Variations
Color information
#325189 (or 0x325189) is known color: Fun Blue. HEX triplet: 32, 51 and 89. RGB value is (50,81,137). Sum of RGB (Red+Green+Blue) = 50+81+137=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 137 (53.91% from 255 or 51.12% from 268); Max value from RGB is 137 - color contains mainly: blue. Hex color #325189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325189 is #CDAE76. Grayscale: #4D4D4D. Windows color (decimal): -13479543 or 8999218. OLE color: 8999218.
HSL color Cylindrical-coordinate representation of color #325189: hue angle of 218.62º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #325189 is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 81 | 137 | - |
| CMYK | 0.64 | 0.41 | 0 | 0.46 |
| HSL | 218.62º | 0.47% | 0.37% | - |
| HSV(B) | 218.62º | 0.64% | 0.54% | - |
| XYZ | 8.77 | 8.37 | 24.82 | - |
| YUV | 78.12 | 161.23 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 81 | 137 | 0.64 | 0.41 | 0 | 0.46 | 218.62 | 0.47 | 0.37 |
| Hex | 32 | 51 | 89 | 40 | 29 | 0 | 2E | DB | 2F | 25 |
| Octal | 62 | 121 | 211 | 100 | 51 | 0 | 56 | 333 | 57 | 45 |
| Binary | 110010 | 1010001 | 10001001 | 1000000 | 101001 | 0 | 101110 | 11011011 | 101111 | 100101 |
Color Harmonies of #325189
Complementary color
Monochromatic Colors of #325189
Black with #325189
Text Example
Text Example
White with #325189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325189; }
p { color: rgb(50,81,137); }
H1.HeaderClassName
{
color: #325189;
}
.AnyTagClassName
{
color: #325189;
}
</style>
background-color css
<style>
a { background-color: #325189; }
a { background-color: rgb(50,81,137); }
div.DivClassName
{
background-color: #325189;
}
.BgClassName
{
background-color: #325189;
}
</style>
border-color css
<style>
span { border-color: #325189; }
span { border-color: rgb(50,81,137); }
td.TdClassName
{
border-color: #325189;
}
.TagClassName
{
border-color: #325189;
}
</style>