Shades of Fun Blue #32497F
Tints of Fun Blue #32497F
RGB
CMYK
RGB Variations
Color information
#32497F (or 0x32497F) is known color: Fun Blue. HEX triplet: 32, 49 and 7F. RGB value is (50,73,127). Sum of RGB (Red+Green+Blue) = 50+73+127=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 127 (50% from 255 or 50.8% from 250); Max value from RGB is 127 - color contains mainly: blue. Hex color #32497F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32497F is #CDB680. Grayscale: #484848. Windows color (decimal): -13481601 or 8341810. OLE color: 8341810.
HSL color Cylindrical-coordinate representation of color #32497F: hue angle of 222.08º 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 #32497F is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 73 | 127 | - |
| CMYK | 0.61 | 0.43 | 0 | 0.50 |
| HSL | 222.08º | 0.44% | 0.35% | - |
| HSV(B) | 222.08º | 0.61% | 0.5% | - |
| XYZ | 7.53 | 6.98 | 21.03 | - |
| YUV | 72.28 | 158.88 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 73 | 127 | 0.61 | 0.43 | 0 | 0.50 | 222.08 | 0.44 | 0.35 |
| Hex | 32 | 49 | 7F | 3D | 2B | 0 | 32 | DE | 2C | 23 |
| Octal | 62 | 111 | 177 | 75 | 53 | 0 | 62 | 336 | 54 | 43 |
| Binary | 110010 | 1001001 | 1111111 | 111101 | 101011 | 0 | 110010 | 11011110 | 101100 | 100011 |
Color Harmonies of #32497F
Complementary color
Monochromatic Colors of #32497F
Black with #32497F
Text Example
Text Example
White with #32497F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32497F; }
p { color: rgb(50,73,127); }
H1.HeaderClassName
{
color: #32497F;
}
.AnyTagClassName
{
color: #32497F;
}
</style>
background-color css
<style>
a { background-color: #32497F; }
a { background-color: rgb(50,73,127); }
div.DivClassName
{
background-color: #32497F;
}
.BgClassName
{
background-color: #32497F;
}
</style>
border-color css
<style>
span { border-color: #32497F; }
span { border-color: rgb(50,73,127); }
td.TdClassName
{
border-color: #32497F;
}
.TagClassName
{
border-color: #32497F;
}
</style>