Shades of Free Speech Blue #3950DF
Tints of Free Speech Blue #3950DF
RGB
CMYK
RGB Variations
Color information
#3950DF (or 0x3950DF) is known color: Free Speech Blue. HEX triplet: 39, 50 and DF. RGB value is (57,80,223). Sum of RGB (Red+Green+Blue) = 57+80+223=360 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.83% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 223 (87.5% from 255 or 61.94% from 360); Max value from RGB is 223 - color contains mainly: blue. Hex color #3950DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3950DF is #C6AF20. Grayscale: #585858. Windows color (decimal): -13020961 or 14635065. OLE color: 14635065.
HSL color Cylindrical-coordinate representation of color #3950DF: hue angle of 231.69º 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 #3950DF is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 80 | 223 | - |
| CMYK | 0.74 | 0.64 | 0 | 0.13 |
| HSL | 231.69º | 0.72% | 0.55% | - |
| HSV(B) | 231.69º | 0.74% | 0.87% | - |
| XYZ | 17.88 | 11.93 | 71.17 | - |
| YUV | 89.43 | 203.38 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 80 | 223 | 0.74 | 0.64 | 0 | 0.13 | 231.69 | 0.72 | 0.55 |
| Hex | 39 | 50 | DF | 4A | 40 | 0 | D | E8 | 48 | 37 |
| Octal | 71 | 120 | 337 | 112 | 100 | 0 | 15 | 350 | 110 | 67 |
| Binary | 111001 | 1010000 | 11011111 | 1001010 | 1000000 | 0 | 1101 | 11101000 | 1001000 | 110111 |
Color Harmonies of #3950DF
Complementary color
Monochromatic Colors of #3950DF
Black with #3950DF
Text Example
Text Example
White with #3950DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3950DF; }
p { color: rgb(57,80,223); }
H1.HeaderClassName
{
color: #3950DF;
}
.AnyTagClassName
{
color: #3950DF;
}
</style>
background-color css
<style>
a { background-color: #3950DF; }
a { background-color: rgb(57,80,223); }
div.DivClassName
{
background-color: #3950DF;
}
.BgClassName
{
background-color: #3950DF;
}
</style>
border-color css
<style>
span { border-color: #3950DF; }
span { border-color: rgb(57,80,223); }
td.TdClassName
{
border-color: #3950DF;
}
.TagClassName
{
border-color: #3950DF;
}
</style>