Shades of Fun Blue #314C76
Tints of Fun Blue #314C76
RGB
CMYK
RGB Variations
Color information
#314C76 (or 0x314C76) is known color: Fun Blue. HEX triplet: 31, 4C and 76. RGB value is (49,76,118). Sum of RGB (Red+Green+Blue) = 49+76+118=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 118 - color contains mainly: blue. Hex color #314C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314C76 is #CEB389. Grayscale: #484848. Windows color (decimal): -13546378 or 7752753. OLE color: 7752753.
HSL color Cylindrical-coordinate representation of color #314C76: hue angle of 216.52º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #314C76 is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 49 | 76 | 118 | - |
| CMYK | 0.58 | 0.36 | 0 | 0.54 |
| HSL | 216.52º | 0.41% | 0.33% | - |
| HSV(B) | 216.52º | 0.58% | 0.46% | - |
| XYZ | 7.12 | 7.13 | 18.14 | - |
| YUV | 72.72 | 153.55 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 76 | 118 | 0.58 | 0.36 | 0 | 0.54 | 216.52 | 0.41 | 0.33 |
| Hex | 31 | 4C | 76 | 3A | 24 | 0 | 36 | D9 | 29 | 21 |
| Octal | 61 | 114 | 166 | 72 | 44 | 0 | 66 | 331 | 51 | 41 |
| Binary | 110001 | 1001100 | 1110110 | 111010 | 100100 | 0 | 110110 | 11011001 | 101001 | 100001 |
Color Harmonies of #314C76
Complementary color
Monochromatic Colors of #314C76
Black with #314C76
Text Example
Text Example
White with #314C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314C76; }
p { color: rgb(49,76,118); }
H1.HeaderClassName
{
color: #314C76;
}
.AnyTagClassName
{
color: #314C76;
}
</style>
background-color css
<style>
a { background-color: #314C76; }
a { background-color: rgb(49,76,118); }
div.DivClassName
{
background-color: #314C76;
}
.BgClassName
{
background-color: #314C76;
}
</style>
border-color css
<style>
span { border-color: #314C76; }
span { border-color: rgb(49,76,118); }
td.TdClassName
{
border-color: #314C76;
}
.TagClassName
{
border-color: #314C76;
}
</style>