Shades of Free Speech Blue #3940BA
Tints of Free Speech Blue #3940BA
RGB
CMYK
RGB Variations
Color information
#3940BA (or 0x3940BA) is known color: Free Speech Blue. HEX triplet: 39, 40 and BA. RGB value is (57,64,186). Sum of RGB (Red+Green+Blue) = 57+64+186=307 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.57% from 307); Green value is 64 (25.39% from 255 or 20.85% from 307); Blue value is 186 (73.05% from 255 or 60.59% from 307); Max value from RGB is 186 - color contains mainly: blue. Hex color #3940BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3940BA is #C6BF45. Grayscale: #4B4B4B. Windows color (decimal): -13025094 or 12206137. OLE color: 12206137.
HSL color Cylindrical-coordinate representation of color #3940BA: hue angle of 236.74º 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 #3940BA is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 64 | 186 | - |
| CMYK | 0.69 | 0.66 | 0 | 0.27 |
| HSL | 236.74º | 0.53% | 0.48% | - |
| HSV(B) | 236.74º | 0.69% | 0.73% | - |
| XYZ | 12.38 | 8.08 | 47.36 | - |
| YUV | 75.82 | 190.18 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 64 | 186 | 0.69 | 0.66 | 0 | 0.27 | 236.74 | 0.53 | 0.48 |
| Hex | 39 | 40 | BA | 45 | 42 | 0 | 1B | ED | 35 | 30 |
| Octal | 71 | 100 | 272 | 105 | 102 | 0 | 33 | 355 | 65 | 60 |
| Binary | 111001 | 1000000 | 10111010 | 1000101 | 1000010 | 0 | 11011 | 11101101 | 110101 | 110000 |
Color Harmonies of #3940BA
Complementary color
Monochromatic Colors of #3940BA
Black with #3940BA
Text Example
Text Example
White with #3940BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3940BA; }
p { color: rgb(57,64,186); }
H1.HeaderClassName
{
color: #3940BA;
}
.AnyTagClassName
{
color: #3940BA;
}
</style>
background-color css
<style>
a { background-color: #3940BA; }
a { background-color: rgb(57,64,186); }
div.DivClassName
{
background-color: #3940BA;
}
.BgClassName
{
background-color: #3940BA;
}
</style>
border-color css
<style>
span { border-color: #3940BA; }
span { border-color: rgb(57,64,186); }
td.TdClassName
{
border-color: #3940BA;
}
.TagClassName
{
border-color: #3940BA;
}
</style>