Shades of Free Speech Blue #313DDF
Tints of Free Speech Blue #313DDF
RGB
CMYK
RGB Variations
Color information
#313DDF (or 0x313DDF) is known color: Free Speech Blue. HEX triplet: 31, 3D and DF. RGB value is (49,61,223). Sum of RGB (Red+Green+Blue) = 49+61+223=333 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.71% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 223 (87.5% from 255 or 66.97% from 333); Max value from RGB is 223 - color contains mainly: blue. Hex color #313DDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313DDF is #CEC220. Grayscale: #4B4B4B. Windows color (decimal): -13550113 or 14630193. OLE color: 14630193.
HSL color Cylindrical-coordinate representation of color #313DDF: hue angle of 235.86º 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 #313DDF is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 61 | 223 | - |
| CMYK | 0.78 | 0.73 | 0 | 0.13 |
| HSL | 235.86º | 0.73% | 0.53% | - |
| HSV(B) | 235.86º | 0.78% | 0.87% | - |
| XYZ | 16.25 | 9.32 | 70.75 | - |
| YUV | 75.88 | 211.02 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 61 | 223 | 0.78 | 0.73 | 0 | 0.13 | 235.86 | 0.73 | 0.53 |
| Hex | 31 | 3D | DF | 4E | 49 | 0 | D | EC | 49 | 35 |
| Octal | 61 | 75 | 337 | 116 | 111 | 0 | 15 | 354 | 111 | 65 |
| Binary | 110001 | 111101 | 11011111 | 1001110 | 1001001 | 0 | 1101 | 11101100 | 1001001 | 110101 |
Color Harmonies of #313DDF
Complementary color
Monochromatic Colors of #313DDF
Black with #313DDF
Text Example
Text Example
White with #313DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313DDF; }
p { color: rgb(49,61,223); }
H1.HeaderClassName
{
color: #313DDF;
}
.AnyTagClassName
{
color: #313DDF;
}
</style>
background-color css
<style>
a { background-color: #313DDF; }
a { background-color: rgb(49,61,223); }
div.DivClassName
{
background-color: #313DDF;
}
.BgClassName
{
background-color: #313DDF;
}
</style>
border-color css
<style>
span { border-color: #313DDF; }
span { border-color: rgb(49,61,223); }
td.TdClassName
{
border-color: #313DDF;
}
.TagClassName
{
border-color: #313DDF;
}
</style>