Shades of Free Speech Blue #3949DF
Tints of Free Speech Blue #3949DF
RGB
CMYK
RGB Variations
Color information
#3949DF (or 0x3949DF) is known color: Free Speech Blue. HEX triplet: 39, 49 and DF. RGB value is (57,73,223). Sum of RGB (Red+Green+Blue) = 57+73+223=353 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.15% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 223 (87.5% from 255 or 63.17% from 353); Max value from RGB is 223 - color contains mainly: blue. Hex color #3949DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3949DF is #C6B620. Grayscale: #545454. Windows color (decimal): -13022753 or 14633273. OLE color: 14633273.
HSL color Cylindrical-coordinate representation of color #3949DF: hue angle of 234.22º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3949DF is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 73 | 223 | - |
| CMYK | 0.74 | 0.67 | 0 | 0.13 |
| HSL | 234.22º | 0.72% | 0.55% | - |
| HSV(B) | 234.22º | 0.74% | 0.87% | - |
| XYZ | 17.39 | 10.96 | 71.01 | - |
| YUV | 85.32 | 205.7 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 73 | 223 | 0.74 | 0.67 | 0 | 0.13 | 234.22 | 0.72 | 0.55 |
| Hex | 39 | 49 | DF | 4A | 43 | 0 | D | EA | 48 | 37 |
| Octal | 71 | 111 | 337 | 112 | 103 | 0 | 15 | 352 | 110 | 67 |
| Binary | 111001 | 1001001 | 11011111 | 1001010 | 1000011 | 0 | 1101 | 11101010 | 1001000 | 110111 |
Color Harmonies of #3949DF
Complementary color
Monochromatic Colors of #3949DF
Black with #3949DF
Text Example
Text Example
White with #3949DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3949DF; }
p { color: rgb(57,73,223); }
H1.HeaderClassName
{
color: #3949DF;
}
.AnyTagClassName
{
color: #3949DF;
}
</style>
background-color css
<style>
a { background-color: #3949DF; }
a { background-color: rgb(57,73,223); }
div.DivClassName
{
background-color: #3949DF;
}
.BgClassName
{
background-color: #3949DF;
}
</style>
border-color css
<style>
span { border-color: #3949DF; }
span { border-color: rgb(57,73,223); }
td.TdClassName
{
border-color: #3949DF;
}
.TagClassName
{
border-color: #3949DF;
}
</style>