Shades of Free Speech Blue #3F47BC
Tints of Free Speech Blue #3F47BC
RGB
CMYK
RGB Variations
Color information
#3F47BC (or 0x3F47BC) is known color: Free Speech Blue. HEX triplet: 3F, 47 and BC. RGB value is (63,71,188). Sum of RGB (Red+Green+Blue) = 63+71+188=322 (42% of max value = 765). Red value is 63 (25% from 255 or 19.57% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 188 (73.83% from 255 or 58.39% from 322); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F47BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F47BC is #C0B843. Grayscale: #515151. Windows color (decimal): -12630084 or 12339007. OLE color: 12339007.
HSL color Cylindrical-coordinate representation of color #3F47BC: hue angle of 236.16º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F47BC is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 71 | 188 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.26 |
| HSL | 236.16º | 0.5% | 0.49% | - |
| HSV(B) | 236.16º | 0.66% | 0.74% | - |
| XYZ | 13.38 | 9.19 | 48.65 | - |
| YUV | 81.95 | 187.85 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 71 | 188 | 0.66 | 0.62 | 0 | 0.26 | 236.16 | 0.5 | 0.49 |
| Hex | 3F | 47 | BC | 42 | 3E | 0 | 1A | EC | 32 | 31 |
| Octal | 77 | 107 | 274 | 102 | 76 | 0 | 32 | 354 | 62 | 61 |
| Binary | 111111 | 1000111 | 10111100 | 1000010 | 111110 | 0 | 11010 | 11101100 | 110010 | 110001 |
Color Harmonies of #3F47BC
Complementary color
Monochromatic Colors of #3F47BC
Black with #3F47BC
Text Example
Text Example
White with #3F47BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F47BC; }
p { color: rgb(63,71,188); }
H1.HeaderClassName
{
color: #3F47BC;
}
.AnyTagClassName
{
color: #3F47BC;
}
</style>
background-color css
<style>
a { background-color: #3F47BC; }
a { background-color: rgb(63,71,188); }
div.DivClassName
{
background-color: #3F47BC;
}
.BgClassName
{
background-color: #3F47BC;
}
</style>
border-color css
<style>
span { border-color: #3F47BC; }
span { border-color: rgb(63,71,188); }
td.TdClassName
{
border-color: #3F47BC;
}
.TagClassName
{
border-color: #3F47BC;
}
</style>