Shades of Free Speech Blue #3F4FBC
Tints of Free Speech Blue #3F4FBC
RGB
CMYK
RGB Variations
Color information
#3F4FBC (or 0x3F4FBC) is known color: Free Speech Blue. HEX triplet: 3F, 4F and BC. RGB value is (63,79,188). Sum of RGB (Red+Green+Blue) = 63+79+188=330 (43% of max value = 765). Red value is 63 (25% from 255 or 19.09% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 188 (73.83% from 255 or 56.97% from 330); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F4FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F4FBC is #C0B043. Grayscale: #565656. Windows color (decimal): -12628036 or 12341055. OLE color: 12341055.
HSL color Cylindrical-coordinate representation of color #3F4FBC: hue angle of 232.32º 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 #3F4FBC is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 79 | 188 | - |
| CMYK | 0.66 | 0.58 | 0 | 0.26 |
| HSL | 232.32º | 0.5% | 0.49% | - |
| HSV(B) | 232.32º | 0.66% | 0.74% | - |
| XYZ | 13.92 | 10.28 | 48.83 | - |
| YUV | 86.64 | 185.2 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 79 | 188 | 0.66 | 0.58 | 0 | 0.26 | 232.32 | 0.5 | 0.49 |
| Hex | 3F | 4F | BC | 42 | 3A | 0 | 1A | E8 | 32 | 31 |
| Octal | 77 | 117 | 274 | 102 | 72 | 0 | 32 | 350 | 62 | 61 |
| Binary | 111111 | 1001111 | 10111100 | 1000010 | 111010 | 0 | 11010 | 11101000 | 110010 | 110001 |
Color Harmonies of #3F4FBC
Complementary color
Monochromatic Colors of #3F4FBC
Black with #3F4FBC
Text Example
Text Example
White with #3F4FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4FBC; }
p { color: rgb(63,79,188); }
H1.HeaderClassName
{
color: #3F4FBC;
}
.AnyTagClassName
{
color: #3F4FBC;
}
</style>
background-color css
<style>
a { background-color: #3F4FBC; }
a { background-color: rgb(63,79,188); }
div.DivClassName
{
background-color: #3F4FBC;
}
.BgClassName
{
background-color: #3F4FBC;
}
</style>
border-color css
<style>
span { border-color: #3F4FBC; }
span { border-color: rgb(63,79,188); }
td.TdClassName
{
border-color: #3F4FBC;
}
.TagClassName
{
border-color: #3F4FBC;
}
</style>