Shades of Fun Blue #314E86
Tints of Fun Blue #314E86
RGB
CMYK
RGB Variations
Color information
#314E86 (or 0x314E86) is known color: Fun Blue. HEX triplet: 31, 4E and 86. RGB value is (49,78,134). Sum of RGB (Red+Green+Blue) = 49+78+134=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 78 (30.86% from 255 or 29.89% from 261); Blue value is 134 (52.73% from 255 or 51.34% from 261); Max value from RGB is 134 - color contains mainly: blue. Hex color #314E86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #314E86 is #CEB179. Grayscale: #4B4B4B. Windows color (decimal): -13545850 or 8801841. OLE color: 8801841.
HSL color Cylindrical-coordinate representation of color #314E86: hue angle of 219.53º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #314E86 is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 49 | 78 | 134 | - |
| CMYK | 0.63 | 0.42 | 0 | 0.47 |
| HSL | 219.53º | 0.46% | 0.36% | - |
| HSV(B) | 219.53º | 0.63% | 0.53% | - |
| XYZ | 8.29 | 7.82 | 23.63 | - |
| YUV | 75.71 | 160.89 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 78 | 134 | 0.63 | 0.42 | 0 | 0.47 | 219.53 | 0.46 | 0.36 |
| Hex | 31 | 4E | 86 | 3F | 2A | 0 | 2F | DC | 2E | 24 |
| Octal | 61 | 116 | 206 | 77 | 52 | 0 | 57 | 334 | 56 | 44 |
| Binary | 110001 | 1001110 | 10000110 | 111111 | 101010 | 0 | 101111 | 11011100 | 101110 | 100100 |
Color Harmonies of #314E86
Complementary color
Monochromatic Colors of #314E86
Black with #314E86
Text Example
Text Example
White with #314E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314E86; }
p { color: rgb(49,78,134); }
H1.HeaderClassName
{
color: #314E86;
}
.AnyTagClassName
{
color: #314E86;
}
</style>
background-color css
<style>
a { background-color: #314E86; }
a { background-color: rgb(49,78,134); }
div.DivClassName
{
background-color: #314E86;
}
.BgClassName
{
background-color: #314E86;
}
</style>
border-color css
<style>
span { border-color: #314E86; }
span { border-color: rgb(49,78,134); }
td.TdClassName
{
border-color: #314E86;
}
.TagClassName
{
border-color: #314E86;
}
</style>