Shades of Free Speech Blue #3F68BC
Tints of Free Speech Blue #3F68BC
RGB
CMYK
RGB Variations
Color information
#3F68BC (or 0x3F68BC) is known color: Free Speech Blue. HEX triplet: 3F, 68 and BC. RGB value is (63,104,188). Sum of RGB (Red+Green+Blue) = 63+104+188=355 (47% of max value = 765). Red value is 63 (25% from 255 or 17.75% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F68BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F68BC is #C09743. Grayscale: #646464. Windows color (decimal): -12621636 or 12347455. OLE color: 12347455.
HSL color Cylindrical-coordinate representation of color #3F68BC: hue angle of 220.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 #3F68BC is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 104 | 188 | - |
| CMYK | 0.66 | 0.45 | 0 | 0.26 |
| HSL | 220.32º | 0.5% | 0.49% | - |
| HSV(B) | 220.32º | 0.66% | 0.74% | - |
| XYZ | 16.08 | 14.59 | 49.55 | - |
| YUV | 101.32 | 176.92 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 104 | 188 | 0.66 | 0.45 | 0 | 0.26 | 220.32 | 0.5 | 0.49 |
| Hex | 3F | 68 | BC | 42 | 2D | 0 | 1A | DC | 32 | 31 |
| Octal | 77 | 150 | 274 | 102 | 55 | 0 | 32 | 334 | 62 | 61 |
| Binary | 111111 | 1101000 | 10111100 | 1000010 | 101101 | 0 | 11010 | 11011100 | 110010 | 110001 |
Color Harmonies of #3F68BC
Complementary color
Monochromatic Colors of #3F68BC
Black with #3F68BC
Text Example
Text Example
White with #3F68BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F68BC; }
p { color: rgb(63,104,188); }
H1.HeaderClassName
{
color: #3F68BC;
}
.AnyTagClassName
{
color: #3F68BC;
}
</style>
background-color css
<style>
a { background-color: #3F68BC; }
a { background-color: rgb(63,104,188); }
div.DivClassName
{
background-color: #3F68BC;
}
.BgClassName
{
background-color: #3F68BC;
}
</style>
border-color css
<style>
span { border-color: #3F68BC; }
span { border-color: rgb(63,104,188); }
td.TdClassName
{
border-color: #3F68BC;
}
.TagClassName
{
border-color: #3F68BC;
}
</style>