Shades of Fun Blue #32497A
Tints of Fun Blue #32497A
RGB
CMYK
RGB Variations
Color information
#32497A (or 0x32497A) is known color: Fun Blue. HEX triplet: 32, 49 and 7A. RGB value is (50,73,122). Sum of RGB (Red+Green+Blue) = 50+73+122=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 73 (28.91% from 255 or 29.80% from 245); Blue value is 122 (48.05% from 255 or 49.80% from 245); Max value from RGB is 122 - color contains mainly: blue. Hex color #32497A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32497A is #CDB685. Grayscale: #474747. Windows color (decimal): -13481606 or 8014130. OLE color: 8014130.
HSL color Cylindrical-coordinate representation of color #32497A: hue angle of 220.83º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #32497A is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 50 | 73 | 122 | - |
| CMYK | 0.59 | 0.40 | 0 | 0.52 |
| HSL | 220.83º | 0.42% | 0.34% | - |
| HSV(B) | 220.83º | 0.59% | 0.48% | - |
| XYZ | 7.21 | 6.85 | 19.35 | - |
| YUV | 71.71 | 156.38 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 73 | 122 | 0.59 | 0.40 | 0 | 0.52 | 220.83 | 0.42 | 0.34 |
| Hex | 32 | 49 | 7A | 3B | 28 | 0 | 34 | DD | 2A | 22 |
| Octal | 62 | 111 | 172 | 73 | 50 | 0 | 64 | 335 | 52 | 42 |
| Binary | 110010 | 1001001 | 1111010 | 111011 | 101000 | 0 | 110100 | 11011101 | 101010 | 100010 |
Color Harmonies of #32497A
Complementary color
Monochromatic Colors of #32497A
Black with #32497A
Text Example
Text Example
White with #32497A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32497A; }
p { color: rgb(50,73,122); }
H1.HeaderClassName
{
color: #32497A;
}
.AnyTagClassName
{
color: #32497A;
}
</style>
background-color css
<style>
a { background-color: #32497A; }
a { background-color: rgb(50,73,122); }
div.DivClassName
{
background-color: #32497A;
}
.BgClassName
{
background-color: #32497A;
}
</style>
border-color css
<style>
span { border-color: #32497A; }
span { border-color: rgb(50,73,122); }
td.TdClassName
{
border-color: #32497A;
}
.TagClassName
{
border-color: #32497A;
}
</style>