Shades of Fun Blue #31507F
Tints of Fun Blue #31507F
RGB
CMYK
RGB Variations
Color information
#31507F (or 0x31507F) is known color: Fun Blue. HEX triplet: 31, 50 and 7F. RGB value is (49,80,127). Sum of RGB (Red+Green+Blue) = 49+80+127=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 127 (50% from 255 or 49.61% from 256); Max value from RGB is 127 - color contains mainly: blue. Hex color #31507F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31507F is #CEAF80. Grayscale: #4B4B4B. Windows color (decimal): -13545345 or 8343601. OLE color: 8343601.
HSL color Cylindrical-coordinate representation of color #31507F: hue angle of 216.15º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31507F is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 49 | 80 | 127 | - |
| CMYK | 0.61 | 0.37 | 0 | 0.50 |
| HSL | 216.15º | 0.44% | 0.35% | - |
| HSV(B) | 216.15º | 0.61% | 0.5% | - |
| XYZ | 7.97 | 7.92 | 21.19 | - |
| YUV | 76.09 | 156.73 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 80 | 127 | 0.61 | 0.37 | 0 | 0.50 | 216.15 | 0.44 | 0.35 |
| Hex | 31 | 50 | 7F | 3D | 25 | 0 | 32 | D8 | 2C | 23 |
| Octal | 61 | 120 | 177 | 75 | 45 | 0 | 62 | 330 | 54 | 43 |
| Binary | 110001 | 1010000 | 1111111 | 111101 | 100101 | 0 | 110010 | 11011000 | 101100 | 100011 |
Color Harmonies of #31507F
Complementary color
Monochromatic Colors of #31507F
Black with #31507F
Text Example
Text Example
White with #31507F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31507F; }
p { color: rgb(49,80,127); }
H1.HeaderClassName
{
color: #31507F;
}
.AnyTagClassName
{
color: #31507F;
}
</style>
background-color css
<style>
a { background-color: #31507F; }
a { background-color: rgb(49,80,127); }
div.DivClassName
{
background-color: #31507F;
}
.BgClassName
{
background-color: #31507F;
}
</style>
border-color css
<style>
span { border-color: #31507F; }
span { border-color: rgb(49,80,127); }
td.TdClassName
{
border-color: #31507F;
}
.TagClassName
{
border-color: #31507F;
}
</style>