Shades of Free Speech Blue #3F5FBC
Tints of Free Speech Blue #3F5FBC
RGB
CMYK
RGB Variations
Color information
#3F5FBC (or 0x3F5FBC) is known color: Free Speech Blue. HEX triplet: 3F, 5F and BC. RGB value is (63,95,188). Sum of RGB (Red+Green+Blue) = 63+95+188=346 (45% of max value = 765). Red value is 63 (25% from 255 or 18.21% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F5FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F5FBC is #C0A043. Grayscale: #5F5F5F. Windows color (decimal): -12623940 or 12345151. OLE color: 12345151.
HSL color Cylindrical-coordinate representation of color #3F5FBC: hue angle of 224.64º 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 #3F5FBC is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 95 | 188 | - |
| CMYK | 0.66 | 0.49 | 0 | 0.26 |
| HSL | 224.64º | 0.5% | 0.49% | - |
| HSV(B) | 224.64º | 0.66% | 0.74% | - |
| XYZ | 15.22 | 12.87 | 49.26 | - |
| YUV | 96.03 | 179.9 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 95 | 188 | 0.66 | 0.49 | 0 | 0.26 | 224.64 | 0.5 | 0.49 |
| Hex | 3F | 5F | BC | 42 | 31 | 0 | 1A | E1 | 32 | 31 |
| Octal | 77 | 137 | 274 | 102 | 61 | 0 | 32 | 341 | 62 | 61 |
| Binary | 111111 | 1011111 | 10111100 | 1000010 | 110001 | 0 | 11010 | 11100001 | 110010 | 110001 |
Color Harmonies of #3F5FBC
Complementary color
Monochromatic Colors of #3F5FBC
Black with #3F5FBC
Text Example
Text Example
White with #3F5FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5FBC; }
p { color: rgb(63,95,188); }
H1.HeaderClassName
{
color: #3F5FBC;
}
.AnyTagClassName
{
color: #3F5FBC;
}
</style>
background-color css
<style>
a { background-color: #3F5FBC; }
a { background-color: rgb(63,95,188); }
div.DivClassName
{
background-color: #3F5FBC;
}
.BgClassName
{
background-color: #3F5FBC;
}
</style>
border-color css
<style>
span { border-color: #3F5FBC; }
span { border-color: rgb(63,95,188); }
td.TdClassName
{
border-color: #3F5FBC;
}
.TagClassName
{
border-color: #3F5FBC;
}
</style>