Shades of Fun Blue #314C74
Tints of Fun Blue #314C74
RGB
CMYK
RGB Variations
Color information
#314C74 (or 0x314C74) is known color: Fun Blue. HEX triplet: 31, 4C and 74. RGB value is (49,76,116). Sum of RGB (Red+Green+Blue) = 49+76+116=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 116 (45.70% from 255 or 48.13% from 241); Max value from RGB is 116 - color contains mainly: blue. Hex color #314C74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314C74 is #CEB38B. Grayscale: #484848. Windows color (decimal): -13546380 or 7621681. OLE color: 7621681.
HSL color Cylindrical-coordinate representation of color #314C74: hue angle of 215.82º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #314C74 is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 49 | 76 | 116 | - |
| CMYK | 0.58 | 0.34 | 0 | 0.55 |
| HSL | 215.82º | 0.41% | 0.32% | - |
| HSV(B) | 215.82º | 0.58% | 0.45% | - |
| XYZ | 7 | 7.08 | 17.52 | - |
| YUV | 72.49 | 152.55 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 76 | 116 | 0.58 | 0.34 | 0 | 0.55 | 215.82 | 0.41 | 0.32 |
| Hex | 31 | 4C | 74 | 3A | 22 | 0 | 37 | D8 | 29 | 20 |
| Octal | 61 | 114 | 164 | 72 | 42 | 0 | 67 | 330 | 51 | 40 |
| Binary | 110001 | 1001100 | 1110100 | 111010 | 100010 | 0 | 110111 | 11011000 | 101001 | 100000 |
Color Harmonies of #314C74
Complementary color
Monochromatic Colors of #314C74
Black with #314C74
Text Example
Text Example
White with #314C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314C74; }
p { color: rgb(49,76,116); }
H1.HeaderClassName
{
color: #314C74;
}
.AnyTagClassName
{
color: #314C74;
}
</style>
background-color css
<style>
a { background-color: #314C74; }
a { background-color: rgb(49,76,116); }
div.DivClassName
{
background-color: #314C74;
}
.BgClassName
{
background-color: #314C74;
}
</style>
border-color css
<style>
span { border-color: #314C74; }
span { border-color: rgb(49,76,116); }
td.TdClassName
{
border-color: #314C74;
}
.TagClassName
{
border-color: #314C74;
}
</style>