Shades of Fun Blue #32507E
Tints of Fun Blue #32507E
RGB
CMYK
RGB Variations
Color information
#32507E (or 0x32507E) is known color: Fun Blue. HEX triplet: 32, 50 and 7E. RGB value is (50,80,126). Sum of RGB (Red+Green+Blue) = 50+80+126=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 126 (49.61% from 255 or 49.22% from 256); Max value from RGB is 126 - color contains mainly: blue. Hex color #32507E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32507E is #CDAF81. Grayscale: #4C4C4C. Windows color (decimal): -13479810 or 8278066. OLE color: 8278066.
HSL color Cylindrical-coordinate representation of color #32507E: hue angle of 216.32º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #32507E is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 80 | 126 | - |
| CMYK | 0.60 | 0.37 | 0 | 0.51 |
| HSL | 216.32º | 0.43% | 0.35% | - |
| HSV(B) | 216.32º | 0.6% | 0.49% | - |
| XYZ | 7.95 | 7.92 | 20.85 | - |
| YUV | 76.27 | 156.06 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 80 | 126 | 0.60 | 0.37 | 0 | 0.51 | 216.32 | 0.43 | 0.35 |
| Hex | 32 | 50 | 7E | 3C | 25 | 0 | 33 | D8 | 2B | 23 |
| Octal | 62 | 120 | 176 | 74 | 45 | 0 | 63 | 330 | 53 | 43 |
| Binary | 110010 | 1010000 | 1111110 | 111100 | 100101 | 0 | 110011 | 11011000 | 101011 | 100011 |
Color Harmonies of #32507E
Complementary color
Monochromatic Colors of #32507E
Black with #32507E
Text Example
Text Example
White with #32507E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32507E; }
p { color: rgb(50,80,126); }
H1.HeaderClassName
{
color: #32507E;
}
.AnyTagClassName
{
color: #32507E;
}
</style>
background-color css
<style>
a { background-color: #32507E; }
a { background-color: rgb(50,80,126); }
div.DivClassName
{
background-color: #32507E;
}
.BgClassName
{
background-color: #32507E;
}
</style>
border-color css
<style>
span { border-color: #32507E; }
span { border-color: rgb(50,80,126); }
td.TdClassName
{
border-color: #32507E;
}
.TagClassName
{
border-color: #32507E;
}
</style>