Shades of Fun Blue #314D83
Tints of Fun Blue #314D83
RGB
CMYK
RGB Variations
Color information
#314D83 (or 0x314D83) is known color: Fun Blue. HEX triplet: 31, 4D and 83. RGB value is (49,77,131). Sum of RGB (Red+Green+Blue) = 49+77+131=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 131 (51.56% from 255 or 50.97% from 257); Max value from RGB is 131 - color contains mainly: blue. Hex color #314D83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #314D83 is #CEB27C. Grayscale: #4A4A4A. Windows color (decimal): -13546109 or 8604977. OLE color: 8604977.
HSL color Cylindrical-coordinate representation of color #314D83: hue angle of 219.51º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #314D83 is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 49 | 77 | 131 | - |
| CMYK | 0.63 | 0.41 | 0 | 0.49 |
| HSL | 219.51º | 0.46% | 0.35% | - |
| HSV(B) | 219.51º | 0.63% | 0.51% | - |
| XYZ | 8.02 | 7.6 | 22.52 | - |
| YUV | 74.78 | 159.72 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 77 | 131 | 0.63 | 0.41 | 0 | 0.49 | 219.51 | 0.46 | 0.35 |
| Hex | 31 | 4D | 83 | 3F | 29 | 0 | 31 | DC | 2E | 23 |
| Octal | 61 | 115 | 203 | 77 | 51 | 0 | 61 | 334 | 56 | 43 |
| Binary | 110001 | 1001101 | 10000011 | 111111 | 101001 | 0 | 110001 | 11011100 | 101110 | 100011 |
Color Harmonies of #314D83
Complementary color
Monochromatic Colors of #314D83
Black with #314D83
Text Example
Text Example
White with #314D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314D83; }
p { color: rgb(49,77,131); }
H1.HeaderClassName
{
color: #314D83;
}
.AnyTagClassName
{
color: #314D83;
}
</style>
background-color css
<style>
a { background-color: #314D83; }
a { background-color: rgb(49,77,131); }
div.DivClassName
{
background-color: #314D83;
}
.BgClassName
{
background-color: #314D83;
}
</style>
border-color css
<style>
span { border-color: #314D83; }
span { border-color: rgb(49,77,131); }
td.TdClassName
{
border-color: #314D83;
}
.TagClassName
{
border-color: #314D83;
}
</style>