Shades of Free Speech Blue #313FDF
Tints of Free Speech Blue #313FDF
RGB
CMYK
RGB Variations
Color information
#313FDF (or 0x313FDF) is known color: Free Speech Blue. HEX triplet: 31, 3F and DF. RGB value is (49,63,223). Sum of RGB (Red+Green+Blue) = 49+63+223=335 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.63% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 223 (87.5% from 255 or 66.57% from 335); Max value from RGB is 223 - color contains mainly: blue. Hex color #313FDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313FDF is #CEC020. Grayscale: #4C4C4C. Windows color (decimal): -13549601 or 14630705. OLE color: 14630705.
HSL color Cylindrical-coordinate representation of color #313FDF: hue angle of 235.17º degrees, saturation: 0.73, 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 #313FDF is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 63 | 223 | - |
| CMYK | 0.78 | 0.72 | 0 | 0.13 |
| HSL | 235.17º | 0.73% | 0.53% | - |
| HSV(B) | 235.17º | 0.78% | 0.87% | - |
| XYZ | 16.36 | 9.54 | 70.79 | - |
| YUV | 77.05 | 210.36 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 63 | 223 | 0.78 | 0.72 | 0 | 0.13 | 235.17 | 0.73 | 0.53 |
| Hex | 31 | 3F | DF | 4E | 48 | 0 | D | EB | 49 | 35 |
| Octal | 61 | 77 | 337 | 116 | 110 | 0 | 15 | 353 | 111 | 65 |
| Binary | 110001 | 111111 | 11011111 | 1001110 | 1001000 | 0 | 1101 | 11101011 | 1001001 | 110101 |
Color Harmonies of #313FDF
Complementary color
Monochromatic Colors of #313FDF
Black with #313FDF
Text Example
Text Example
White with #313FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313FDF; }
p { color: rgb(49,63,223); }
H1.HeaderClassName
{
color: #313FDF;
}
.AnyTagClassName
{
color: #313FDF;
}
</style>
background-color css
<style>
a { background-color: #313FDF; }
a { background-color: rgb(49,63,223); }
div.DivClassName
{
background-color: #313FDF;
}
.BgClassName
{
background-color: #313FDF;
}
</style>
border-color css
<style>
span { border-color: #313FDF; }
span { border-color: rgb(49,63,223); }
td.TdClassName
{
border-color: #313FDF;
}
.TagClassName
{
border-color: #313FDF;
}
</style>