Shades of Free Speech Blue #314FDD
Tints of Free Speech Blue #314FDD
RGB
CMYK
RGB Variations
Color information
#314FDD (or 0x314FDD) is known color: Free Speech Blue. HEX triplet: 31, 4F and DD. RGB value is (49,79,221). Sum of RGB (Red+Green+Blue) = 49+79+221=349 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.04% from 349); Green value is 79 (31.25% from 255 or 22.64% from 349); Blue value is 221 (86.72% from 255 or 63.32% from 349); Max value from RGB is 221 - color contains mainly: blue. Hex color #314FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #314FDD is #CEB022. Grayscale: #555555. Windows color (decimal): -13545507 or 14503729. OLE color: 14503729.
HSL color Cylindrical-coordinate representation of color #314FDD: hue angle of 229.53º 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 #314FDD is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 79 | 221 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.13 |
| HSL | 229.53º | 0.72% | 0.53% | - |
| HSV(B) | 229.53º | 0.78% | 0.87% | - |
| XYZ | 17.11 | 11.47 | 69.72 | - |
| YUV | 86.22 | 204.06 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 79 | 221 | 0.78 | 0.64 | 0 | 0.13 | 229.53 | 0.72 | 0.53 |
| Hex | 31 | 4F | DD | 4E | 40 | 0 | D | E6 | 48 | 35 |
| Octal | 61 | 117 | 335 | 116 | 100 | 0 | 15 | 346 | 110 | 65 |
| Binary | 110001 | 1001111 | 11011101 | 1001110 | 1000000 | 0 | 1101 | 11100110 | 1001000 | 110101 |
Color Harmonies of #314FDD
Complementary color
Monochromatic Colors of #314FDD
Black with #314FDD
Text Example
Text Example
White with #314FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314FDD; }
p { color: rgb(49,79,221); }
H1.HeaderClassName
{
color: #314FDD;
}
.AnyTagClassName
{
color: #314FDD;
}
</style>
background-color css
<style>
a { background-color: #314FDD; }
a { background-color: rgb(49,79,221); }
div.DivClassName
{
background-color: #314FDD;
}
.BgClassName
{
background-color: #314FDD;
}
</style>
border-color css
<style>
span { border-color: #314FDD; }
span { border-color: rgb(49,79,221); }
td.TdClassName
{
border-color: #314FDD;
}
.TagClassName
{
border-color: #314FDD;
}
</style>