Shades of Fun Blue #314981
Tints of Fun Blue #314981
RGB
CMYK
RGB Variations
Color information
#314981 (or 0x314981) is known color: Fun Blue. HEX triplet: 31, 49 and 81. RGB value is (49,73,129). Sum of RGB (Red+Green+Blue) = 49+73+129=251 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.52% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 129 (50.78% from 255 or 51.39% from 251); Max value from RGB is 129 - color contains mainly: blue. Hex color #314981 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314981 is #CEB67E. Grayscale: #474747. Windows color (decimal): -13547135 or 8472881. OLE color: 8472881.
HSL color Cylindrical-coordinate representation of color #314981: hue angle of 222º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #314981 is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 49 | 73 | 129 | - |
| CMYK | 0.62 | 0.43 | 0 | 0.49 |
| HSL | 222º | 0.45% | 0.35% | - |
| HSV(B) | 222º | 0.62% | 0.51% | - |
| XYZ | 7.61 | 7 | 21.72 | - |
| YUV | 72.21 | 160.05 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 73 | 129 | 0.62 | 0.43 | 0 | 0.49 | 222 | 0.45 | 0.35 |
| Hex | 31 | 49 | 81 | 3E | 2B | 0 | 31 | DE | 2D | 23 |
| Octal | 61 | 111 | 201 | 76 | 53 | 0 | 61 | 336 | 55 | 43 |
| Binary | 110001 | 1001001 | 10000001 | 111110 | 101011 | 0 | 110001 | 11011110 | 101101 | 100011 |
Color Harmonies of #314981
Complementary color
Monochromatic Colors of #314981
Black with #314981
Text Example
Text Example
White with #314981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314981; }
p { color: rgb(49,73,129); }
H1.HeaderClassName
{
color: #314981;
}
.AnyTagClassName
{
color: #314981;
}
</style>
background-color css
<style>
a { background-color: #314981; }
a { background-color: rgb(49,73,129); }
div.DivClassName
{
background-color: #314981;
}
.BgClassName
{
background-color: #314981;
}
</style>
border-color css
<style>
span { border-color: #314981; }
span { border-color: rgb(49,73,129); }
td.TdClassName
{
border-color: #314981;
}
.TagClassName
{
border-color: #314981;
}
</style>