Shades of Fun Blue #314C7E
Tints of Fun Blue #314C7E
RGB
CMYK
RGB Variations
Color information
#314C7E (or 0x314C7E) is known color: Fun Blue. HEX triplet: 31, 4C and 7E. RGB value is (49,76,126). Sum of RGB (Red+Green+Blue) = 49+76+126=251 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.52% from 251); Green value is 76 (30.08% from 255 or 30.28% from 251); Blue value is 126 (49.61% from 255 or 50.20% from 251); Max value from RGB is 126 - color contains mainly: blue. Hex color #314C7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314C7E is #CEB381. Grayscale: #494949. Windows color (decimal): -13546370 or 8277041. OLE color: 8277041.
HSL color Cylindrical-coordinate representation of color #314C7E: hue angle of 218.96º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #314C7E is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 76 | 126 | - |
| CMYK | 0.61 | 0.40 | 0 | 0.51 |
| HSL | 218.96º | 0.44% | 0.34% | - |
| HSV(B) | 218.96º | 0.61% | 0.49% | - |
| XYZ | 7.62 | 7.33 | 20.75 | - |
| YUV | 73.63 | 157.55 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 76 | 126 | 0.61 | 0.40 | 0 | 0.51 | 218.96 | 0.44 | 0.34 |
| Hex | 31 | 4C | 7E | 3D | 28 | 0 | 33 | DB | 2C | 22 |
| Octal | 61 | 114 | 176 | 75 | 50 | 0 | 63 | 333 | 54 | 42 |
| Binary | 110001 | 1001100 | 1111110 | 111101 | 101000 | 0 | 110011 | 11011011 | 101100 | 100010 |
Color Harmonies of #314C7E
Complementary color
Monochromatic Colors of #314C7E
Black with #314C7E
Text Example
Text Example
White with #314C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314C7E; }
p { color: rgb(49,76,126); }
H1.HeaderClassName
{
color: #314C7E;
}
.AnyTagClassName
{
color: #314C7E;
}
</style>
background-color css
<style>
a { background-color: #314C7E; }
a { background-color: rgb(49,76,126); }
div.DivClassName
{
background-color: #314C7E;
}
.BgClassName
{
background-color: #314C7E;
}
</style>
border-color css
<style>
span { border-color: #314C7E; }
span { border-color: rgb(49,76,126); }
td.TdClassName
{
border-color: #314C7E;
}
.TagClassName
{
border-color: #314C7E;
}
</style>