Shades of Free Speech Blue #3F5EBC
Tints of Free Speech Blue #3F5EBC
RGB
CMYK
RGB Variations
Color information
#3F5EBC (or 0x3F5EBC) is known color: Free Speech Blue. HEX triplet: 3F, 5E and BC. RGB value is (63,94,188). Sum of RGB (Red+Green+Blue) = 63+94+188=345 (45% of max value = 765). Red value is 63 (25% from 255 or 18.26% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 188 (73.83% from 255 or 54.49% from 345); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F5EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F5EBC is #C0A143. Grayscale: #5F5F5F. Windows color (decimal): -12624196 or 12344895. OLE color: 12344895.
HSL color Cylindrical-coordinate representation of color #3F5EBC: hue angle of 225.12º 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 #3F5EBC is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 94 | 188 | - |
| CMYK | 0.66 | 0.50 | 0 | 0.26 |
| HSL | 225.12º | 0.5% | 0.49% | - |
| HSV(B) | 225.12º | 0.66% | 0.74% | - |
| XYZ | 15.13 | 12.69 | 49.23 | - |
| YUV | 95.45 | 180.23 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 94 | 188 | 0.66 | 0.50 | 0 | 0.26 | 225.12 | 0.5 | 0.49 |
| Hex | 3F | 5E | BC | 42 | 32 | 0 | 1A | E1 | 32 | 31 |
| Octal | 77 | 136 | 274 | 102 | 62 | 0 | 32 | 341 | 62 | 61 |
| Binary | 111111 | 1011110 | 10111100 | 1000010 | 110010 | 0 | 11010 | 11100001 | 110010 | 110001 |
Color Harmonies of #3F5EBC
Complementary color
Monochromatic Colors of #3F5EBC
Black with #3F5EBC
Text Example
Text Example
White with #3F5EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5EBC; }
p { color: rgb(63,94,188); }
H1.HeaderClassName
{
color: #3F5EBC;
}
.AnyTagClassName
{
color: #3F5EBC;
}
</style>
background-color css
<style>
a { background-color: #3F5EBC; }
a { background-color: rgb(63,94,188); }
div.DivClassName
{
background-color: #3F5EBC;
}
.BgClassName
{
background-color: #3F5EBC;
}
</style>
border-color css
<style>
span { border-color: #3F5EBC; }
span { border-color: rgb(63,94,188); }
td.TdClassName
{
border-color: #3F5EBC;
}
.TagClassName
{
border-color: #3F5EBC;
}
</style>