Shades of Fun Blue #315183
Tints of Fun Blue #315183
RGB
CMYK
RGB Variations
Color information
#315183 (or 0x315183) is known color: Fun Blue. HEX triplet: 31, 51 and 83. RGB value is (49,81,131). Sum of RGB (Red+Green+Blue) = 49+81+131=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 131 (51.56% from 255 or 50.19% from 261); Max value from RGB is 131 - color contains mainly: blue. Hex color #315183 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315183 is #CEAE7C. Grayscale: #4C4C4C. Windows color (decimal): -13545085 or 8606001. OLE color: 8606001.
HSL color Cylindrical-coordinate representation of color #315183: hue angle of 216.59º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #315183 is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 49 | 81 | 131 | - |
| CMYK | 0.63 | 0.38 | 0 | 0.49 |
| HSL | 216.59º | 0.46% | 0.35% | - |
| HSV(B) | 216.59º | 0.63% | 0.51% | - |
| XYZ | 8.31 | 8.18 | 22.61 | - |
| YUV | 77.13 | 158.4 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 81 | 131 | 0.63 | 0.38 | 0 | 0.49 | 216.59 | 0.46 | 0.35 |
| Hex | 31 | 51 | 83 | 3F | 26 | 0 | 31 | D9 | 2E | 23 |
| Octal | 61 | 121 | 203 | 77 | 46 | 0 | 61 | 331 | 56 | 43 |
| Binary | 110001 | 1010001 | 10000011 | 111111 | 100110 | 0 | 110001 | 11011001 | 101110 | 100011 |
Color Harmonies of #315183
Complementary color
Monochromatic Colors of #315183
Black with #315183
Text Example
Text Example
White with #315183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315183; }
p { color: rgb(49,81,131); }
H1.HeaderClassName
{
color: #315183;
}
.AnyTagClassName
{
color: #315183;
}
</style>
background-color css
<style>
a { background-color: #315183; }
a { background-color: rgb(49,81,131); }
div.DivClassName
{
background-color: #315183;
}
.BgClassName
{
background-color: #315183;
}
</style>
border-color css
<style>
span { border-color: #315183; }
span { border-color: rgb(49,81,131); }
td.TdClassName
{
border-color: #315183;
}
.TagClassName
{
border-color: #315183;
}
</style>