Shades of Fun Blue #314977
Tints of Fun Blue #314977
RGB
CMYK
RGB Variations
Color information
#314977 (or 0x314977) is known color: Fun Blue. HEX triplet: 31, 49 and 77. RGB value is (49,73,119). Sum of RGB (Red+Green+Blue) = 49+73+119=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 119 (46.88% from 255 or 49.38% from 241); Max value from RGB is 119 - color contains mainly: blue. Hex color #314977 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314977 is #CEB688. Grayscale: #464646. Windows color (decimal): -13547145 or 7817521. OLE color: 7817521.
HSL color Cylindrical-coordinate representation of color #314977: hue angle of 219.43º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #314977 is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 49 | 73 | 119 | - |
| CMYK | 0.59 | 0.39 | 0 | 0.53 |
| HSL | 219.43º | 0.42% | 0.33% | - |
| HSV(B) | 219.43º | 0.59% | 0.47% | - |
| XYZ | 6.98 | 6.75 | 18.39 | - |
| YUV | 71.07 | 155.05 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 73 | 119 | 0.59 | 0.39 | 0 | 0.53 | 219.43 | 0.42 | 0.33 |
| Hex | 31 | 49 | 77 | 3B | 27 | 0 | 35 | DB | 2A | 21 |
| Octal | 61 | 111 | 167 | 73 | 47 | 0 | 65 | 333 | 52 | 41 |
| Binary | 110001 | 1001001 | 1110111 | 111011 | 100111 | 0 | 110101 | 11011011 | 101010 | 100001 |
Color Harmonies of #314977
Complementary color
Monochromatic Colors of #314977
Black with #314977
Text Example
Text Example
White with #314977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314977; }
p { color: rgb(49,73,119); }
H1.HeaderClassName
{
color: #314977;
}
.AnyTagClassName
{
color: #314977;
}
</style>
background-color css
<style>
a { background-color: #314977; }
a { background-color: rgb(49,73,119); }
div.DivClassName
{
background-color: #314977;
}
.BgClassName
{
background-color: #314977;
}
</style>
border-color css
<style>
span { border-color: #314977; }
span { border-color: rgb(49,73,119); }
td.TdClassName
{
border-color: #314977;
}
.TagClassName
{
border-color: #314977;
}
</style>