Shades of Free Speech Blue #3F5ECF
Tints of Free Speech Blue #3F5ECF
RGB
CMYK
RGB Variations
Color information
#3F5ECF (or 0x3F5ECF) is known color: Free Speech Blue. HEX triplet: 3F, 5E and CF. RGB value is (63,94,207). Sum of RGB (Red+Green+Blue) = 63+94+207=364 (48% of max value = 765). Red value is 63 (25% from 255 or 17.31% from 364); Green value is 94 (37.11% from 255 or 25.82% from 364); Blue value is 207 (81.25% from 255 or 56.87% from 364); Max value from RGB is 207 - color contains mainly: blue. Hex color #3F5ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F5ECF is #C0A130. Grayscale: #616161. Windows color (decimal): -12624177 or 13590079. OLE color: 13590079.
HSL color Cylindrical-coordinate representation of color #3F5ECF: hue angle of 227.08º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F5ECF is Cyan = 0.70, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 94 | 207 | - |
| CMYK | 0.70 | 0.55 | 0 | 0.19 |
| HSL | 227.08º | 0.6% | 0.53% | - |
| HSV(B) | 227.08º | 0.7% | 0.81% | - |
| XYZ | 17.32 | 13.57 | 60.74 | - |
| YUV | 97.61 | 189.73 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 94 | 207 | 0.70 | 0.55 | 0 | 0.19 | 227.08 | 0.6 | 0.53 |
| Hex | 3F | 5E | CF | 46 | 37 | 0 | 13 | E3 | 3C | 35 |
| Octal | 77 | 136 | 317 | 106 | 67 | 0 | 23 | 343 | 74 | 65 |
| Binary | 111111 | 1011110 | 11001111 | 1000110 | 110111 | 0 | 10011 | 11100011 | 111100 | 110101 |
Color Harmonies of #3F5ECF
Complementary color
Monochromatic Colors of #3F5ECF
Black with #3F5ECF
Text Example
Text Example
White with #3F5ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5ECF; }
p { color: rgb(63,94,207); }
H1.HeaderClassName
{
color: #3F5ECF;
}
.AnyTagClassName
{
color: #3F5ECF;
}
</style>
background-color css
<style>
a { background-color: #3F5ECF; }
a { background-color: rgb(63,94,207); }
div.DivClassName
{
background-color: #3F5ECF;
}
.BgClassName
{
background-color: #3F5ECF;
}
</style>
border-color css
<style>
span { border-color: #3F5ECF; }
span { border-color: rgb(63,94,207); }
td.TdClassName
{
border-color: #3F5ECF;
}
.TagClassName
{
border-color: #3F5ECF;
}
</style>