Shades of Free Speech Blue #314FDC
Tints of Free Speech Blue #314FDC
RGB
CMYK
RGB Variations
Color information
#314FDC (or 0x314FDC) is known color: Free Speech Blue. HEX triplet: 31, 4F and DC. RGB value is (49,79,220). Sum of RGB (Red+Green+Blue) = 49+79+220=348 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.08% from 348); Green value is 79 (31.25% from 255 or 22.70% from 348); Blue value is 220 (86.33% from 255 or 63.22% from 348); Max value from RGB is 220 - color contains mainly: blue. Hex color #314FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #314FDC is #CEB023. Grayscale: #555555. Windows color (decimal): -13545508 or 14438193. OLE color: 14438193.
HSL color Cylindrical-coordinate representation of color #314FDC: hue angle of 229.47º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #314FDC is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 79 | 220 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.14 |
| HSL | 229.47º | 0.71% | 0.53% | - |
| HSV(B) | 229.47º | 0.78% | 0.86% | - |
| XYZ | 16.98 | 11.41 | 69.02 | - |
| YUV | 86.1 | 203.56 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 79 | 220 | 0.78 | 0.64 | 0 | 0.14 | 229.47 | 0.71 | 0.53 |
| Hex | 31 | 4F | DC | 4E | 40 | 0 | E | E5 | 47 | 35 |
| Octal | 61 | 117 | 334 | 116 | 100 | 0 | 16 | 345 | 107 | 65 |
| Binary | 110001 | 1001111 | 11011100 | 1001110 | 1000000 | 0 | 1110 | 11100101 | 1000111 | 110101 |
Color Harmonies of #314FDC
Complementary color
Monochromatic Colors of #314FDC
Black with #314FDC
Text Example
Text Example
White with #314FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314FDC; }
p { color: rgb(49,79,220); }
H1.HeaderClassName
{
color: #314FDC;
}
.AnyTagClassName
{
color: #314FDC;
}
</style>
background-color css
<style>
a { background-color: #314FDC; }
a { background-color: rgb(49,79,220); }
div.DivClassName
{
background-color: #314FDC;
}
.BgClassName
{
background-color: #314FDC;
}
</style>
border-color css
<style>
span { border-color: #314FDC; }
span { border-color: rgb(49,79,220); }
td.TdClassName
{
border-color: #314FDC;
}
.TagClassName
{
border-color: #314FDC;
}
</style>