Shades of Free Speech Blue #3F51B1
Tints of Free Speech Blue #3F51B1
RGB
CMYK
RGB Variations
Color information
#3F51B1 (or 0x3F51B1) is known color: Free Speech Blue. HEX triplet: 3F, 51 and B1. RGB value is (63,81,177). Sum of RGB (Red+Green+Blue) = 63+81+177=321 (42% of max value = 765). Red value is 63 (25% from 255 or 19.63% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 177 (69.53% from 255 or 55.14% from 321); Max value from RGB is 177 - color contains mainly: blue. Hex color #3F51B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F51B1 is #C0AE4E. Grayscale: #565656. Windows color (decimal): -12627535 or 11620671. OLE color: 11620671.
HSL color Cylindrical-coordinate representation of color #3F51B1: hue angle of 230.53º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F51B1 is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 63 | 81 | 177 | - |
| CMYK | 0.64 | 0.54 | 0 | 0.31 |
| HSL | 230.53º | 0.48% | 0.47% | - |
| HSV(B) | 230.53º | 0.64% | 0.69% | - |
| XYZ | 12.93 | 10.12 | 42.87 | - |
| YUV | 86.56 | 179.04 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 81 | 177 | 0.64 | 0.54 | 0 | 0.31 | 230.53 | 0.48 | 0.47 |
| Hex | 3F | 51 | B1 | 40 | 36 | 0 | 1F | E7 | 30 | 2F |
| Octal | 77 | 121 | 261 | 100 | 66 | 0 | 37 | 347 | 60 | 57 |
| Binary | 111111 | 1010001 | 10110001 | 1000000 | 110110 | 0 | 11111 | 11100111 | 110000 | 101111 |
Color Harmonies of #3F51B1
Complementary color
Monochromatic Colors of #3F51B1
Black with #3F51B1
Text Example
Text Example
White with #3F51B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F51B1; }
p { color: rgb(63,81,177); }
H1.HeaderClassName
{
color: #3F51B1;
}
.AnyTagClassName
{
color: #3F51B1;
}
</style>
background-color css
<style>
a { background-color: #3F51B1; }
a { background-color: rgb(63,81,177); }
div.DivClassName
{
background-color: #3F51B1;
}
.BgClassName
{
background-color: #3F51B1;
}
</style>
border-color css
<style>
span { border-color: #3F51B1; }
span { border-color: rgb(63,81,177); }
td.TdClassName
{
border-color: #3F51B1;
}
.TagClassName
{
border-color: #3F51B1;
}
</style>