Shades of Free Speech Blue #3F56BD
Tints of Free Speech Blue #3F56BD
RGB
CMYK
RGB Variations
Color information
#3F56BD (or 0x3F56BD) is known color: Free Speech Blue. HEX triplet: 3F, 56 and BD. RGB value is (63,86,189). Sum of RGB (Red+Green+Blue) = 63+86+189=338 (44% of max value = 765). Red value is 63 (25% from 255 or 18.64% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 189 (74.22% from 255 or 55.92% from 338); Max value from RGB is 189 - color contains mainly: blue. Hex color #3F56BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F56BD is #C0A942. Grayscale: #5A5A5A. Windows color (decimal): -12626243 or 12408383. OLE color: 12408383.
HSL color Cylindrical-coordinate representation of color #3F56BD: hue angle of 229.05º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F56BD is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 86 | 189 | - |
| CMYK | 0.67 | 0.54 | 0 | 0.26 |
| HSL | 229.05º | 0.5% | 0.49% | - |
| HSV(B) | 229.05º | 0.67% | 0.74% | - |
| XYZ | 14.56 | 11.39 | 49.57 | - |
| YUV | 90.87 | 183.38 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 86 | 189 | 0.67 | 0.54 | 0 | 0.26 | 229.05 | 0.5 | 0.49 |
| Hex | 3F | 56 | BD | 43 | 36 | 0 | 1A | E5 | 32 | 31 |
| Octal | 77 | 126 | 275 | 103 | 66 | 0 | 32 | 345 | 62 | 61 |
| Binary | 111111 | 1010110 | 10111101 | 1000011 | 110110 | 0 | 11010 | 11100101 | 110010 | 110001 |
Color Harmonies of #3F56BD
Complementary color
Monochromatic Colors of #3F56BD
Black with #3F56BD
Text Example
Text Example
White with #3F56BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F56BD; }
p { color: rgb(63,86,189); }
H1.HeaderClassName
{
color: #3F56BD;
}
.AnyTagClassName
{
color: #3F56BD;
}
</style>
background-color css
<style>
a { background-color: #3F56BD; }
a { background-color: rgb(63,86,189); }
div.DivClassName
{
background-color: #3F56BD;
}
.BgClassName
{
background-color: #3F56BD;
}
</style>
border-color css
<style>
span { border-color: #3F56BD; }
span { border-color: rgb(63,86,189); }
td.TdClassName
{
border-color: #3F56BD;
}
.TagClassName
{
border-color: #3F56BD;
}
</style>