Shades of Free Speech Blue #3F4ECF
Tints of Free Speech Blue #3F4ECF
RGB
CMYK
RGB Variations
Color information
#3F4ECF (or 0x3F4ECF) is known color: Free Speech Blue. HEX triplet: 3F, 4E and CF. RGB value is (63,78,207). Sum of RGB (Red+Green+Blue) = 63+78+207=348 (46% of max value = 765). Red value is 63 (25% from 255 or 18.10% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 207 (81.25% from 255 or 59.48% from 348); Max value from RGB is 207 - color contains mainly: blue. Hex color #3F4ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F4ECF is #C0B130. Grayscale: #575757. Windows color (decimal): -12628273 or 13585983. OLE color: 13585983.
HSL color Cylindrical-coordinate representation of color #3F4ECF: hue angle of 233.75º 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 #3F4ECF is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 78 | 207 | - |
| CMYK | 0.70 | 0.62 | 0 | 0.19 |
| HSL | 233.75º | 0.6% | 0.53% | - |
| HSV(B) | 233.75º | 0.7% | 0.81% | - |
| XYZ | 16.04 | 11.01 | 60.31 | - |
| YUV | 88.22 | 195.03 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 78 | 207 | 0.70 | 0.62 | 0 | 0.19 | 233.75 | 0.6 | 0.53 |
| Hex | 3F | 4E | CF | 46 | 3E | 0 | 13 | EA | 3C | 35 |
| Octal | 77 | 116 | 317 | 106 | 76 | 0 | 23 | 352 | 74 | 65 |
| Binary | 111111 | 1001110 | 11001111 | 1000110 | 111110 | 0 | 10011 | 11101010 | 111100 | 110101 |
Color Harmonies of #3F4ECF
Complementary color
Monochromatic Colors of #3F4ECF
Black with #3F4ECF
Text Example
Text Example
White with #3F4ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4ECF; }
p { color: rgb(63,78,207); }
H1.HeaderClassName
{
color: #3F4ECF;
}
.AnyTagClassName
{
color: #3F4ECF;
}
</style>
background-color css
<style>
a { background-color: #3F4ECF; }
a { background-color: rgb(63,78,207); }
div.DivClassName
{
background-color: #3F4ECF;
}
.BgClassName
{
background-color: #3F4ECF;
}
</style>
border-color css
<style>
span { border-color: #3F4ECF; }
span { border-color: rgb(63,78,207); }
td.TdClassName
{
border-color: #3F4ECF;
}
.TagClassName
{
border-color: #3F4ECF;
}
</style>