Shades of Free Speech Blue #3F49BA
Tints of Free Speech Blue #3F49BA
RGB
CMYK
RGB Variations
Color information
#3F49BA (or 0x3F49BA) is known color: Free Speech Blue. HEX triplet: 3F, 49 and BA. RGB value is (63,73,186). Sum of RGB (Red+Green+Blue) = 63+73+186=322 (42% of max value = 765). Red value is 63 (25% from 255 or 19.57% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 186 (73.05% from 255 or 57.76% from 322); Max value from RGB is 186 - color contains mainly: blue. Hex color #3F49BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F49BA is #C0B645. Grayscale: #525252. Windows color (decimal): -12629574 or 12208447. OLE color: 12208447.
HSL color Cylindrical-coordinate representation of color #3F49BA: hue angle of 235.12º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F49BA is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 73 | 186 | - |
| CMYK | 0.66 | 0.61 | 0 | 0.27 |
| HSL | 235.12º | 0.49% | 0.49% | - |
| HSV(B) | 235.12º | 0.66% | 0.73% | - |
| XYZ | 13.3 | 9.37 | 47.56 | - |
| YUV | 82.89 | 186.19 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 73 | 186 | 0.66 | 0.61 | 0 | 0.27 | 235.12 | 0.49 | 0.49 |
| Hex | 3F | 49 | BA | 42 | 3D | 0 | 1B | EB | 31 | 31 |
| Octal | 77 | 111 | 272 | 102 | 75 | 0 | 33 | 353 | 61 | 61 |
| Binary | 111111 | 1001001 | 10111010 | 1000010 | 111101 | 0 | 11011 | 11101011 | 110001 | 110001 |
Color Harmonies of #3F49BA
Complementary color
Monochromatic Colors of #3F49BA
Black with #3F49BA
Text Example
Text Example
White with #3F49BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F49BA; }
p { color: rgb(63,73,186); }
H1.HeaderClassName
{
color: #3F49BA;
}
.AnyTagClassName
{
color: #3F49BA;
}
</style>
background-color css
<style>
a { background-color: #3F49BA; }
a { background-color: rgb(63,73,186); }
div.DivClassName
{
background-color: #3F49BA;
}
.BgClassName
{
background-color: #3F49BA;
}
</style>
border-color css
<style>
span { border-color: #3F49BA; }
span { border-color: rgb(63,73,186); }
td.TdClassName
{
border-color: #3F49BA;
}
.TagClassName
{
border-color: #3F49BA;
}
</style>