Shades of Free Speech Blue #314FD2
Tints of Free Speech Blue #314FD2
RGB
CMYK
RGB Variations
Color information
#314FD2 (or 0x314FD2) is known color: Free Speech Blue. HEX triplet: 31, 4F and D2. RGB value is (49,79,210). Sum of RGB (Red+Green+Blue) = 49+79+210=338 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.50% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 210 (82.42% from 255 or 62.13% from 338); Max value from RGB is 210 - color contains mainly: blue. Hex color #314FD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #314FD2 is #CEB02D. Grayscale: #545454. Windows color (decimal): -13545518 or 13782833. OLE color: 13782833.
HSL color Cylindrical-coordinate representation of color #314FD2: hue angle of 228.82º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #314FD2 is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 79 | 210 | - |
| CMYK | 0.77 | 0.62 | 0 | 0.18 |
| HSL | 228.82º | 0.64% | 0.51% | - |
| HSV(B) | 228.82º | 0.77% | 0.82% | - |
| XYZ | 15.7 | 10.9 | 62.25 | - |
| YUV | 84.96 | 198.56 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 79 | 210 | 0.77 | 0.62 | 0 | 0.18 | 228.82 | 0.64 | 0.51 |
| Hex | 31 | 4F | D2 | 4D | 3E | 0 | 12 | E5 | 40 | 33 |
| Octal | 61 | 117 | 322 | 115 | 76 | 0 | 22 | 345 | 100 | 63 |
| Binary | 110001 | 1001111 | 11010010 | 1001101 | 111110 | 0 | 10010 | 11100101 | 1000000 | 110011 |
Color Harmonies of #314FD2
Complementary color
Monochromatic Colors of #314FD2
Black with #314FD2
Text Example
Text Example
White with #314FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314FD2; }
p { color: rgb(49,79,210); }
H1.HeaderClassName
{
color: #314FD2;
}
.AnyTagClassName
{
color: #314FD2;
}
</style>
background-color css
<style>
a { background-color: #314FD2; }
a { background-color: rgb(49,79,210); }
div.DivClassName
{
background-color: #314FD2;
}
.BgClassName
{
background-color: #314FD2;
}
</style>
border-color css
<style>
span { border-color: #314FD2; }
span { border-color: rgb(49,79,210); }
td.TdClassName
{
border-color: #314FD2;
}
.TagClassName
{
border-color: #314FD2;
}
</style>