Shades of Free Speech Blue #3D49DF
Tints of Free Speech Blue #3D49DF
RGB
CMYK
RGB Variations
Color information
#3D49DF (or 0x3D49DF) is known color: Free Speech Blue. HEX triplet: 3D, 49 and DF. RGB value is (61,73,223). Sum of RGB (Red+Green+Blue) = 61+73+223=357 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.09% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 223 (87.5% from 255 or 62.46% from 357); Max value from RGB is 223 - color contains mainly: blue. Hex color #3D49DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D49DF is #C2B620. Grayscale: #555555. Windows color (decimal): -12760609 or 14633277. OLE color: 14633277.
HSL color Cylindrical-coordinate representation of color #3D49DF: hue angle of 235.56º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3D49DF is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 73 | 223 | - |
| CMYK | 0.73 | 0.67 | 0 | 0.13 |
| HSL | 235.56º | 0.72% | 0.56% | - |
| HSV(B) | 235.56º | 0.73% | 0.87% | - |
| XYZ | 17.63 | 11.08 | 71.02 | - |
| YUV | 86.51 | 205.02 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 73 | 223 | 0.73 | 0.67 | 0 | 0.13 | 235.56 | 0.72 | 0.56 |
| Hex | 3D | 49 | DF | 49 | 43 | 0 | D | EC | 48 | 38 |
| Octal | 75 | 111 | 337 | 111 | 103 | 0 | 15 | 354 | 110 | 70 |
| Binary | 111101 | 1001001 | 11011111 | 1001001 | 1000011 | 0 | 1101 | 11101100 | 1001000 | 111000 |
Color Harmonies of #3D49DF
Complementary color
Monochromatic Colors of #3D49DF
Black with #3D49DF
Text Example
Text Example
White with #3D49DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D49DF; }
p { color: rgb(61,73,223); }
H1.HeaderClassName
{
color: #3D49DF;
}
.AnyTagClassName
{
color: #3D49DF;
}
</style>
background-color css
<style>
a { background-color: #3D49DF; }
a { background-color: rgb(61,73,223); }
div.DivClassName
{
background-color: #3D49DF;
}
.BgClassName
{
background-color: #3D49DF;
}
</style>
border-color css
<style>
span { border-color: #3D49DF; }
span { border-color: rgb(61,73,223); }
td.TdClassName
{
border-color: #3D49DF;
}
.TagClassName
{
border-color: #3D49DF;
}
</style>