Shades of Free Speech Blue #313EDF
Tints of Free Speech Blue #313EDF
RGB
CMYK
RGB Variations
Color information
#313EDF (or 0x313EDF) is known color: Free Speech Blue. HEX triplet: 31, 3E and DF. RGB value is (49,62,223). Sum of RGB (Red+Green+Blue) = 49+62+223=334 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.67% from 334); Green value is 62 (24.61% from 255 or 18.56% from 334); Blue value is 223 (87.5% from 255 or 66.77% from 334); Max value from RGB is 223 - color contains mainly: blue. Hex color #313EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313EDF is #CEC120. Grayscale: #4B4B4B. Windows color (decimal): -13549857 or 14630449. OLE color: 14630449.
HSL color Cylindrical-coordinate representation of color #313EDF: hue angle of 235.52º 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 #313EDF is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 62 | 223 | - |
| CMYK | 0.78 | 0.72 | 0 | 0.13 |
| HSL | 235.52º | 0.73% | 0.53% | - |
| HSV(B) | 235.52º | 0.78% | 0.87% | - |
| XYZ | 16.31 | 9.43 | 70.77 | - |
| YUV | 76.47 | 210.69 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 62 | 223 | 0.78 | 0.72 | 0 | 0.13 | 235.52 | 0.73 | 0.53 |
| Hex | 31 | 3E | DF | 4E | 48 | 0 | D | EC | 49 | 35 |
| Octal | 61 | 76 | 337 | 116 | 110 | 0 | 15 | 354 | 111 | 65 |
| Binary | 110001 | 111110 | 11011111 | 1001110 | 1001000 | 0 | 1101 | 11101100 | 1001001 | 110101 |
Color Harmonies of #313EDF
Complementary color
Monochromatic Colors of #313EDF
Black with #313EDF
Text Example
Text Example
White with #313EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313EDF; }
p { color: rgb(49,62,223); }
H1.HeaderClassName
{
color: #313EDF;
}
.AnyTagClassName
{
color: #313EDF;
}
</style>
background-color css
<style>
a { background-color: #313EDF; }
a { background-color: rgb(49,62,223); }
div.DivClassName
{
background-color: #313EDF;
}
.BgClassName
{
background-color: #313EDF;
}
</style>
border-color css
<style>
span { border-color: #313EDF; }
span { border-color: rgb(49,62,223); }
td.TdClassName
{
border-color: #313EDF;
}
.TagClassName
{
border-color: #313EDF;
}
</style>