Shades of Free Speech Blue #3941BA
Tints of Free Speech Blue #3941BA
RGB
CMYK
RGB Variations
Color information
#3941BA (or 0x3941BA) is known color: Free Speech Blue. HEX triplet: 39, 41 and BA. RGB value is (57,65,186). Sum of RGB (Red+Green+Blue) = 57+65+186=308 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.51% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 186 (73.05% from 255 or 60.39% from 308); Max value from RGB is 186 - color contains mainly: blue. Hex color #3941BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3941BA is #C6BE45. Grayscale: #4B4B4B. Windows color (decimal): -13024838 or 12206393. OLE color: 12206393.
HSL color Cylindrical-coordinate representation of color #3941BA: hue angle of 236.28º 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 #3941BA is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 65 | 186 | - |
| CMYK | 0.69 | 0.65 | 0 | 0.27 |
| HSL | 236.28º | 0.53% | 0.48% | - |
| HSV(B) | 236.28º | 0.69% | 0.73% | - |
| XYZ | 12.44 | 8.2 | 47.38 | - |
| YUV | 76.4 | 189.85 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 65 | 186 | 0.69 | 0.65 | 0 | 0.27 | 236.28 | 0.53 | 0.48 |
| Hex | 39 | 41 | BA | 45 | 41 | 0 | 1B | EC | 35 | 30 |
| Octal | 71 | 101 | 272 | 105 | 101 | 0 | 33 | 354 | 65 | 60 |
| Binary | 111001 | 1000001 | 10111010 | 1000101 | 1000001 | 0 | 11011 | 11101100 | 110101 | 110000 |
Color Harmonies of #3941BA
Complementary color
Monochromatic Colors of #3941BA
Black with #3941BA
Text Example
Text Example
White with #3941BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3941BA; }
p { color: rgb(57,65,186); }
H1.HeaderClassName
{
color: #3941BA;
}
.AnyTagClassName
{
color: #3941BA;
}
</style>
background-color css
<style>
a { background-color: #3941BA; }
a { background-color: rgb(57,65,186); }
div.DivClassName
{
background-color: #3941BA;
}
.BgClassName
{
background-color: #3941BA;
}
</style>
border-color css
<style>
span { border-color: #3941BA; }
span { border-color: rgb(57,65,186); }
td.TdClassName
{
border-color: #3941BA;
}
.TagClassName
{
border-color: #3941BA;
}
</style>