Shades of Fun Blue #32548B
Tints of Fun Blue #32548B
RGB
CMYK
RGB Variations
Color information
#32548B (or 0x32548B) is known color: Fun Blue. HEX triplet: 32, 54 and 8B. RGB value is (50,84,139). Sum of RGB (Red+Green+Blue) = 50+84+139=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 139 (54.69% from 255 or 50.92% from 273); Max value from RGB is 139 - color contains mainly: blue. Hex color #32548B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32548B is #CDAB74. Grayscale: #4F4F4F. Windows color (decimal): -13478773 or 9131058. OLE color: 9131058.
HSL color Cylindrical-coordinate representation of color #32548B: hue angle of 217.08º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32548B is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 84 | 139 | - |
| CMYK | 0.64 | 0.40 | 0 | 0.45 |
| HSL | 217.08º | 0.47% | 0.37% | - |
| HSV(B) | 217.08º | 0.64% | 0.55% | - |
| XYZ | 9.15 | 8.88 | 25.66 | - |
| YUV | 80.1 | 161.24 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 84 | 139 | 0.64 | 0.40 | 0 | 0.45 | 217.08 | 0.47 | 0.37 |
| Hex | 32 | 54 | 8B | 40 | 28 | 0 | 2D | D9 | 2F | 25 |
| Octal | 62 | 124 | 213 | 100 | 50 | 0 | 55 | 331 | 57 | 45 |
| Binary | 110010 | 1010100 | 10001011 | 1000000 | 101000 | 0 | 101101 | 11011001 | 101111 | 100101 |
Color Harmonies of #32548B
Complementary color
Monochromatic Colors of #32548B
Black with #32548B
Text Example
Text Example
White with #32548B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32548B; }
p { color: rgb(50,84,139); }
H1.HeaderClassName
{
color: #32548B;
}
.AnyTagClassName
{
color: #32548B;
}
</style>
background-color css
<style>
a { background-color: #32548B; }
a { background-color: rgb(50,84,139); }
div.DivClassName
{
background-color: #32548B;
}
.BgClassName
{
background-color: #32548B;
}
</style>
border-color css
<style>
span { border-color: #32548B; }
span { border-color: rgb(50,84,139); }
td.TdClassName
{
border-color: #32548B;
}
.TagClassName
{
border-color: #32548B;
}
</style>