Shades of Free Speech Blue #3D31D1
Tints of Free Speech Blue #3D31D1
RGB
CMYK
RGB Variations
Color information
#3D31D1 (or 0x3D31D1) is known color: Free Speech Blue. HEX triplet: 3D, 31 and D1. RGB value is (61,49,209). Sum of RGB (Red+Green+Blue) = 61+49+209=319 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.12% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 209 (82.03% from 255 or 65.52% from 319); Max value from RGB is 209 - color contains mainly: blue. Hex color #3D31D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D31D1 is #C2CE2E. Grayscale: #464646. Windows color (decimal): -12766767 or 13709629. OLE color: 13709629.
HSL color Cylindrical-coordinate representation of color #3D31D1: hue angle of 244.5º degrees, saturation: 0.63, 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 #3D31D1 is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 61 | 49 | 209 | - |
| CMYK | 0.71 | 0.77 | 0 | 0.18 |
| HSL | 244.5º | 0.63% | 0.51% | - |
| HSV(B) | 244.5º | 0.77% | 0.82% | - |
| XYZ | 14.53 | 7.79 | 61.06 | - |
| YUV | 70.83 | 205.98 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 49 | 209 | 0.71 | 0.77 | 0 | 0.18 | 244.5 | 0.63 | 0.51 |
| Hex | 3D | 31 | D1 | 47 | 4D | 0 | 12 | F4 | 3F | 33 |
| Octal | 75 | 61 | 321 | 107 | 115 | 0 | 22 | 364 | 77 | 63 |
| Binary | 111101 | 110001 | 11010001 | 1000111 | 1001101 | 0 | 10010 | 11110100 | 111111 | 110011 |
Color Harmonies of #3D31D1
Complementary color
Monochromatic Colors of #3D31D1
Black with #3D31D1
Text Example
Text Example
White with #3D31D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D31D1; }
p { color: rgb(61,49,209); }
H1.HeaderClassName
{
color: #3D31D1;
}
.AnyTagClassName
{
color: #3D31D1;
}
</style>
background-color css
<style>
a { background-color: #3D31D1; }
a { background-color: rgb(61,49,209); }
div.DivClassName
{
background-color: #3D31D1;
}
.BgClassName
{
background-color: #3D31D1;
}
</style>
border-color css
<style>
span { border-color: #3D31D1; }
span { border-color: rgb(61,49,209); }
td.TdClassName
{
border-color: #3D31D1;
}
.TagClassName
{
border-color: #3D31D1;
}
</style>