Shades of Fun Blue #315186
Tints of Fun Blue #315186
RGB
CMYK
RGB Variations
Color information
#315186 (or 0x315186) is known color: Fun Blue. HEX triplet: 31, 51 and 86. RGB value is (49,81,134). Sum of RGB (Red+Green+Blue) = 49+81+134=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 134 (52.73% from 255 or 50.76% from 264); Max value from RGB is 134 - color contains mainly: blue. Hex color #315186 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315186 is #CEAE79. Grayscale: #4D4D4D. Windows color (decimal): -13545082 or 8802609. OLE color: 8802609.
HSL color Cylindrical-coordinate representation of color #315186: hue angle of 217.41º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #315186 is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 49 | 81 | 134 | - |
| CMYK | 0.63 | 0.40 | 0 | 0.47 |
| HSL | 217.41º | 0.46% | 0.36% | - |
| HSV(B) | 217.41º | 0.63% | 0.53% | - |
| XYZ | 8.51 | 8.26 | 23.7 | - |
| YUV | 77.47 | 159.9 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 81 | 134 | 0.63 | 0.40 | 0 | 0.47 | 217.41 | 0.46 | 0.36 |
| Hex | 31 | 51 | 86 | 3F | 28 | 0 | 2F | D9 | 2E | 24 |
| Octal | 61 | 121 | 206 | 77 | 50 | 0 | 57 | 331 | 56 | 44 |
| Binary | 110001 | 1010001 | 10000110 | 111111 | 101000 | 0 | 101111 | 11011001 | 101110 | 100100 |
Color Harmonies of #315186
Complementary color
Monochromatic Colors of #315186
Black with #315186
Text Example
Text Example
White with #315186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315186; }
p { color: rgb(49,81,134); }
H1.HeaderClassName
{
color: #315186;
}
.AnyTagClassName
{
color: #315186;
}
</style>
background-color css
<style>
a { background-color: #315186; }
a { background-color: rgb(49,81,134); }
div.DivClassName
{
background-color: #315186;
}
.BgClassName
{
background-color: #315186;
}
</style>
border-color css
<style>
span { border-color: #315186; }
span { border-color: rgb(49,81,134); }
td.TdClassName
{
border-color: #315186;
}
.TagClassName
{
border-color: #315186;
}
</style>