Shades of Fun Blue #32477D
Tints of Fun Blue #32477D
RGB
CMYK
RGB Variations
Color information
#32477D (or 0x32477D) is known color: Fun Blue. HEX triplet: 32, 47 and 7D. RGB value is (50,71,125). Sum of RGB (Red+Green+Blue) = 50+71+125=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 71 (28.12% from 255 or 28.86% from 246); Blue value is 125 (49.22% from 255 or 50.81% from 246); Max value from RGB is 125 - color contains mainly: blue. Hex color #32477D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32477D is #CDB882. Grayscale: #464646. Windows color (decimal): -13482115 or 8210226. OLE color: 8210226.
HSL color Cylindrical-coordinate representation of color #32477D: hue angle of 223.2º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #32477D is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 71 | 125 | - |
| CMYK | 0.60 | 0.43 | 0 | 0.51 |
| HSL | 223.2º | 0.43% | 0.34% | - |
| HSV(B) | 223.2º | 0.6% | 0.49% | - |
| XYZ | 7.27 | 6.67 | 20.31 | - |
| YUV | 70.88 | 158.54 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 71 | 125 | 0.60 | 0.43 | 0 | 0.51 | 223.2 | 0.43 | 0.34 |
| Hex | 32 | 47 | 7D | 3C | 2B | 0 | 33 | DF | 2B | 22 |
| Octal | 62 | 107 | 175 | 74 | 53 | 0 | 63 | 337 | 53 | 42 |
| Binary | 110010 | 1000111 | 1111101 | 111100 | 101011 | 0 | 110011 | 11011111 | 101011 | 100010 |
Color Harmonies of #32477D
Complementary color
Monochromatic Colors of #32477D
Black with #32477D
Text Example
Text Example
White with #32477D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32477D; }
p { color: rgb(50,71,125); }
H1.HeaderClassName
{
color: #32477D;
}
.AnyTagClassName
{
color: #32477D;
}
</style>
background-color css
<style>
a { background-color: #32477D; }
a { background-color: rgb(50,71,125); }
div.DivClassName
{
background-color: #32477D;
}
.BgClassName
{
background-color: #32477D;
}
</style>
border-color css
<style>
span { border-color: #32477D; }
span { border-color: rgb(50,71,125); }
td.TdClassName
{
border-color: #32477D;
}
.TagClassName
{
border-color: #32477D;
}
</style>