Shades of Fun Blue #314879
Tints of Fun Blue #314879
RGB
CMYK
RGB Variations
Color information
#314879 (or 0x314879) is known color: Fun Blue. HEX triplet: 31, 48 and 79. RGB value is (49,72,121). Sum of RGB (Red+Green+Blue) = 49+72+121=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 121 (47.66% from 255 or 50% from 242); Max value from RGB is 121 - color contains mainly: blue. Hex color #314879 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314879 is #CEB786. Grayscale: #464646. Windows color (decimal): -13547399 or 7948337. OLE color: 7948337.
HSL color Cylindrical-coordinate representation of color #314879: hue angle of 220.83º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #314879 is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 49 | 72 | 121 | - |
| CMYK | 0.60 | 0.40 | 0 | 0.53 |
| HSL | 220.83º | 0.42% | 0.33% | - |
| HSV(B) | 220.83º | 0.6% | 0.47% | - |
| XYZ | 7.04 | 6.67 | 19.01 | - |
| YUV | 70.71 | 156.38 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 72 | 121 | 0.60 | 0.40 | 0 | 0.53 | 220.83 | 0.42 | 0.33 |
| Hex | 31 | 48 | 79 | 3C | 28 | 0 | 35 | DD | 2A | 21 |
| Octal | 61 | 110 | 171 | 74 | 50 | 0 | 65 | 335 | 52 | 41 |
| Binary | 110001 | 1001000 | 1111001 | 111100 | 101000 | 0 | 110101 | 11011101 | 101010 | 100001 |
Color Harmonies of #314879
Complementary color
Monochromatic Colors of #314879
Black with #314879
Text Example
Text Example
White with #314879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314879; }
p { color: rgb(49,72,121); }
H1.HeaderClassName
{
color: #314879;
}
.AnyTagClassName
{
color: #314879;
}
</style>
background-color css
<style>
a { background-color: #314879; }
a { background-color: rgb(49,72,121); }
div.DivClassName
{
background-color: #314879;
}
.BgClassName
{
background-color: #314879;
}
</style>
border-color css
<style>
span { border-color: #314879; }
span { border-color: rgb(49,72,121); }
td.TdClassName
{
border-color: #314879;
}
.TagClassName
{
border-color: #314879;
}
</style>