Shades of Fun Blue #31477D
Tints of Fun Blue #31477D
RGB
CMYK
RGB Variations
Color information
#31477D (or 0x31477D) is known color: Fun Blue. HEX triplet: 31, 47 and 7D. RGB value is (49,71,125). Sum of RGB (Red+Green+Blue) = 49+71+125=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 125 (49.22% from 255 or 51.02% from 245); Max value from RGB is 125 - color contains mainly: blue. Hex color #31477D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31477D is #CEB882. Grayscale: #464646. Windows color (decimal): -13547651 or 8210225. OLE color: 8210225.
HSL color Cylindrical-coordinate representation of color #31477D: hue angle of 222.63º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31477D is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 71 | 125 | - |
| CMYK | 0.61 | 0.43 | 0 | 0.51 |
| HSL | 222.63º | 0.44% | 0.34% | - |
| HSV(B) | 222.63º | 0.61% | 0.49% | - |
| XYZ | 7.22 | 6.64 | 20.3 | - |
| YUV | 70.58 | 158.71 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 71 | 125 | 0.61 | 0.43 | 0 | 0.51 | 222.63 | 0.44 | 0.34 |
| Hex | 31 | 47 | 7D | 3D | 2B | 0 | 33 | DF | 2C | 22 |
| Octal | 61 | 107 | 175 | 75 | 53 | 0 | 63 | 337 | 54 | 42 |
| Binary | 110001 | 1000111 | 1111101 | 111101 | 101011 | 0 | 110011 | 11011111 | 101100 | 100010 |
Color Harmonies of #31477D
Complementary color
Monochromatic Colors of #31477D
Black with #31477D
Text Example
Text Example
White with #31477D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31477D; }
p { color: rgb(49,71,125); }
H1.HeaderClassName
{
color: #31477D;
}
.AnyTagClassName
{
color: #31477D;
}
</style>
background-color css
<style>
a { background-color: #31477D; }
a { background-color: rgb(49,71,125); }
div.DivClassName
{
background-color: #31477D;
}
.BgClassName
{
background-color: #31477D;
}
</style>
border-color css
<style>
span { border-color: #31477D; }
span { border-color: rgb(49,71,125); }
td.TdClassName
{
border-color: #31477D;
}
.TagClassName
{
border-color: #31477D;
}
</style>