Shades of Free Speech Blue #3F51BA
Tints of Free Speech Blue #3F51BA
RGB
CMYK
RGB Variations
Color information
#3F51BA (or 0x3F51BA) is known color: Free Speech Blue. HEX triplet: 3F, 51 and BA. RGB value is (63,81,186). Sum of RGB (Red+Green+Blue) = 63+81+186=330 (43% of max value = 765). Red value is 63 (25% from 255 or 19.09% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #3F51BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F51BA is #C0AE45. Grayscale: #575757. Windows color (decimal): -12627526 or 12210495. OLE color: 12210495.
HSL color Cylindrical-coordinate representation of color #3F51BA: hue angle of 231.22º 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 #3F51BA is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 81 | 186 | - |
| CMYK | 0.66 | 0.56 | 0 | 0.27 |
| HSL | 231.22º | 0.49% | 0.49% | - |
| HSV(B) | 231.22º | 0.66% | 0.73% | - |
| XYZ | 13.86 | 10.49 | 47.75 | - |
| YUV | 87.59 | 183.54 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 81 | 186 | 0.66 | 0.56 | 0 | 0.27 | 231.22 | 0.49 | 0.49 |
| Hex | 3F | 51 | BA | 42 | 38 | 0 | 1B | E7 | 31 | 31 |
| Octal | 77 | 121 | 272 | 102 | 70 | 0 | 33 | 347 | 61 | 61 |
| Binary | 111111 | 1010001 | 10111010 | 1000010 | 111000 | 0 | 11011 | 11100111 | 110001 | 110001 |
Color Harmonies of #3F51BA
Complementary color
Monochromatic Colors of #3F51BA
Black with #3F51BA
Text Example
Text Example
White with #3F51BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F51BA; }
p { color: rgb(63,81,186); }
H1.HeaderClassName
{
color: #3F51BA;
}
.AnyTagClassName
{
color: #3F51BA;
}
</style>
background-color css
<style>
a { background-color: #3F51BA; }
a { background-color: rgb(63,81,186); }
div.DivClassName
{
background-color: #3F51BA;
}
.BgClassName
{
background-color: #3F51BA;
}
</style>
border-color css
<style>
span { border-color: #3F51BA; }
span { border-color: rgb(63,81,186); }
td.TdClassName
{
border-color: #3F51BA;
}
.TagClassName
{
border-color: #3F51BA;
}
</style>