Shades of Fun Blue #31508B
Tints of Fun Blue #31508B
RGB
CMYK
RGB Variations
Color information
#31508B (or 0x31508B) is known color: Fun Blue. HEX triplet: 31, 50 and 8B. RGB value is (49,80,139). Sum of RGB (Red+Green+Blue) = 49+80+139=268 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.28% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 139 (54.69% from 255 or 51.87% from 268); Max value from RGB is 139 - color contains mainly: blue. Hex color #31508B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31508B is #CEAF74. Grayscale: #4D4D4D. Windows color (decimal): -13545333 or 9130033. OLE color: 9130033.
HSL color Cylindrical-coordinate representation of color #31508B: hue angle of 219.33º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31508B is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 49 | 80 | 139 | - |
| CMYK | 0.65 | 0.42 | 0 | 0.45 |
| HSL | 219.33º | 0.48% | 0.37% | - |
| HSV(B) | 219.33º | 0.65% | 0.55% | - |
| XYZ | 8.8 | 8.25 | 25.56 | - |
| YUV | 77.46 | 162.73 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 80 | 139 | 0.65 | 0.42 | 0 | 0.45 | 219.33 | 0.48 | 0.37 |
| Hex | 31 | 50 | 8B | 41 | 2A | 0 | 2D | DB | 30 | 25 |
| Octal | 61 | 120 | 213 | 101 | 52 | 0 | 55 | 333 | 60 | 45 |
| Binary | 110001 | 1010000 | 10001011 | 1000001 | 101010 | 0 | 101101 | 11011011 | 110000 | 100101 |
Color Harmonies of #31508B
Complementary color
Monochromatic Colors of #31508B
Black with #31508B
Text Example
Text Example
White with #31508B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31508B; }
p { color: rgb(49,80,139); }
H1.HeaderClassName
{
color: #31508B;
}
.AnyTagClassName
{
color: #31508B;
}
</style>
background-color css
<style>
a { background-color: #31508B; }
a { background-color: rgb(49,80,139); }
div.DivClassName
{
background-color: #31508B;
}
.BgClassName
{
background-color: #31508B;
}
</style>
border-color css
<style>
span { border-color: #31508B; }
span { border-color: rgb(49,80,139); }
td.TdClassName
{
border-color: #31508B;
}
.TagClassName
{
border-color: #31508B;
}
</style>