Shades of Fun Blue #324A71
Tints of Fun Blue #324A71
RGB
CMYK
RGB Variations
Color information
#324A71 (or 0x324A71) is known color: Fun Blue. HEX triplet: 32, 4A and 71. RGB value is (50,74,113). Sum of RGB (Red+Green+Blue) = 50+74+113=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 74 (29.30% from 255 or 31.22% from 237); Blue value is 113 (44.53% from 255 or 47.68% from 237); Max value from RGB is 113 - color contains mainly: blue. Hex color #324A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324A71 is #CDB58E. Grayscale: #474747. Windows color (decimal): -13481359 or 7424562. OLE color: 7424562.
HSL color Cylindrical-coordinate representation of color #324A71: hue angle of 217.14º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #324A71 is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 74 | 113 | - |
| CMYK | 0.56 | 0.35 | 0 | 0.56 |
| HSL | 217.14º | 0.39% | 0.32% | - |
| HSV(B) | 217.14º | 0.56% | 0.44% | - |
| XYZ | 6.74 | 6.77 | 16.57 | - |
| YUV | 71.27 | 151.55 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 74 | 113 | 0.56 | 0.35 | 0 | 0.56 | 217.14 | 0.39 | 0.32 |
| Hex | 32 | 4A | 71 | 38 | 23 | 0 | 38 | D9 | 27 | 20 |
| Octal | 62 | 112 | 161 | 70 | 43 | 0 | 70 | 331 | 47 | 40 |
| Binary | 110010 | 1001010 | 1110001 | 111000 | 100011 | 0 | 111000 | 11011001 | 100111 | 100000 |
Color Harmonies of #324A71
Complementary color
Monochromatic Colors of #324A71
Black with #324A71
Text Example
Text Example
White with #324A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324A71; }
p { color: rgb(50,74,113); }
H1.HeaderClassName
{
color: #324A71;
}
.AnyTagClassName
{
color: #324A71;
}
</style>
background-color css
<style>
a { background-color: #324A71; }
a { background-color: rgb(50,74,113); }
div.DivClassName
{
background-color: #324A71;
}
.BgClassName
{
background-color: #324A71;
}
</style>
border-color css
<style>
span { border-color: #324A71; }
span { border-color: rgb(50,74,113); }
td.TdClassName
{
border-color: #324A71;
}
.TagClassName
{
border-color: #324A71;
}
</style>