Shades of Fun Blue #31538C
Tints of Fun Blue #31538C
RGB
CMYK
RGB Variations
Color information
#31538C (or 0x31538C) is known color: Fun Blue. HEX triplet: 31, 53 and 8C. RGB value is (49,83,140). Sum of RGB (Red+Green+Blue) = 49+83+140=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 140 (55.08% from 255 or 51.47% from 272); Max value from RGB is 140 - color contains mainly: blue. Hex color #31538C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31538C is #CEAC73. Grayscale: #4F4F4F. Windows color (decimal): -13544564 or 9196337. OLE color: 9196337.
HSL color Cylindrical-coordinate representation of color #31538C: hue angle of 217.58º 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 #31538C is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 49 | 83 | 140 | - |
| CMYK | 0.65 | 0.41 | 0 | 0.45 |
| HSL | 217.58º | 0.48% | 0.37% | - |
| HSV(B) | 217.58º | 0.65% | 0.55% | - |
| XYZ | 9.09 | 8.73 | 26.02 | - |
| YUV | 79.33 | 162.24 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 83 | 140 | 0.65 | 0.41 | 0 | 0.45 | 217.58 | 0.48 | 0.37 |
| Hex | 31 | 53 | 8C | 41 | 29 | 0 | 2D | DA | 30 | 25 |
| Octal | 61 | 123 | 214 | 101 | 51 | 0 | 55 | 332 | 60 | 45 |
| Binary | 110001 | 1010011 | 10001100 | 1000001 | 101001 | 0 | 101101 | 11011010 | 110000 | 100101 |
Color Harmonies of #31538C
Complementary color
Monochromatic Colors of #31538C
Black with #31538C
Text Example
Text Example
White with #31538C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31538C; }
p { color: rgb(49,83,140); }
H1.HeaderClassName
{
color: #31538C;
}
.AnyTagClassName
{
color: #31538C;
}
</style>
background-color css
<style>
a { background-color: #31538C; }
a { background-color: rgb(49,83,140); }
div.DivClassName
{
background-color: #31538C;
}
.BgClassName
{
background-color: #31538C;
}
</style>
border-color css
<style>
span { border-color: #31538C; }
span { border-color: rgb(49,83,140); }
td.TdClassName
{
border-color: #31538C;
}
.TagClassName
{
border-color: #31538C;
}
</style>