Shades of Fun Blue #314880
Tints of Fun Blue #314880
RGB
CMYK
RGB Variations
Color information
#314880 (or 0x314880) is known color: Fun Blue. HEX triplet: 31, 48 and 80. RGB value is (49,72,128). Sum of RGB (Red+Green+Blue) = 49+72+128=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 128 (50.39% from 255 or 51.41% from 249); Max value from RGB is 128 - color contains mainly: blue. Hex color #314880 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314880 is #CEB77F. Grayscale: #474747. Windows color (decimal): -13547392 or 8407089. OLE color: 8407089.
HSL color Cylindrical-coordinate representation of color #314880: hue angle of 222.53º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #314880 is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 49 | 72 | 128 | - |
| CMYK | 0.62 | 0.44 | 0 | 0.50 |
| HSL | 222.53º | 0.45% | 0.35% | - |
| HSV(B) | 222.53º | 0.62% | 0.5% | - |
| XYZ | 7.48 | 6.85 | 21.35 | - |
| YUV | 71.51 | 159.88 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 72 | 128 | 0.62 | 0.44 | 0 | 0.50 | 222.53 | 0.45 | 0.35 |
| Hex | 31 | 48 | 80 | 3E | 2C | 0 | 32 | DF | 2D | 23 |
| Octal | 61 | 110 | 200 | 76 | 54 | 0 | 62 | 337 | 55 | 43 |
| Binary | 110001 | 1001000 | 10000000 | 111110 | 101100 | 0 | 110010 | 11011111 | 101101 | 100011 |
Color Harmonies of #314880
Complementary color
Monochromatic Colors of #314880
Black with #314880
Text Example
Text Example
White with #314880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314880; }
p { color: rgb(49,72,128); }
H1.HeaderClassName
{
color: #314880;
}
.AnyTagClassName
{
color: #314880;
}
</style>
background-color css
<style>
a { background-color: #314880; }
a { background-color: rgb(49,72,128); }
div.DivClassName
{
background-color: #314880;
}
.BgClassName
{
background-color: #314880;
}
</style>
border-color css
<style>
span { border-color: #314880; }
span { border-color: rgb(49,72,128); }
td.TdClassName
{
border-color: #314880;
}
.TagClassName
{
border-color: #314880;
}
</style>