Shades of Free Speech Blue #314EDD
Tints of Free Speech Blue #314EDD
RGB
CMYK
RGB Variations
Color information
#314EDD (or 0x314EDD) is known color: Free Speech Blue. HEX triplet: 31, 4E and DD. RGB value is (49,78,221). Sum of RGB (Red+Green+Blue) = 49+78+221=348 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.08% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 221 (86.72% from 255 or 63.51% from 348); Max value from RGB is 221 - color contains mainly: blue. Hex color #314EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #314EDD is #CEB122. Grayscale: #555555. Windows color (decimal): -13545763 or 14503473. OLE color: 14503473.
HSL color Cylindrical-coordinate representation of color #314EDD: hue angle of 229.88º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #314EDD is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 78 | 221 | - |
| CMYK | 0.78 | 0.65 | 0 | 0.13 |
| HSL | 229.88º | 0.72% | 0.53% | - |
| HSV(B) | 229.88º | 0.78% | 0.87% | - |
| XYZ | 17.04 | 11.32 | 69.69 | - |
| YUV | 85.63 | 204.39 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 78 | 221 | 0.78 | 0.65 | 0 | 0.13 | 229.88 | 0.72 | 0.53 |
| Hex | 31 | 4E | DD | 4E | 41 | 0 | D | E6 | 48 | 35 |
| Octal | 61 | 116 | 335 | 116 | 101 | 0 | 15 | 346 | 110 | 65 |
| Binary | 110001 | 1001110 | 11011101 | 1001110 | 1000001 | 0 | 1101 | 11100110 | 1001000 | 110101 |
Color Harmonies of #314EDD
Complementary color
Monochromatic Colors of #314EDD
Black with #314EDD
Text Example
Text Example
White with #314EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314EDD; }
p { color: rgb(49,78,221); }
H1.HeaderClassName
{
color: #314EDD;
}
.AnyTagClassName
{
color: #314EDD;
}
</style>
background-color css
<style>
a { background-color: #314EDD; }
a { background-color: rgb(49,78,221); }
div.DivClassName
{
background-color: #314EDD;
}
.BgClassName
{
background-color: #314EDD;
}
</style>
border-color css
<style>
span { border-color: #314EDD; }
span { border-color: rgb(49,78,221); }
td.TdClassName
{
border-color: #314EDD;
}
.TagClassName
{
border-color: #314EDD;
}
</style>