Shades of Free Speech Blue #314DD4
Tints of Free Speech Blue #314DD4
RGB
CMYK
RGB Variations
Color information
#314DD4 (or 0x314DD4) is known color: Free Speech Blue. HEX triplet: 31, 4D and D4. RGB value is (49,77,212). Sum of RGB (Red+Green+Blue) = 49+77+212=338 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.50% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 212 (83.20% from 255 or 62.72% from 338); Max value from RGB is 212 - color contains mainly: blue. Hex color #314DD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #314DD4 is #CEB22B. Grayscale: #535353. Windows color (decimal): -13546028 or 13913393. OLE color: 13913393.
HSL color Cylindrical-coordinate representation of color #314DD4: hue angle of 229.69º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #314DD4 is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 49 | 77 | 212 | - |
| CMYK | 0.77 | 0.64 | 0 | 0.17 |
| HSL | 229.69º | 0.65% | 0.51% | - |
| HSV(B) | 229.69º | 0.77% | 0.83% | - |
| XYZ | 15.8 | 10.71 | 63.52 | - |
| YUV | 84.02 | 200.22 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 77 | 212 | 0.77 | 0.64 | 0 | 0.17 | 229.69 | 0.65 | 0.51 |
| Hex | 31 | 4D | D4 | 4D | 40 | 0 | 11 | E6 | 41 | 33 |
| Octal | 61 | 115 | 324 | 115 | 100 | 0 | 21 | 346 | 101 | 63 |
| Binary | 110001 | 1001101 | 11010100 | 1001101 | 1000000 | 0 | 10001 | 11100110 | 1000001 | 110011 |
Color Harmonies of #314DD4
Complementary color
Monochromatic Colors of #314DD4
Black with #314DD4
Text Example
Text Example
White with #314DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314DD4; }
p { color: rgb(49,77,212); }
H1.HeaderClassName
{
color: #314DD4;
}
.AnyTagClassName
{
color: #314DD4;
}
</style>
background-color css
<style>
a { background-color: #314DD4; }
a { background-color: rgb(49,77,212); }
div.DivClassName
{
background-color: #314DD4;
}
.BgClassName
{
background-color: #314DD4;
}
</style>
border-color css
<style>
span { border-color: #314DD4; }
span { border-color: rgb(49,77,212); }
td.TdClassName
{
border-color: #314DD4;
}
.TagClassName
{
border-color: #314DD4;
}
</style>