Shades of Fun Blue #314C85
Tints of Fun Blue #314C85
RGB
CMYK
RGB Variations
Color information
#314C85 (or 0x314C85) is known color: Fun Blue. HEX triplet: 31, 4C and 85. RGB value is (49,76,133). Sum of RGB (Red+Green+Blue) = 49+76+133=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 76 (30.08% from 255 or 29.46% from 258); Blue value is 133 (52.34% from 255 or 51.55% from 258); Max value from RGB is 133 - color contains mainly: blue. Hex color #314C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314C85 is #CEB37A. Grayscale: #4A4A4A. Windows color (decimal): -13546363 or 8735793. OLE color: 8735793.
HSL color Cylindrical-coordinate representation of color #314C85: hue angle of 220.71º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #314C85 is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 49 | 76 | 133 | - |
| CMYK | 0.63 | 0.43 | 0 | 0.48 |
| HSL | 220.71º | 0.46% | 0.36% | - |
| HSV(B) | 220.71º | 0.63% | 0.52% | - |
| XYZ | 8.08 | 7.52 | 23.21 | - |
| YUV | 74.43 | 161.05 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 76 | 133 | 0.63 | 0.43 | 0 | 0.48 | 220.71 | 0.46 | 0.36 |
| Hex | 31 | 4C | 85 | 3F | 2B | 0 | 30 | DD | 2E | 24 |
| Octal | 61 | 114 | 205 | 77 | 53 | 0 | 60 | 335 | 56 | 44 |
| Binary | 110001 | 1001100 | 10000101 | 111111 | 101011 | 0 | 110000 | 11011101 | 101110 | 100100 |
Color Harmonies of #314C85
Complementary color
Monochromatic Colors of #314C85
Black with #314C85
Text Example
Text Example
White with #314C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314C85; }
p { color: rgb(49,76,133); }
H1.HeaderClassName
{
color: #314C85;
}
.AnyTagClassName
{
color: #314C85;
}
</style>
background-color css
<style>
a { background-color: #314C85; }
a { background-color: rgb(49,76,133); }
div.DivClassName
{
background-color: #314C85;
}
.BgClassName
{
background-color: #314C85;
}
</style>
border-color css
<style>
span { border-color: #314C85; }
span { border-color: rgb(49,76,133); }
td.TdClassName
{
border-color: #314C85;
}
.TagClassName
{
border-color: #314C85;
}
</style>