Shades of Fun Blue #314C78
Tints of Fun Blue #314C78
RGB
CMYK
RGB Variations
Color information
#314C78 (or 0x314C78) is known color: Fun Blue. HEX triplet: 31, 4C and 78. RGB value is (49,76,120). Sum of RGB (Red+Green+Blue) = 49+76+120=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 120 (47.27% from 255 or 48.98% from 245); Max value from RGB is 120 - color contains mainly: blue. Hex color #314C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314C78 is #CEB387. Grayscale: #484848. Windows color (decimal): -13546376 or 7883825. OLE color: 7883825.
HSL color Cylindrical-coordinate representation of color #314C78: hue angle of 217.18º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #314C78 is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 49 | 76 | 120 | - |
| CMYK | 0.59 | 0.37 | 0 | 0.53 |
| HSL | 217.18º | 0.42% | 0.33% | - |
| HSV(B) | 217.18º | 0.59% | 0.47% | - |
| XYZ | 7.24 | 7.18 | 18.77 | - |
| YUV | 72.94 | 154.55 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 76 | 120 | 0.59 | 0.37 | 0 | 0.53 | 217.18 | 0.42 | 0.33 |
| Hex | 31 | 4C | 78 | 3B | 25 | 0 | 35 | D9 | 2A | 21 |
| Octal | 61 | 114 | 170 | 73 | 45 | 0 | 65 | 331 | 52 | 41 |
| Binary | 110001 | 1001100 | 1111000 | 111011 | 100101 | 0 | 110101 | 11011001 | 101010 | 100001 |
Color Harmonies of #314C78
Complementary color
Monochromatic Colors of #314C78
Black with #314C78
Text Example
Text Example
White with #314C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314C78; }
p { color: rgb(49,76,120); }
H1.HeaderClassName
{
color: #314C78;
}
.AnyTagClassName
{
color: #314C78;
}
</style>
background-color css
<style>
a { background-color: #314C78; }
a { background-color: rgb(49,76,120); }
div.DivClassName
{
background-color: #314C78;
}
.BgClassName
{
background-color: #314C78;
}
</style>
border-color css
<style>
span { border-color: #314C78; }
span { border-color: rgb(49,76,120); }
td.TdClassName
{
border-color: #314C78;
}
.TagClassName
{
border-color: #314C78;
}
</style>