Shades of Free Speech Blue #3F50B9
Tints of Free Speech Blue #3F50B9
RGB
CMYK
RGB Variations
Color information
#3F50B9 (or 0x3F50B9) is known color: Free Speech Blue. HEX triplet: 3F, 50 and B9. RGB value is (63,80,185). Sum of RGB (Red+Green+Blue) = 63+80+185=328 (43% of max value = 765). Red value is 63 (25% from 255 or 19.21% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 185 (72.66% from 255 or 56.40% from 328); Max value from RGB is 185 - color contains mainly: blue. Hex color #3F50B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F50B9 is #C0AF46. Grayscale: #565656. Windows color (decimal): -12627783 or 12144703. OLE color: 12144703.
HSL color Cylindrical-coordinate representation of color #3F50B9: hue angle of 231.64º 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 #3F50B9 is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 80 | 185 | - |
| CMYK | 0.66 | 0.57 | 0 | 0.27 |
| HSL | 231.64º | 0.49% | 0.49% | - |
| HSV(B) | 231.64º | 0.66% | 0.73% | - |
| XYZ | 13.68 | 10.3 | 47.17 | - |
| YUV | 86.89 | 183.37 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 80 | 185 | 0.66 | 0.57 | 0 | 0.27 | 231.64 | 0.49 | 0.49 |
| Hex | 3F | 50 | B9 | 42 | 39 | 0 | 1B | E8 | 31 | 31 |
| Octal | 77 | 120 | 271 | 102 | 71 | 0 | 33 | 350 | 61 | 61 |
| Binary | 111111 | 1010000 | 10111001 | 1000010 | 111001 | 0 | 11011 | 11101000 | 110001 | 110001 |
Color Harmonies of #3F50B9
Complementary color
Monochromatic Colors of #3F50B9
Black with #3F50B9
Text Example
Text Example
White with #3F50B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F50B9; }
p { color: rgb(63,80,185); }
H1.HeaderClassName
{
color: #3F50B9;
}
.AnyTagClassName
{
color: #3F50B9;
}
</style>
background-color css
<style>
a { background-color: #3F50B9; }
a { background-color: rgb(63,80,185); }
div.DivClassName
{
background-color: #3F50B9;
}
.BgClassName
{
background-color: #3F50B9;
}
</style>
border-color css
<style>
span { border-color: #3F50B9; }
span { border-color: rgb(63,80,185); }
td.TdClassName
{
border-color: #3F50B9;
}
.TagClassName
{
border-color: #3F50B9;
}
</style>