Shades of Free Speech Blue #3F68BE
Tints of Free Speech Blue #3F68BE
RGB
CMYK
RGB Variations
Color information
#3F68BE (or 0x3F68BE) is known color: Free Speech Blue. HEX triplet: 3F, 68 and BE. RGB value is (63,104,190). Sum of RGB (Red+Green+Blue) = 63+104+190=357 (47% of max value = 765). Red value is 63 (25% from 255 or 17.65% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 190 (74.61% from 255 or 53.22% from 357); Max value from RGB is 190 - color contains mainly: blue. Hex color #3F68BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F68BE is #C09741. Grayscale: #656565. Windows color (decimal): -12621634 or 12478527. OLE color: 12478527.
HSL color Cylindrical-coordinate representation of color #3F68BE: hue angle of 220.63º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F68BE is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 104 | 190 | - |
| CMYK | 0.67 | 0.45 | 0 | 0.25 |
| HSL | 220.63º | 0.5% | 0.5% | - |
| HSV(B) | 220.63º | 0.67% | 0.75% | - |
| XYZ | 16.29 | 14.68 | 50.69 | - |
| YUV | 101.55 | 177.92 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 104 | 190 | 0.67 | 0.45 | 0 | 0.25 | 220.63 | 0.5 | 0.5 |
| Hex | 3F | 68 | BE | 43 | 2D | 0 | 19 | DD | 32 | 32 |
| Octal | 77 | 150 | 276 | 103 | 55 | 0 | 31 | 335 | 62 | 62 |
| Binary | 111111 | 1101000 | 10111110 | 1000011 | 101101 | 0 | 11001 | 11011101 | 110010 | 110010 |
Color Harmonies of #3F68BE
Complementary color
Monochromatic Colors of #3F68BE
Black with #3F68BE
Text Example
Text Example
White with #3F68BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F68BE; }
p { color: rgb(63,104,190); }
H1.HeaderClassName
{
color: #3F68BE;
}
.AnyTagClassName
{
color: #3F68BE;
}
</style>
background-color css
<style>
a { background-color: #3F68BE; }
a { background-color: rgb(63,104,190); }
div.DivClassName
{
background-color: #3F68BE;
}
.BgClassName
{
background-color: #3F68BE;
}
</style>
border-color css
<style>
span { border-color: #3F68BE; }
span { border-color: rgb(63,104,190); }
td.TdClassName
{
border-color: #3F68BE;
}
.TagClassName
{
border-color: #3F68BE;
}
</style>