Shades of Free Speech Blue #3950BA
Tints of Free Speech Blue #3950BA
RGB
CMYK
RGB Variations
Color information
#3950BA (or 0x3950BA) is known color: Free Speech Blue. HEX triplet: 39, 50 and BA. RGB value is (57,80,186). Sum of RGB (Red+Green+Blue) = 57+80+186=323 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.65% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #3950BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3950BA is #C6AF45. Grayscale: #545454. Windows color (decimal): -13020998 or 12210233. OLE color: 12210233.
HSL color Cylindrical-coordinate representation of color #3950BA: hue angle of 229.3º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3950BA is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 80 | 186 | - |
| CMYK | 0.69 | 0.57 | 0 | 0.27 |
| HSL | 229.3º | 0.53% | 0.48% | - |
| HSV(B) | 229.3º | 0.69% | 0.73% | - |
| XYZ | 13.42 | 10.15 | 47.71 | - |
| YUV | 85.21 | 184.88 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 80 | 186 | 0.69 | 0.57 | 0 | 0.27 | 229.3 | 0.53 | 0.48 |
| Hex | 39 | 50 | BA | 45 | 39 | 0 | 1B | E5 | 35 | 30 |
| Octal | 71 | 120 | 272 | 105 | 71 | 0 | 33 | 345 | 65 | 60 |
| Binary | 111001 | 1010000 | 10111010 | 1000101 | 111001 | 0 | 11011 | 11100101 | 110101 | 110000 |
Color Harmonies of #3950BA
Complementary color
Monochromatic Colors of #3950BA
Black with #3950BA
Text Example
Text Example
White with #3950BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3950BA; }
p { color: rgb(57,80,186); }
H1.HeaderClassName
{
color: #3950BA;
}
.AnyTagClassName
{
color: #3950BA;
}
</style>
background-color css
<style>
a { background-color: #3950BA; }
a { background-color: rgb(57,80,186); }
div.DivClassName
{
background-color: #3950BA;
}
.BgClassName
{
background-color: #3950BA;
}
</style>
border-color css
<style>
span { border-color: #3950BA; }
span { border-color: rgb(57,80,186); }
td.TdClassName
{
border-color: #3950BA;
}
.TagClassName
{
border-color: #3950BA;
}
</style>