Shades of Free Speech Blue #3F51CB
Tints of Free Speech Blue #3F51CB
RGB
CMYK
RGB Variations
Color information
#3F51CB (or 0x3F51CB) is known color: Free Speech Blue. HEX triplet: 3F, 51 and CB. RGB value is (63,81,203). Sum of RGB (Red+Green+Blue) = 63+81+203=347 (45% of max value = 765). Red value is 63 (25% from 255 or 18.16% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 203 (79.69% from 255 or 58.50% from 347); Max value from RGB is 203 - color contains mainly: blue. Hex color #3F51CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F51CB is #C0AE34. Grayscale: #595959. Windows color (decimal): -12627509 or 13324607. OLE color: 13324607.
HSL color Cylindrical-coordinate representation of color #3F51CB: hue angle of 232.29º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F51CB is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 81 | 203 | - |
| CMYK | 0.69 | 0.60 | 0 | 0.20 |
| HSL | 232.29º | 0.57% | 0.52% | - |
| HSV(B) | 232.29º | 0.69% | 0.8% | - |
| XYZ | 15.77 | 11.25 | 57.84 | - |
| YUV | 89.53 | 192.04 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 81 | 203 | 0.69 | 0.60 | 0 | 0.20 | 232.29 | 0.57 | 0.52 |
| Hex | 3F | 51 | CB | 45 | 3C | 0 | 14 | E8 | 39 | 34 |
| Octal | 77 | 121 | 313 | 105 | 74 | 0 | 24 | 350 | 71 | 64 |
| Binary | 111111 | 1010001 | 11001011 | 1000101 | 111100 | 0 | 10100 | 11101000 | 111001 | 110100 |
Color Harmonies of #3F51CB
Complementary color
Monochromatic Colors of #3F51CB
Black with #3F51CB
Text Example
Text Example
White with #3F51CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F51CB; }
p { color: rgb(63,81,203); }
H1.HeaderClassName
{
color: #3F51CB;
}
.AnyTagClassName
{
color: #3F51CB;
}
</style>
background-color css
<style>
a { background-color: #3F51CB; }
a { background-color: rgb(63,81,203); }
div.DivClassName
{
background-color: #3F51CB;
}
.BgClassName
{
background-color: #3F51CB;
}
</style>
border-color css
<style>
span { border-color: #3F51CB; }
span { border-color: rgb(63,81,203); }
td.TdClassName
{
border-color: #3F51CB;
}
.TagClassName
{
border-color: #3F51CB;
}
</style>