Shades of Fun Blue #315184
Tints of Fun Blue #315184
RGB
CMYK
RGB Variations
Color information
#315184 (or 0x315184) is known color: Fun Blue. HEX triplet: 31, 51 and 84. RGB value is (49,81,132). Sum of RGB (Red+Green+Blue) = 49+81+132=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 132 (51.95% from 255 or 50.38% from 262); Max value from RGB is 132 - color contains mainly: blue. Hex color #315184 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315184 is #CEAE7B. Grayscale: #4D4D4D. Windows color (decimal): -13545084 or 8671537. OLE color: 8671537.
HSL color Cylindrical-coordinate representation of color #315184: hue angle of 216.87º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #315184 is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 49 | 81 | 132 | - |
| CMYK | 0.63 | 0.39 | 0 | 0.48 |
| HSL | 216.87º | 0.46% | 0.35% | - |
| HSV(B) | 216.87º | 0.63% | 0.52% | - |
| XYZ | 8.37 | 8.2 | 22.97 | - |
| YUV | 77.25 | 158.9 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 81 | 132 | 0.63 | 0.39 | 0 | 0.48 | 216.87 | 0.46 | 0.35 |
| Hex | 31 | 51 | 84 | 3F | 27 | 0 | 30 | D9 | 2E | 23 |
| Octal | 61 | 121 | 204 | 77 | 47 | 0 | 60 | 331 | 56 | 43 |
| Binary | 110001 | 1010001 | 10000100 | 111111 | 100111 | 0 | 110000 | 11011001 | 101110 | 100011 |
Color Harmonies of #315184
Complementary color
Monochromatic Colors of #315184
Black with #315184
Text Example
Text Example
White with #315184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315184; }
p { color: rgb(49,81,132); }
H1.HeaderClassName
{
color: #315184;
}
.AnyTagClassName
{
color: #315184;
}
</style>
background-color css
<style>
a { background-color: #315184; }
a { background-color: rgb(49,81,132); }
div.DivClassName
{
background-color: #315184;
}
.BgClassName
{
background-color: #315184;
}
</style>
border-color css
<style>
span { border-color: #315184; }
span { border-color: rgb(49,81,132); }
td.TdClassName
{
border-color: #315184;
}
.TagClassName
{
border-color: #315184;
}
</style>