Shades of Fun Blue #32507F
Tints of Fun Blue #32507F
RGB
CMYK
RGB Variations
Color information
#32507F (or 0x32507F) is known color: Fun Blue. HEX triplet: 32, 50 and 7F. RGB value is (50,80,127). Sum of RGB (Red+Green+Blue) = 50+80+127=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 127 (50% from 255 or 49.42% from 257); Max value from RGB is 127 - color contains mainly: blue. Hex color #32507F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32507F is #CDAF80. Grayscale: #4C4C4C. Windows color (decimal): -13479809 or 8343602. OLE color: 8343602.
HSL color Cylindrical-coordinate representation of color #32507F: hue angle of 216.62º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #32507F is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 80 | 127 | - |
| CMYK | 0.61 | 0.37 | 0 | 0.50 |
| HSL | 216.62º | 0.44% | 0.35% | - |
| HSV(B) | 216.62º | 0.61% | 0.5% | - |
| XYZ | 8.01 | 7.95 | 21.19 | - |
| YUV | 76.39 | 156.56 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 80 | 127 | 0.61 | 0.37 | 0 | 0.50 | 216.62 | 0.44 | 0.35 |
| Hex | 32 | 50 | 7F | 3D | 25 | 0 | 32 | D9 | 2C | 23 |
| Octal | 62 | 120 | 177 | 75 | 45 | 0 | 62 | 331 | 54 | 43 |
| Binary | 110010 | 1010000 | 1111111 | 111101 | 100101 | 0 | 110010 | 11011001 | 101100 | 100011 |
Color Harmonies of #32507F
Complementary color
Monochromatic Colors of #32507F
Black with #32507F
Text Example
Text Example
White with #32507F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32507F; }
p { color: rgb(50,80,127); }
H1.HeaderClassName
{
color: #32507F;
}
.AnyTagClassName
{
color: #32507F;
}
</style>
background-color css
<style>
a { background-color: #32507F; }
a { background-color: rgb(50,80,127); }
div.DivClassName
{
background-color: #32507F;
}
.BgClassName
{
background-color: #32507F;
}
</style>
border-color css
<style>
span { border-color: #32507F; }
span { border-color: rgb(50,80,127); }
td.TdClassName
{
border-color: #32507F;
}
.TagClassName
{
border-color: #32507F;
}
</style>