Shades of Fun Blue #314E89
Tints of Fun Blue #314E89
RGB
CMYK
RGB Variations
Color information
#314E89 (or 0x314E89) is known color: Fun Blue. HEX triplet: 31, 4E and 89. RGB value is (49,78,137). Sum of RGB (Red+Green+Blue) = 49+78+137=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 78 (30.86% from 255 or 29.55% from 264); Blue value is 137 (53.91% from 255 or 51.89% from 264); Max value from RGB is 137 - color contains mainly: blue. Hex color #314E89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #314E89 is #CEB176. Grayscale: #4B4B4B. Windows color (decimal): -13545847 or 8998449. OLE color: 8998449.
HSL color Cylindrical-coordinate representation of color #314E89: hue angle of 220.23º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #314E89 is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 49 | 78 | 137 | - |
| CMYK | 0.64 | 0.43 | 0 | 0.46 |
| HSL | 220.23º | 0.47% | 0.36% | - |
| HSV(B) | 220.23º | 0.64% | 0.54% | - |
| XYZ | 8.51 | 7.91 | 24.74 | - |
| YUV | 76.06 | 162.39 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 78 | 137 | 0.64 | 0.43 | 0 | 0.46 | 220.23 | 0.47 | 0.36 |
| Hex | 31 | 4E | 89 | 40 | 2B | 0 | 2E | DC | 2F | 24 |
| Octal | 61 | 116 | 211 | 100 | 53 | 0 | 56 | 334 | 57 | 44 |
| Binary | 110001 | 1001110 | 10001001 | 1000000 | 101011 | 0 | 101110 | 11011100 | 101111 | 100100 |
Color Harmonies of #314E89
Complementary color
Monochromatic Colors of #314E89
Black with #314E89
Text Example
Text Example
White with #314E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314E89; }
p { color: rgb(49,78,137); }
H1.HeaderClassName
{
color: #314E89;
}
.AnyTagClassName
{
color: #314E89;
}
</style>
background-color css
<style>
a { background-color: #314E89; }
a { background-color: rgb(49,78,137); }
div.DivClassName
{
background-color: #314E89;
}
.BgClassName
{
background-color: #314E89;
}
</style>
border-color css
<style>
span { border-color: #314E89; }
span { border-color: rgb(49,78,137); }
td.TdClassName
{
border-color: #314E89;
}
.TagClassName
{
border-color: #314E89;
}
</style>