Shades of Free Speech Blue #3F55BC
Tints of Free Speech Blue #3F55BC
RGB
CMYK
RGB Variations
Color information
#3F55BC (or 0x3F55BC) is known color: Free Speech Blue. HEX triplet: 3F, 55 and BC. RGB value is (63,85,188). Sum of RGB (Red+Green+Blue) = 63+85+188=336 (44% of max value = 765). Red value is 63 (25% from 255 or 18.75% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 188 (73.83% from 255 or 55.95% from 336); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F55BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F55BC is #C0AA43. Grayscale: #595959. Windows color (decimal): -12626500 or 12342591. OLE color: 12342591.
HSL color Cylindrical-coordinate representation of color #3F55BC: hue angle of 229.44º 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 #3F55BC is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 85 | 188 | - |
| CMYK | 0.66 | 0.55 | 0 | 0.26 |
| HSL | 229.44º | 0.5% | 0.49% | - |
| HSV(B) | 229.44º | 0.66% | 0.74% | - |
| XYZ | 14.38 | 11.18 | 48.98 | - |
| YUV | 90.16 | 183.21 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 85 | 188 | 0.66 | 0.55 | 0 | 0.26 | 229.44 | 0.5 | 0.49 |
| Hex | 3F | 55 | BC | 42 | 37 | 0 | 1A | E5 | 32 | 31 |
| Octal | 77 | 125 | 274 | 102 | 67 | 0 | 32 | 345 | 62 | 61 |
| Binary | 111111 | 1010101 | 10111100 | 1000010 | 110111 | 0 | 11010 | 11100101 | 110010 | 110001 |
Color Harmonies of #3F55BC
Complementary color
Monochromatic Colors of #3F55BC
Black with #3F55BC
Text Example
Text Example
White with #3F55BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F55BC; }
p { color: rgb(63,85,188); }
H1.HeaderClassName
{
color: #3F55BC;
}
.AnyTagClassName
{
color: #3F55BC;
}
</style>
background-color css
<style>
a { background-color: #3F55BC; }
a { background-color: rgb(63,85,188); }
div.DivClassName
{
background-color: #3F55BC;
}
.BgClassName
{
background-color: #3F55BC;
}
</style>
border-color css
<style>
span { border-color: #3F55BC; }
span { border-color: rgb(63,85,188); }
td.TdClassName
{
border-color: #3F55BC;
}
.TagClassName
{
border-color: #3F55BC;
}
</style>