Shades of Fun Blue #314980
Tints of Fun Blue #314980
RGB
CMYK
RGB Variations
Color information
#314980 (or 0x314980) is known color: Fun Blue. HEX triplet: 31, 49 and 80. RGB value is (49,73,128). Sum of RGB (Red+Green+Blue) = 49+73+128=250 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.6% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 128 (50.39% from 255 or 51.2% from 250); Max value from RGB is 128 - color contains mainly: blue. Hex color #314980 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314980 is #CEB67F. Grayscale: #474747. Windows color (decimal): -13547136 or 8407345. OLE color: 8407345.
HSL color Cylindrical-coordinate representation of color #314980: hue angle of 221.77º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #314980 is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 49 | 73 | 128 | - |
| CMYK | 0.62 | 0.43 | 0 | 0.50 |
| HSL | 221.77º | 0.45% | 0.35% | - |
| HSV(B) | 221.77º | 0.62% | 0.5% | - |
| XYZ | 7.55 | 6.98 | 21.37 | - |
| YUV | 72.09 | 159.55 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 73 | 128 | 0.62 | 0.43 | 0 | 0.50 | 221.77 | 0.45 | 0.35 |
| Hex | 31 | 49 | 80 | 3E | 2B | 0 | 32 | DE | 2D | 23 |
| Octal | 61 | 111 | 200 | 76 | 53 | 0 | 62 | 336 | 55 | 43 |
| Binary | 110001 | 1001001 | 10000000 | 111110 | 101011 | 0 | 110010 | 11011110 | 101101 | 100011 |
Color Harmonies of #314980
Complementary color
Monochromatic Colors of #314980
Black with #314980
Text Example
Text Example
White with #314980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314980; }
p { color: rgb(49,73,128); }
H1.HeaderClassName
{
color: #314980;
}
.AnyTagClassName
{
color: #314980;
}
</style>
background-color css
<style>
a { background-color: #314980; }
a { background-color: rgb(49,73,128); }
div.DivClassName
{
background-color: #314980;
}
.BgClassName
{
background-color: #314980;
}
</style>
border-color css
<style>
span { border-color: #314980; }
span { border-color: rgb(49,73,128); }
td.TdClassName
{
border-color: #314980;
}
.TagClassName
{
border-color: #314980;
}
</style>