Shades of Fun Blue #314A77
Tints of Fun Blue #314A77
RGB
CMYK
RGB Variations
Color information
#314A77 (or 0x314A77) is known color: Fun Blue. HEX triplet: 31, 4A and 77. RGB value is (49,74,119). Sum of RGB (Red+Green+Blue) = 49+74+119=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 74 (29.30% from 255 or 30.58% from 242); Blue value is 119 (46.88% from 255 or 49.17% from 242); Max value from RGB is 119 - color contains mainly: blue. Hex color #314A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314A77 is #CEB588. Grayscale: #474747. Windows color (decimal): -13546889 or 7817777. OLE color: 7817777.
HSL color Cylindrical-coordinate representation of color #314A77: hue angle of 218.57º 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 #314A77 is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 49 | 74 | 119 | - |
| CMYK | 0.59 | 0.38 | 0 | 0.53 |
| HSL | 218.57º | 0.42% | 0.33% | - |
| HSV(B) | 218.57º | 0.59% | 0.47% | - |
| XYZ | 7.05 | 6.88 | 18.41 | - |
| YUV | 71.66 | 154.72 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 74 | 119 | 0.59 | 0.38 | 0 | 0.53 | 218.57 | 0.42 | 0.33 |
| Hex | 31 | 4A | 77 | 3B | 26 | 0 | 35 | DB | 2A | 21 |
| Octal | 61 | 112 | 167 | 73 | 46 | 0 | 65 | 333 | 52 | 41 |
| Binary | 110001 | 1001010 | 1110111 | 111011 | 100110 | 0 | 110101 | 11011011 | 101010 | 100001 |
Color Harmonies of #314A77
Complementary color
Monochromatic Colors of #314A77
Black with #314A77
Text Example
Text Example
White with #314A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314A77; }
p { color: rgb(49,74,119); }
H1.HeaderClassName
{
color: #314A77;
}
.AnyTagClassName
{
color: #314A77;
}
</style>
background-color css
<style>
a { background-color: #314A77; }
a { background-color: rgb(49,74,119); }
div.DivClassName
{
background-color: #314A77;
}
.BgClassName
{
background-color: #314A77;
}
</style>
border-color css
<style>
span { border-color: #314A77; }
span { border-color: rgb(49,74,119); }
td.TdClassName
{
border-color: #314A77;
}
.TagClassName
{
border-color: #314A77;
}
</style>