Shades of Free Speech Blue #3F66BB
Tints of Free Speech Blue #3F66BB
RGB
CMYK
RGB Variations
Color information
#3F66BB (or 0x3F66BB) is known color: Free Speech Blue. HEX triplet: 3F, 66 and BB. RGB value is (63,102,187). Sum of RGB (Red+Green+Blue) = 63+102+187=352 (46% of max value = 765). Red value is 63 (25% from 255 or 17.90% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 187 (73.44% from 255 or 53.12% from 352); Max value from RGB is 187 - color contains mainly: blue. Hex color #3F66BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F66BB is #C09944. Grayscale: #636363. Windows color (decimal): -12622149 or 12281407. OLE color: 12281407.
HSL color Cylindrical-coordinate representation of color #3F66BB: hue angle of 221.13º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F66BB is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 102 | 187 | - |
| CMYK | 0.66 | 0.45 | 0 | 0.27 |
| HSL | 221.13º | 0.5% | 0.49% | - |
| HSV(B) | 221.13º | 0.66% | 0.73% | - |
| XYZ | 15.77 | 14.15 | 48.91 | - |
| YUV | 100.03 | 177.08 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 102 | 187 | 0.66 | 0.45 | 0 | 0.27 | 221.13 | 0.5 | 0.49 |
| Hex | 3F | 66 | BB | 42 | 2D | 0 | 1B | DD | 32 | 31 |
| Octal | 77 | 146 | 273 | 102 | 55 | 0 | 33 | 335 | 62 | 61 |
| Binary | 111111 | 1100110 | 10111011 | 1000010 | 101101 | 0 | 11011 | 11011101 | 110010 | 110001 |
Color Harmonies of #3F66BB
Complementary color
Monochromatic Colors of #3F66BB
Black with #3F66BB
Text Example
Text Example
White with #3F66BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F66BB; }
p { color: rgb(63,102,187); }
H1.HeaderClassName
{
color: #3F66BB;
}
.AnyTagClassName
{
color: #3F66BB;
}
</style>
background-color css
<style>
a { background-color: #3F66BB; }
a { background-color: rgb(63,102,187); }
div.DivClassName
{
background-color: #3F66BB;
}
.BgClassName
{
background-color: #3F66BB;
}
</style>
border-color css
<style>
span { border-color: #3F66BB; }
span { border-color: rgb(63,102,187); }
td.TdClassName
{
border-color: #3F66BB;
}
.TagClassName
{
border-color: #3F66BB;
}
</style>