Shades of Fun Blue #325081
Tints of Fun Blue #325081
RGB
CMYK
RGB Variations
Color information
#325081 (or 0x325081) is known color: Fun Blue. HEX triplet: 32, 50 and 81. RGB value is (50,80,129). Sum of RGB (Red+Green+Blue) = 50+80+129=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 129 (50.78% from 255 or 49.81% from 259); Max value from RGB is 129 - color contains mainly: blue. Hex color #325081 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325081 is #CDAF7E. Grayscale: #4C4C4C. Windows color (decimal): -13479807 or 8474674. OLE color: 8474674.
HSL color Cylindrical-coordinate representation of color #325081: hue angle of 217.22º 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 #325081 is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 80 | 129 | - |
| CMYK | 0.61 | 0.38 | 0 | 0.49 |
| HSL | 217.22º | 0.44% | 0.35% | - |
| HSV(B) | 217.22º | 0.61% | 0.51% | - |
| XYZ | 8.15 | 8 | 21.88 | - |
| YUV | 76.62 | 157.56 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 80 | 129 | 0.61 | 0.38 | 0 | 0.49 | 217.22 | 0.44 | 0.35 |
| Hex | 32 | 50 | 81 | 3D | 26 | 0 | 31 | D9 | 2C | 23 |
| Octal | 62 | 120 | 201 | 75 | 46 | 0 | 61 | 331 | 54 | 43 |
| Binary | 110010 | 1010000 | 10000001 | 111101 | 100110 | 0 | 110001 | 11011001 | 101100 | 100011 |
Color Harmonies of #325081
Complementary color
Monochromatic Colors of #325081
Black with #325081
Text Example
Text Example
White with #325081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325081; }
p { color: rgb(50,80,129); }
H1.HeaderClassName
{
color: #325081;
}
.AnyTagClassName
{
color: #325081;
}
</style>
background-color css
<style>
a { background-color: #325081; }
a { background-color: rgb(50,80,129); }
div.DivClassName
{
background-color: #325081;
}
.BgClassName
{
background-color: #325081;
}
</style>
border-color css
<style>
span { border-color: #325081; }
span { border-color: rgb(50,80,129); }
td.TdClassName
{
border-color: #325081;
}
.TagClassName
{
border-color: #325081;
}
</style>