Shades of Fun Blue #325182
Tints of Fun Blue #325182
RGB
CMYK
RGB Variations
Color information
#325182 (or 0x325182) is known color: Fun Blue. HEX triplet: 32, 51 and 82. RGB value is (50,81,130). Sum of RGB (Red+Green+Blue) = 50+81+130=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 130 (51.17% from 255 or 49.81% from 261); Max value from RGB is 130 - color contains mainly: blue. Hex color #325182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325182 is #CDAE7D. Grayscale: #4D4D4D. Windows color (decimal): -13479550 or 8540466. OLE color: 8540466.
HSL color Cylindrical-coordinate representation of color #325182: hue angle of 216.75º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #325182 is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 81 | 130 | - |
| CMYK | 0.62 | 0.38 | 0 | 0.49 |
| HSL | 216.75º | 0.44% | 0.35% | - |
| HSV(B) | 216.75º | 0.62% | 0.51% | - |
| XYZ | 8.29 | 8.17 | 22.26 | - |
| YUV | 77.32 | 157.73 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 81 | 130 | 0.62 | 0.38 | 0 | 0.49 | 216.75 | 0.44 | 0.35 |
| Hex | 32 | 51 | 82 | 3E | 26 | 0 | 31 | D9 | 2C | 23 |
| Octal | 62 | 121 | 202 | 76 | 46 | 0 | 61 | 331 | 54 | 43 |
| Binary | 110010 | 1010001 | 10000010 | 111110 | 100110 | 0 | 110001 | 11011001 | 101100 | 100011 |
Color Harmonies of #325182
Complementary color
Monochromatic Colors of #325182
Black with #325182
Text Example
Text Example
White with #325182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325182; }
p { color: rgb(50,81,130); }
H1.HeaderClassName
{
color: #325182;
}
.AnyTagClassName
{
color: #325182;
}
</style>
background-color css
<style>
a { background-color: #325182; }
a { background-color: rgb(50,81,130); }
div.DivClassName
{
background-color: #325182;
}
.BgClassName
{
background-color: #325182;
}
</style>
border-color css
<style>
span { border-color: #325182; }
span { border-color: rgb(50,81,130); }
td.TdClassName
{
border-color: #325182;
}
.TagClassName
{
border-color: #325182;
}
</style>