Shades of Free Speech Blue #3F68BB
Tints of Free Speech Blue #3F68BB
RGB
CMYK
RGB Variations
Color information
#3F68BB (or 0x3F68BB) is known color: Free Speech Blue. HEX triplet: 3F, 68 and BB. RGB value is (63,104,187). Sum of RGB (Red+Green+Blue) = 63+104+187=354 (46% of max value = 765). Red value is 63 (25% from 255 or 17.80% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 187 (73.44% from 255 or 52.82% from 354); Max value from RGB is 187 - color contains mainly: blue. Hex color #3F68BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F68BB is #C09744. Grayscale: #646464. Windows color (decimal): -12621637 or 12281919. OLE color: 12281919.
HSL color Cylindrical-coordinate representation of color #3F68BB: hue angle of 220.16º 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 #3F68BB is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 104 | 187 | - |
| CMYK | 0.66 | 0.44 | 0 | 0.27 |
| HSL | 220.16º | 0.5% | 0.49% | - |
| HSV(B) | 220.16º | 0.66% | 0.73% | - |
| XYZ | 15.97 | 14.55 | 48.98 | - |
| YUV | 101.2 | 176.42 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 104 | 187 | 0.66 | 0.44 | 0 | 0.27 | 220.16 | 0.5 | 0.49 |
| Hex | 3F | 68 | BB | 42 | 2C | 0 | 1B | DC | 32 | 31 |
| Octal | 77 | 150 | 273 | 102 | 54 | 0 | 33 | 334 | 62 | 61 |
| Binary | 111111 | 1101000 | 10111011 | 1000010 | 101100 | 0 | 11011 | 11011100 | 110010 | 110001 |
Color Harmonies of #3F68BB
Complementary color
Monochromatic Colors of #3F68BB
Black with #3F68BB
Text Example
Text Example
White with #3F68BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F68BB; }
p { color: rgb(63,104,187); }
H1.HeaderClassName
{
color: #3F68BB;
}
.AnyTagClassName
{
color: #3F68BB;
}
</style>
background-color css
<style>
a { background-color: #3F68BB; }
a { background-color: rgb(63,104,187); }
div.DivClassName
{
background-color: #3F68BB;
}
.BgClassName
{
background-color: #3F68BB;
}
</style>
border-color css
<style>
span { border-color: #3F68BB; }
span { border-color: rgb(63,104,187); }
td.TdClassName
{
border-color: #3F68BB;
}
.TagClassName
{
border-color: #3F68BB;
}
</style>