Shades of Fun Blue #314C73
Tints of Fun Blue #314C73
RGB
CMYK
RGB Variations
Color information
#314C73 (or 0x314C73) is known color: Fun Blue. HEX triplet: 31, 4C and 73. RGB value is (49,76,115). Sum of RGB (Red+Green+Blue) = 49+76+115=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 76 (30.08% from 255 or 31.67% from 240); Blue value is 115 (45.31% from 255 or 47.92% from 240); Max value from RGB is 115 - color contains mainly: blue. Hex color #314C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314C73 is #CEB38C. Grayscale: #484848. Windows color (decimal): -13546381 or 7556145. OLE color: 7556145.
HSL color Cylindrical-coordinate representation of color #314C73: hue angle of 215.45º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #314C73 is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 49 | 76 | 115 | - |
| CMYK | 0.57 | 0.34 | 0 | 0.55 |
| HSL | 215.45º | 0.4% | 0.32% | - |
| HSV(B) | 215.45º | 0.57% | 0.45% | - |
| XYZ | 6.95 | 7.06 | 17.22 | - |
| YUV | 72.37 | 152.05 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 76 | 115 | 0.57 | 0.34 | 0 | 0.55 | 215.45 | 0.4 | 0.32 |
| Hex | 31 | 4C | 73 | 39 | 22 | 0 | 37 | D7 | 28 | 20 |
| Octal | 61 | 114 | 163 | 71 | 42 | 0 | 67 | 327 | 50 | 40 |
| Binary | 110001 | 1001100 | 1110011 | 111001 | 100010 | 0 | 110111 | 11010111 | 101000 | 100000 |
Color Harmonies of #314C73
Complementary color
Monochromatic Colors of #314C73
Black with #314C73
Text Example
Text Example
White with #314C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314C73; }
p { color: rgb(49,76,115); }
H1.HeaderClassName
{
color: #314C73;
}
.AnyTagClassName
{
color: #314C73;
}
</style>
background-color css
<style>
a { background-color: #314C73; }
a { background-color: rgb(49,76,115); }
div.DivClassName
{
background-color: #314C73;
}
.BgClassName
{
background-color: #314C73;
}
</style>
border-color css
<style>
span { border-color: #314C73; }
span { border-color: rgb(49,76,115); }
td.TdClassName
{
border-color: #314C73;
}
.TagClassName
{
border-color: #314C73;
}
</style>