Shades of Fun Blue #314D84
Tints of Fun Blue #314D84
RGB
CMYK
RGB Variations
Color information
#314D84 (or 0x314D84) is known color: Fun Blue. HEX triplet: 31, 4D and 84. RGB value is (49,77,132). Sum of RGB (Red+Green+Blue) = 49+77+132=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 77 (30.47% from 255 or 29.84% from 258); Blue value is 132 (51.95% from 255 or 51.16% from 258); Max value from RGB is 132 - color contains mainly: blue. Hex color #314D84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #314D84 is #CEB27B. Grayscale: #4A4A4A. Windows color (decimal): -13546108 or 8670513. OLE color: 8670513.
HSL color Cylindrical-coordinate representation of color #314D84: hue angle of 219.76º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #314D84 is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 49 | 77 | 132 | - |
| CMYK | 0.63 | 0.42 | 0 | 0.48 |
| HSL | 219.76º | 0.46% | 0.35% | - |
| HSV(B) | 219.76º | 0.63% | 0.52% | - |
| XYZ | 8.09 | 7.63 | 22.88 | - |
| YUV | 74.9 | 160.22 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 77 | 132 | 0.63 | 0.42 | 0 | 0.48 | 219.76 | 0.46 | 0.35 |
| Hex | 31 | 4D | 84 | 3F | 2A | 0 | 30 | DC | 2E | 23 |
| Octal | 61 | 115 | 204 | 77 | 52 | 0 | 60 | 334 | 56 | 43 |
| Binary | 110001 | 1001101 | 10000100 | 111111 | 101010 | 0 | 110000 | 11011100 | 101110 | 100011 |
Color Harmonies of #314D84
Complementary color
Monochromatic Colors of #314D84
Black with #314D84
Text Example
Text Example
White with #314D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314D84; }
p { color: rgb(49,77,132); }
H1.HeaderClassName
{
color: #314D84;
}
.AnyTagClassName
{
color: #314D84;
}
</style>
background-color css
<style>
a { background-color: #314D84; }
a { background-color: rgb(49,77,132); }
div.DivClassName
{
background-color: #314D84;
}
.BgClassName
{
background-color: #314D84;
}
</style>
border-color css
<style>
span { border-color: #314D84; }
span { border-color: rgb(49,77,132); }
td.TdClassName
{
border-color: #314D84;
}
.TagClassName
{
border-color: #314D84;
}
</style>