Shades of Free Speech Blue #313DD6
Tints of Free Speech Blue #313DD6
RGB
CMYK
RGB Variations
Color information
#313DD6 (or 0x313DD6) is known color: Free Speech Blue. HEX triplet: 31, 3D and D6. RGB value is (49,61,214). Sum of RGB (Red+Green+Blue) = 49+61+214=324 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.12% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 214 (83.98% from 255 or 66.05% from 324); Max value from RGB is 214 - color contains mainly: blue. Hex color #313DD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313DD6 is #CEC229. Grayscale: #4A4A4A. Windows color (decimal): -13550122 or 14040369. OLE color: 14040369.
HSL color Cylindrical-coordinate representation of color #313DD6: hue angle of 235.64º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #313DD6 is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 61 | 214 | - |
| CMYK | 0.77 | 0.71 | 0 | 0.16 |
| HSL | 235.64º | 0.67% | 0.52% | - |
| HSV(B) | 235.64º | 0.77% | 0.84% | - |
| XYZ | 15.07 | 8.85 | 64.53 | - |
| YUV | 74.85 | 206.52 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 61 | 214 | 0.77 | 0.71 | 0 | 0.16 | 235.64 | 0.67 | 0.52 |
| Hex | 31 | 3D | D6 | 4D | 47 | 0 | 10 | EC | 43 | 34 |
| Octal | 61 | 75 | 326 | 115 | 107 | 0 | 20 | 354 | 103 | 64 |
| Binary | 110001 | 111101 | 11010110 | 1001101 | 1000111 | 0 | 10000 | 11101100 | 1000011 | 110100 |
Color Harmonies of #313DD6
Complementary color
Monochromatic Colors of #313DD6
Black with #313DD6
Text Example
Text Example
White with #313DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313DD6; }
p { color: rgb(49,61,214); }
H1.HeaderClassName
{
color: #313DD6;
}
.AnyTagClassName
{
color: #313DD6;
}
</style>
background-color css
<style>
a { background-color: #313DD6; }
a { background-color: rgb(49,61,214); }
div.DivClassName
{
background-color: #313DD6;
}
.BgClassName
{
background-color: #313DD6;
}
</style>
border-color css
<style>
span { border-color: #313DD6; }
span { border-color: rgb(49,61,214); }
td.TdClassName
{
border-color: #313DD6;
}
.TagClassName
{
border-color: #313DD6;
}
</style>